CVS commit: pkgsrc/devel/p5-Date-Manip
"Thomas Klausner" <[email protected]> Mon, 3 Aug 2026 13:16:45 +0000
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format.
--_----------=_1785763005162860
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="US-ASCII"
Module Name: pkgsrc
Committed By: wiz
Date: Mon Aug 3 13:16:45 UTC 2026
Modified Files:
pkgsrc/devel/p5-Date-Manip: Makefile distinfo
Log Message:
p5-Date-Manip: add upstream patches for CVE-2026-60074 and CVE-2026-60075
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/devel/p5-Date-Manip/Makefile
cvs rdiff -u -r1.60 -r1.61 pkgsrc/devel/p5-Date-Manip/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
--_----------=_1785763005162860
Content-Disposition: inline
Content-Length: 2223
Content-Transfer-Encoding: binary
Content-Type: text/x-diff; charset=us-ascii
Modified files:
Index: pkgsrc/devel/p5-Date-Manip/Makefile
diff -u pkgsrc/devel/p5-Date-Manip/Makefile:1.97 pkgsrc/devel/p5-Date-Manip/Makefile:1.98
--- pkgsrc/devel/p5-Date-Manip/Makefile:1.97 Thu Jul 16 19:02:15 2026
+++ pkgsrc/devel/p5-Date-Manip/Makefile Mon Aug 3 13:16:45 2026
@@ -1,11 +1,15 @@
-# $NetBSD: Makefile,v 1.97 2026/07/16 19:02:15 wiz Exp $
+# $NetBSD: Makefile,v 1.98 2026/08/03 13:16:45 wiz Exp $
DISTNAME= Date-Manip-6.99
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SB/SBECK/}
+PATCH_SITES+= https://security.metacpan.org/patches/D/Date-Manip/6.99/
+PATCHFILES+= CVE-2026-60074-r1.patch
+PATCHFILES+= CVE-2026-60075-r1.patch
+
MAINTAINER= [email protected]
HOMEPAGE= https://metacpan.org/release/Date-Manip
COMMENT= Perl5 module for date calculations
Index: pkgsrc/devel/p5-Date-Manip/distinfo
diff -u pkgsrc/devel/p5-Date-Manip/distinfo:1.60 pkgsrc/devel/p5-Date-Manip/distinfo:1.61
--- pkgsrc/devel/p5-Date-Manip/distinfo:1.60 Sun Mar 15 06:31:16 2026
+++ pkgsrc/devel/p5-Date-Manip/distinfo Mon Aug 3 13:16:45 2026
@@ -1,5 +1,11 @@
-$NetBSD: distinfo,v 1.60 2026/03/15 06:31:16 wiz Exp $
+$NetBSD: distinfo,v 1.61 2026/08/03 13:16:45 wiz Exp $
+BLAKE2s (CVE-2026-60074-r1.patch) = fc42ff2f2efdc949f6550526f585e4f81505ba243d052d74ff92c6d0e0e2bfee
+SHA512 (CVE-2026-60074-r1.patch) = 30f6f719ac71b3cdb930cc9efa8279ad195bb9b4e5e1857d23b0bb4a6be1149842cd094189b6f4502cb2af9cd264dfe84c7ae1171036cd9e1a0deba7e884bc5e
+Size (CVE-2026-60074-r1.patch) = 10226 bytes
+BLAKE2s (CVE-2026-60075-r1.patch) = db63b206e590e813fe4a31f5c25d80c0c2ea180c0ed0d53019ad7e7744ae0e11
+SHA512 (CVE-2026-60075-r1.patch) = e90a6e2d8f987fc5af298a05bfde2aa190b4218b6b7f3c22daccb95da7eb0b367f4487ed4e9d5a4275731682e2812c5c66b3b6ef68da48baf1cd0aad046e59dc
+Size (CVE-2026-60075-r1.patch) = 2450 bytes
BLAKE2s (Date-Manip-6.99.tar.gz) = 56fada4f88b91af880c09cd19f3f6edd29aa2a25f89a23ea1750aab1f266e807
SHA512 (Date-Manip-6.99.tar.gz) = 5326bc51ed962479fc1decbb3a7aa20f6777769ac914f9ea01717ecbecc48ae6b7e0a496219f2ea4c0f7d7a622fa28b0bfd4026db851b0f10beee281d576cc35
Size (Date-Manip-6.99.tar.gz) = 1865443 bytes
--_----------=_1785763005162860--