summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorhiramatsu <hiramatsu@pkgsrc.org>2006-03-10 06:59:46 +0000
committerhiramatsu <hiramatsu@pkgsrc.org>2006-03-10 06:59:46 +0000
commitaa2aaa1f74d7471e74a7a19bdb05b1c414e464aa (patch)
tree2a1ab226b456170f86c20bf6e3f7deaa837d920b /time
parentee3f12b91f57171f840669e51d746688d9923b12 (diff)
downloadpkgsrc-aa2aaa1f74d7471e74a7a19bdb05b1c414e464aa.tar.gz
Updated to 0.42.
0.42 2006-02-20 - This release is based on version 2006b of the Olson database. 0.41 2006-01-31 - This release is based on version 2006a of the Olson database. 0.40 2005-12-27 - This release is based on version 2005r of the Olson database. This includes the latest Canadian changes to match the recent US changes. Also note that as of this version several zones which used to be links, including "EST", "MST", and "CST6DST", are now separate zones. 0.39 2005-06-05 - This release is based on version 2005o of the Olson database. 0.3801 2005-11-24 the "not turkey day" release - The last release included some generated modules for old zones (like Europe/Belfast) which are now links to existing zones. These modules referenced the non-existent DateTime::TimeZone::Singleton module. Reported by Rafael Garcia-Suarez. 0.38 2005-11-21 - Trying to create a DateTime object during DST exactly 11 years in the future (really, 1 year after the end of the pre-generated TZ change data that ships in the package) cause an error. Reported by Daniel B Boorstein. - This release is based on version 2005n of the Olson database. - Added a new method, has_dst_changes(), which indicates whether a given zone has any DST changes. 0.37 2005-08-22 - Make sure that provided time zone names are valid, because DateTime::TimeZone uses them in an eval. If you were passing user-provided data directly to DateTime::TimeZone->new, someone could give a string like "America/Chicago; system 'rm -rf /';", which would be bad. Reported by Matthew Reilly. - Made it possible to call catalog-related functions as methods. - This release is based on version 2005i of the Olson database. This include some major changes coming up in the US as a whole in 2007, along with other changes for just Indiana. 0.36 2005-04-21 - This release is based on version 2005i of the Olson database. 0.35 2005-03-15 the "I hate this dope" release - This release is based on version 2005g of the Olson database. - STORABLE_thaw() now returns $self in preparation for proposed changes to Storable. 0.34 2005-03-11 - Some time zone short names were incorrectly being given as something like "GMT/BST", when it should have been alternating between GMT and BST based on the daylight saving time. Reported by Tom Yandell. - This release is based on version 2005f of the Olson database. 0.33 2005-02-26 - This release is based on version 2005e of the Olson database. - When trying to determine the local time zone, if /etc/localtime is a file, make sure that matching file in /usr/share/zoneinfo is not a symlink.
Diffstat (limited to 'time')
-rw-r--r--time/p5-DateTime-TimeZone/Makefile5
-rw-r--r--time/p5-DateTime-TimeZone/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/time/p5-DateTime-TimeZone/Makefile b/time/p5-DateTime-TimeZone/Makefile
index b34e06e45fd..4e6ce34a4b9 100644
--- a/time/p5-DateTime-TimeZone/Makefile
+++ b/time/p5-DateTime-TimeZone/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:35 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2006/03/10 06:59:46 hiramatsu Exp $
-DISTNAME= DateTime-TimeZone-0.32
+DISTNAME= DateTime-TimeZone-0.42
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
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 20959f305a3..3269041e682 100644
--- a/time/p5-DateTime-TimeZone/distinfo
+++ b/time/p5-DateTime-TimeZone/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 19:14:55 wiz Exp $
+$NetBSD: distinfo,v 1.3 2006/03/10 06:59:46 hiramatsu Exp $
-SHA1 (DateTime-TimeZone-0.32.tar.gz) = 29d3646d3a150a2e08a70556d3bbbb88a755b96e
-RMD160 (DateTime-TimeZone-0.32.tar.gz) = 61e0241a41335c677b0af505467678d22a81c7ae
-Size (DateTime-TimeZone-0.32.tar.gz) = 305785 bytes
+SHA1 (DateTime-TimeZone-0.42.tar.gz) = be01dd5b25ba44db5c017da1c9a5242969b5482a
+RMD160 (DateTime-TimeZone-0.42.tar.gz) = fecacd8e95e3ed4baf4beb7bc68de8f7dd2c549e
+Size (DateTime-TimeZone-0.42.tar.gz) = 324405 bytes