From: Wang Mingyu <[email protected]> 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 <[email protected]> --- .../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}" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#128177): https://lists.openembedded.org/g/openembedded-devel/message/128177 Mute This Topic: https://lists.openembedded.org/mt/120278911/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
