diff options
author | wen <wen@pkgsrc.org> | 2014-05-16 00:48:41 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-05-16 00:48:41 +0000 |
commit | 472f3c6cd0e580251efff85cb8119965481dd5c1 (patch) | |
tree | 3a839ff4e9d5de69e2f60243787d350a91dd105f /time | |
parent | c9b963d0ac40cfce7a6827d30db54ea6e656eb01 (diff) | |
download | pkgsrc-472f3c6cd0e580251efff85cb8119965481dd5c1.tar.gz |
Update to 1.69
Upstream changes:
1.69 2014-05-13
- Don't run tests for Unix on non-Unix boxes.
1.68 2014-05-13
- The last release was missing some test changes I made on another
machine. Doh.
1.67 2014-05-13
- I accidentally skipped 1.66, don't read anything into the 0.02 version bump
here.
- This release is based on version 2014c of the IANA database (I skipped 2014b
for lack of debuggint time). This release includes contemporary changes for
Crimea and Troll Station, Antarctica from 2014b and contemporary changes for
Egypt from 2014c.
1.65 2014-03-09
- This release is based on version 2014a of the Olson database. This release
includes contemporary changes for Turkey.
1.64 2014-02-07
- Under taint mode, DateTime::TimeZone->new( name => 'local' ) could die
depending on the method used to find the local time zone name. The resulting
variable would often be tainted. We now untaint all names before attempting
to load them. Reported by Stevie-O. RT #92631.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime-TimeZone/Makefile | 4 | ||||
-rw-r--r-- | time/p5-DateTime-TimeZone/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/time/p5-DateTime-TimeZone/Makefile b/time/p5-DateTime-TimeZone/Makefile index 931ec0e3596..6772c81d700 100644 --- a/time/p5-DateTime-TimeZone/Makefile +++ b/time/p5-DateTime-TimeZone/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.50 2013/10/31 08:04:54 wen Exp $ +# $NetBSD: Makefile,v 1.51 2014/05/16 00:48:41 wen Exp $ -DISTNAME= DateTime-TimeZone-1.63 +DISTNAME= DateTime-TimeZone-1.69 PKGNAME= p5-${DISTNAME} CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} diff --git a/time/p5-DateTime-TimeZone/distinfo b/time/p5-DateTime-TimeZone/distinfo index 2097a513e48..81b83820bcc 100644 --- a/time/p5-DateTime-TimeZone/distinfo +++ b/time/p5-DateTime-TimeZone/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.39 2013/10/31 08:04:54 wen Exp $ +$NetBSD: distinfo,v 1.40 2014/05/16 00:48:41 wen Exp $ -SHA1 (DateTime-TimeZone-1.63.tar.gz) = 1b7e0ae1bce875d11d119cb59062fbad8290bbb3 -RMD160 (DateTime-TimeZone-1.63.tar.gz) = 169e97a356b53f764730bb968f9d4dec2166c401 -Size (DateTime-TimeZone-1.63.tar.gz) = 857314 bytes +SHA1 (DateTime-TimeZone-1.69.tar.gz) = 3760d1e88331b8b5e8ebcad46e2b118b329d5c9f +RMD160 (DateTime-TimeZone-1.69.tar.gz) = 1eccb1287e4e9c4b46ba8c0f6d36bd67378bfcf6 +Size (DateTime-TimeZone-1.69.tar.gz) = 870734 bytes |