Skip to content

Commit

Permalink
Update to 6.92
Browse files Browse the repository at this point in the history
Upstream changes:
6.92  2023-06-07
  -  Time zone fixes
         Newest zoneinfo data (tzdata 2023c).

  -  Documentation fixes
         Typo fix. Reported by Derek Terveer

6.91  2023-03-01
  -  Fixed bug where timezone alias wasn't handled
         On linux systems configured to be in a timezone that is an alias,
         the system timezone wasn't recognized, and it defaulted to GMT.
         This is now fixed. Patch supplied by Sandi Wallendahl (GitHub #43)

6.90  2022-12-02
  -  Time zone fixes
         Aliases in the tzdata database were not being added to the timezone
         data. Reported in GitHub issue #40.

         The UTC timezone is now named Etc/UTC instead of UTC to be in line
         with the aliases.

         Newest zoneinfo data (tzdata 2022g).

  -  Language fixes
         Additions to the Polish translation. GitHub issue #41.

         Additions to several languages. GitHub issue #42.

         Added some support for per-language parsing rules to respond to
         GitHub issue #42.

  -  Documentation fixes
         The version numbers in the change log was messed up due to a
         skipped release (no new timezone fixes that time). Fixed.

6.89  2022-09-01
  -  (!) Date::Manip 5.xx interface to be removed
         The old version of Date::Manip (version 5.xx) has been distributed
         as part of the package in order to support versions of perl older
         than 5.10 . I see no valid reason to continue to support that, so
         as of version 7.00, Date::Manip will only include the newer
         interfaces (which require perl 5.10 or newer). There are no plans
         to deprecate the functional interface.

  -  Time zone fixes
         Newest zoneinfo data (tzdata 2022c).
  • Loading branch information
wen committed Jun 27, 2023
1 parent 7737d71 commit 2b2b16c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/p5-Date-Manip/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.85 2022/07/16 00:06:40 wen Exp $
# $NetBSD: Makefile,v 1.86 2023/06/27 02:58:56 wen Exp $

DISTNAME= Date-Manip-6.88
DISTNAME= Date-Manip-6.92
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
Expand Down
8 changes: 4 additions & 4 deletions devel/p5-Date-Manip/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.52 2022/07/16 00:06:40 wen Exp $
$NetBSD: distinfo,v 1.53 2023/06/27 02:58:56 wen Exp $

BLAKE2s (Date-Manip-6.88.tar.gz) = 18af32aadd6b6369c59e658f50a22a5cd81996da1453187299dbe59296a13c31
SHA512 (Date-Manip-6.88.tar.gz) = 49c571b1f9a69c241700ba327385ec5c44e2868e9e23b167e03cc90e4779c915ba5468a612e125b9a2cca37ab5249192c01d539a6c813313ab81ba5b4d606b0c
Size (Date-Manip-6.88.tar.gz) = 2014373 bytes
BLAKE2s (Date-Manip-6.92.tar.gz) = 40e0f54356b6912a6eea25138af684b901e973a6509aea3391e2328a72243763
SHA512 (Date-Manip-6.92.tar.gz) = e749baa10efafe227d891dbfc76ad3c4b73e51c2806c531c2a1fc4db274eef01704b2325c1c1fadf35fa435cf7fe8fbae742dd69c42fb74ad81d61db35324fb9
Size (Date-Manip-6.92.tar.gz) = 1876397 bytes

0 comments on commit 2b2b16c

Please sign in to comment.