pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/p5-TimeDate



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Mar 26 14:29:25 UTC 2026

Modified Files:
        pkgsrc/time/p5-TimeDate: Makefile distinfo

Log Message:
p5-TimeDate: update to 2.35.

2.35      2026-03-20 21:44:45-06:00 America/Denver

2.34_03   2026-03-18 22:12:43-06:00 America/Denver (TRIAL RELEASE)

  * test: document and pin RT#84075/GH#12 fix in regression suite
  * fix: add NST, NFT, and NDT (Newfoundland) timezone support
  * fix: add ICT and PHT timezone support
  * fix: restore rebase regressions and clarify first-century limitation
  * fix: normalize two-digit years in str2time to avoid Time::Local windowing mismatch
  * fix: use standard 2-letter German weekday abbreviations
  * fix: detect timegm/timelocal overflow for far-future dates (RT#88777)
  * test: add regression tests for RT#88777 (negative epoch for far-future dates)
  * fix: use stored epoch in format_Z/format_z to fix DST fall-back timezone name
  * fix: document MSK timezone history and add regression test (RT#98949)
  * fix: strftime %s with timezone now returns correct epoch (RT#52387)
  * test: add POD validity regression test for RT#53557
  * fix: include day in year-inference for dates without an explicit year
  * fix: document MSK timezone history and add regression test (RT#81350)
  * ci: install Pod::Checker via cpm in Linux CI
  * docs: add SECURITY.md with vulnerability reporting policy
  * test: add regression tests for RT#57800 / GH#3 (numeric m/d/yyyy pre-1970 dates)
  * fix: normalize year offset for dates before 1901 in strptime (RT#106105)
  * fix: reject timezone-only inputs in strptime (RT#70650)
  * test: add failing tests for RT#70650 (ludicrous date parsing)
  * fix: prevent negative month from strptime for 6-digit inputs like '199001'
  * test: add Portuguese format and round-trip tests from PR #61
  * fix: treat number > 31 after month name as year, not day (GH#2)
  * fix: translate timezone abbreviations (%Z) in language-specific formatting
  * fix: tz_name() offset in seconds was treated as minutes (RT#59298)
  * docs: fix ISO-8601 example date in Date::Parse POD (issue #6)
  * feat: add optional LANGUAGE parameter to time2str()
  * feat: allow str2time() to accept a custom reference epoch (RT#64789)
  * docs: clarify strptime() return format for ISO 8601 dates (issue #44)
  * feat: add Portuguese language module
  * fix: prefer CEST over MEST as canonical Central European Summer Time name
  * fix: add ICT and PHT timezone abbreviations to Time::Zone (RT#123247)
  * fix: standardize Greek.pm to use native Unicode instead of \x{} escapes
  * test: add regression test for RT#105031 / GH#17 (1965-12-31 maps to 2065)
  * fix: declare Carp as runtime prerequisite in Makefile.PL
  * fix: infer current year for future months when no year given (RT#92611)
  * test: add regression tests for RT#53413 (4-digit year mangling)
  * fix: handle leap day in year-only date parsing test
  * fix: support IANA timezone names in tz2zone and tz_offset (RT#76968)
  * fix: preserve comma as ISO 8601 decimal separator in strptime
  * fix: add French day ordinal suffix in format_o
  * fix: make tz_name tests deterministic across DST transitions


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/time/p5-TimeDate/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/time/p5-TimeDate/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-TimeDate/Makefile
diff -u pkgsrc/time/p5-TimeDate/Makefile:1.44 pkgsrc/time/p5-TimeDate/Makefile:1.45
--- pkgsrc/time/p5-TimeDate/Makefile:1.44       Sun Mar  1 07:10:10 2026
+++ pkgsrc/time/p5-TimeDate/Makefile    Thu Mar 26 14:29:25 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2026/03/01 07:10:10 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2026/03/26 14:29:25 wiz Exp $
 
-DISTNAME=      TimeDate-2.34
+DISTNAME=      TimeDate-2.35
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    time perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AT/ATOOMIC/}

Index: pkgsrc/time/p5-TimeDate/distinfo
diff -u pkgsrc/time/p5-TimeDate/distinfo:1.13 pkgsrc/time/p5-TimeDate/distinfo:1.14
--- pkgsrc/time/p5-TimeDate/distinfo:1.13       Sun Mar  1 07:10:10 2026
+++ pkgsrc/time/p5-TimeDate/distinfo    Thu Mar 26 14:29:25 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2026/03/01 07:10:10 wiz Exp $
+$NetBSD: distinfo,v 1.14 2026/03/26 14:29:25 wiz Exp $
 
-BLAKE2s (TimeDate-2.34.tar.gz) = 103c419bc2f60098306d10aa375bb1e807451612ea6e975b071cc256664cc796
-SHA512 (TimeDate-2.34.tar.gz) = db349b9bb70cee537574efeffa19338a7300566ab7700724bfc0f23160c0483bc6e2724a72181dc59ef6364ea3f9c285d9a90d4ffd8e6d016e59968935f4b8ac
-Size (TimeDate-2.34.tar.gz) = 52993 bytes
+BLAKE2s (TimeDate-2.35.tar.gz) = 0bbed7ae345635dce7fda9b96c1b3078988bca70fdc4cc1a971f90985ad92b64
+SHA512 (TimeDate-2.35.tar.gz) = 8c508a958e7ce98638ba9d16606b9b769da822ee61e7b8d8143e0ff5a45edb6b60710e826046510c966ecf5d3bf28f003dcf38a0b94f7319ba46c80c6e889f87
+Size (TimeDate-2.35.tar.gz) = 68810 bytes



Home | Main Index | Thread Index | Old Index