pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/p5-Time-Local Update to 1.27



details:   https://anonhg.NetBSD.org/pkgsrc/rev/10e30cec8530
branches:  trunk
changeset: 309152:10e30cec8530
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Jun 10 13:02:42 2018 +0000

description:
Update to 1.27

Upstream changes:
1.27     2018-06-09

- This release is identical to 1.26 except that it is a stable release, not a
  trial.

- Fixed the tests so they will not break in the year 2020. The tests were
  passing in 2-digit years on the assumption that a year like "70" would be
  treated as 1970, but starting in 2020 this would be treated as 2070
  instead. Reported by Bernhard M. Wiedemann. RT #124787.

- Added timelocal_modern and timegm_modern variants as optional exports. These
  versions do not munge years at all. They treat the year value that they are
  given exactly as-is.


1.26     2018-05-20 (TRIAL RELEASE)

- Fixed the tests so they will not break in the year 2020. The tests were
  passing in 2-digit years on the assumption that a year like "70" would be
  treated as 1970, but starting in 2020 this would be treated as 2070
  instead. Reported by Bernhard M. Wiedemann. RT #124787.

- Added timelocal_modern and timegm_modern variants as optional exports. These
  versions do not munge years at all. They treat the year value that they are
  given exactly as-is.

diffstat:

 time/p5-Time-Local/Makefile |   5 ++---
 time/p5-Time-Local/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r f872fb1f64a5 -r 10e30cec8530 time/p5-Time-Local/Makefile
--- a/time/p5-Time-Local/Makefile       Sun Jun 10 12:59:39 2018 +0000
+++ b/time/p5-Time-Local/Makefile       Sun Jun 10 13:02:42 2018 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2017/06/05 14:25:06 ryoon Exp $
+# $NetBSD: Makefile,v 1.18 2018/06/10 13:02:42 wen Exp $
 
-DISTNAME=      Time-Local-1.25
+DISTNAME=      Time-Local-1.27
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    time perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Time/}
 
diff -r f872fb1f64a5 -r 10e30cec8530 time/p5-Time-Local/distinfo
--- a/time/p5-Time-Local/distinfo       Sun Jun 10 12:59:39 2018 +0000
+++ b/time/p5-Time-Local/distinfo       Sun Jun 10 13:02:42 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2017/01/24 04:45:08 wen Exp $
+$NetBSD: distinfo,v 1.9 2018/06/10 13:02:42 wen Exp $
 
-SHA1 (Time-Local-1.25.tar.gz) = 02f7817190b1613571cc7d8996e57f851e1fde58
-RMD160 (Time-Local-1.25.tar.gz) = a7a95f42cd45d35be067c41638069da3a286ef95
-SHA512 (Time-Local-1.25.tar.gz) = 7c21fd0d699bf139aebb5b252f1c37eed20ae78bbfd145390a97a08879121a242dbee0d81a405e634b15ffcbb640b4030c700b1b9cf11e98e474bd57c23f4c8a
-Size (Time-Local-1.25.tar.gz) = 37621 bytes
+SHA1 (Time-Local-1.27.tar.gz) = af3a5cc560fd0a5ff36a94eac0aec0dcdf7bbeec
+RMD160 (Time-Local-1.27.tar.gz) = 461e7dd252ee2b0bf3fd1c1cd1c698554ee9c435
+SHA512 (Time-Local-1.27.tar.gz) = ca834e19056cb12509cbbb89b0371db099c775fac19c067eab15bbf9130d03a46700266db13c93ef14bf23c4305a908edf3edd1b4d5d13ae45ae8a7a5f1fef4e
+Size (Time-Local-1.27.tar.gz) = 40065 bytes



Home | Main Index | Thread Index | Old Index