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:           Sat Aug 15 16:45:56 UTC 2026

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

Log Message:
p5-DBI: update to 1.652.

1.652 - 2026-08-15, H.Merijn Brand & Robert Rothenberg
    * DBI now requires perl-5.12, driven by CVE's
    * Fix test for perl configured without threads (caught by perl-5.45.1)
    * Small doc fix, (issue#155), thanks Dick Franks
    * Add suggested dependency (issue#145), thanks Dick Franks
    * Force placeholder limit on :# and :p# too (CVE-2026-73194)
    * Limit statements to 292 Mb in preparse (CVE-2026-73193)
    * Add a security policy (issue#174)
    * Add dbm_updatable_key attribute to DBD::DBM to configure how keys are updated
    * Fix missing import in DBI::DBD::SqlEngine
    * Fix !Caller2 caller loss when $^P is set (PR#184) (Thanks Paul)


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 pkgsrc/databases/p5-DBI/Makefile
cvs rdiff -u -r1.63 -r1.64 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.100 pkgsrc/databases/p5-DBI/Makefile:1.101
--- pkgsrc/databases/p5-DBI/Makefile:1.100      Thu Jul 16 19:01:37 2026
+++ pkgsrc/databases/p5-DBI/Makefile    Sat Aug 15 16:45:56 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.100 2026/07/16 19:01:37 wiz Exp $
+# $NetBSD: Makefile,v 1.101 2026/08/15 16:45:56 wiz Exp $
 
-DISTNAME=      DBI-1.651
+DISTNAME=      DBI-1.652
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../by-authors/id/H/HM/HMBRAND/}
 EXTRACT_SUFX=  .tgz

Index: pkgsrc/databases/p5-DBI/distinfo
diff -u pkgsrc/databases/p5-DBI/distinfo:1.63 pkgsrc/databases/p5-DBI/distinfo:1.64
--- pkgsrc/databases/p5-DBI/distinfo:1.63       Tue Jul 14 16:51:25 2026
+++ pkgsrc/databases/p5-DBI/distinfo    Sat Aug 15 16:45:56 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.63 2026/07/14 16:51:25 wiz Exp $
+$NetBSD: distinfo,v 1.64 2026/08/15 16:45:56 wiz Exp $
 
-BLAKE2s (DBI-1.651.tgz) = 2fb1bc0348a81221af69a09573e5e660f1b11451c943d05598d60b5d12c8df9b
-SHA512 (DBI-1.651.tgz) = 551ec29b88055a0c5380ba3a23105f33d64ab66a24833e6174e793d97583650719b50304255de54f967fac72f61e06cf0976483caaa340b6e725f6f45bfc24ba
-Size (DBI-1.651.tgz) = 735244 bytes
+BLAKE2s (DBI-1.652.tgz) = 7a3af5b58424c833893c6ef9122fceba5eac41dbefcaf005075547f4e7af49fb
+SHA512 (DBI-1.652.tgz) = b695a177c7e3a1c0da70b4f2864521264fdda9560fd12f416add42d6f23099344bab5b13e9477c2283265a603013fad90a025610fdab1498b0792ae741c89a00
+Size (DBI-1.652.tgz) = 734177 bytes



Home | Main Index | Thread Index | Old Index