diff mbox series

[meta-oe,04/44] libdbi-perl: upgrade 1.649 -> 1.650

Message ID 20260715103914.2120-4-wangmy@fujitsu.com
State New
Headers show
Series [meta-perl,01/44] cpan-requirements-dynamic: upgrade 0.002 -> 0.003 | expand

Commit Message

Wang Mingyu July 15, 2026, 10:38 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
* 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)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../perl/{libdbi-perl_1.649.bb => libdbi-perl_1.650.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/perl/{libdbi-perl_1.649.bb => libdbi-perl_1.650.bb} (95%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/perl/libdbi-perl_1.649.bb b/meta-oe/recipes-devtools/perl/libdbi-perl_1.650.bb
similarity index 95%
rename from meta-oe/recipes-devtools/perl/libdbi-perl_1.649.bb
rename to meta-oe/recipes-devtools/perl/libdbi-perl_1.650.bb
index c25d5d63a6..47f9e06c90 100644
--- a/meta-oe/recipes-devtools/perl/libdbi-perl_1.649.bb
+++ b/meta-oe/recipes-devtools/perl/libdbi-perl_1.650.bb
@@ -10,7 +10,7 @@  LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1a1138dff61f77bbc3d8782caba6758d"
 
 SRC_URI = "${CPAN_MIRROR}/authors/id/H/HM/HMBRAND/DBI-${PV}.tgz"
-SRC_URI[sha256sum] = "98897cdd06adae70e5516042e47ca08d623db2139fc58fd95cde208adf85c697"
+SRC_URI[sha256sum] = "a807b817c1cfb0fe6ecccff1d9ddeb293c317d518f5ab2007dfb9d3bccdbcf83"
 
 S = "${UNPACKDIR}/DBI-${PV}"