pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/p5-Time-Local
Module Name: pkgsrc
Committed By: wen
Date: Sun Jun 10 13:02:42 UTC 2018
Modified Files:
pkgsrc/time/p5-Time-Local: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/time/p5-Time-Local/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/time/p5-Time-Local/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/time/p5-Time-Local/Makefile
diff -u pkgsrc/time/p5-Time-Local/Makefile:1.17 pkgsrc/time/p5-Time-Local/Makefile:1.18
--- pkgsrc/time/p5-Time-Local/Makefile:1.17 Mon Jun 5 14:25:06 2017
+++ pkgsrc/time/p5-Time-Local/Makefile Sun Jun 10 13:02:42 2018
@@ -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/}
Index: pkgsrc/time/p5-Time-Local/distinfo
diff -u pkgsrc/time/p5-Time-Local/distinfo:1.8 pkgsrc/time/p5-Time-Local/distinfo:1.9
--- pkgsrc/time/p5-Time-Local/distinfo:1.8 Tue Jan 24 04:45:08 2017
+++ pkgsrc/time/p5-Time-Local/distinfo Sun Jun 10 13:02:42 2018
@@ -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