From 837967935ef3424096fb2c593a08c2ec60eacc05 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 15 Jul 2026 18:38:34 +0800 Subject: [PATCH] libdbi-perl: upgrade 1.649 -> 1.650 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 Signed-off-by: Khem Raj --- .../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 --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}"