pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/p5-DBI



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jul  8 07:47:47 UTC 2026

Modified Files:
        pkgsrc/databases/p5-DBI: Makefile distinfo

Log Message:
p5-DBI: update to 1.650.

1.650 - 2026-07-06, H.Merijn Brand & Robert Rothenberg
    * Set a hard limit of 99999 on '?' placeholders (CVE-2026-14739)
    * Fix out-of-bounds read in preparse of SQL that starts with a comment (CVE-2026-14740)
    * Fix code injection via Profile DSN attribute or DBI_PROFILE variable (CVE-2026-14380)
    * Update dbipport.h to Devel::PPPort-3.73
    * Require Test::More 0.96 (tests will otherwise fail on pristine perl-5.12)


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/databases/p5-DBI/Makefile
cvs rdiff -u -r1.61 -r1.62 pkgsrc/databases/p5-DBI/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/p5-DBI/Makefile
diff -u pkgsrc/databases/p5-DBI/Makefile:1.97 pkgsrc/databases/p5-DBI/Makefile:1.98
--- pkgsrc/databases/p5-DBI/Makefile:1.97       Sun Jun 28 06:19:22 2026
+++ pkgsrc/databases/p5-DBI/Makefile    Wed Jul  8 07:47:47 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.97 2026/06/28 06:19:22 wiz Exp $
+# $NetBSD: Makefile,v 1.98 2026/07/08 07:47:47 wiz Exp $
 
-DISTNAME=      DBI-1.649
+DISTNAME=      DBI-1.650
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../by-authors/id/H/HM/HMBRAND/}

Index: pkgsrc/databases/p5-DBI/distinfo
diff -u pkgsrc/databases/p5-DBI/distinfo:1.61 pkgsrc/databases/p5-DBI/distinfo:1.62
--- pkgsrc/databases/p5-DBI/distinfo:1.61       Sun Jun 28 06:19:22 2026
+++ pkgsrc/databases/p5-DBI/distinfo    Wed Jul  8 07:47:47 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.61 2026/06/28 06:19:22 wiz Exp $
+$NetBSD: distinfo,v 1.62 2026/07/08 07:47:47 wiz Exp $
 
-BLAKE2s (DBI-1.649.tgz) = 5e52ad3294368c2ea533cd220b71c9b85d8748328398bc04ee65e97b05e074b8
-SHA512 (DBI-1.649.tgz) = 71f2a1e2a36b5aa2a69adbbdcb6b985f6bd1f2c0953530ad0e957826f526ca5c48b858e1c59dc85f546b4aee0fa5dbe50469c06b55efcc4a63f784cdb8c59e13
-Size (DBI-1.649.tgz) = 730612 bytes
+BLAKE2s (DBI-1.650.tgz) = 33d470cc1c691e380b9250ab6b1f862509ac20bdaa2d7cf49a1db517f58bba76
+SHA512 (DBI-1.650.tgz) = c25da4442964df750ce1ef0b7015b4d3bf9f6172ee74bdd1b891a14c6af4ea4a43b94fbbd5548c36b132743f6c4daab25048cc543f73c05229ee167c4ab16165
+Size (DBI-1.650.tgz) = 731654 bytes



Home | Main Index | Thread Index | Old Index