From 11e34895a7f2fb2712ab5432be60507111dfa413 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 22 Jul 2026 18:22:48 +0800 Subject: [PATCH] libdbi-perl: upgrade 1.650 -> 1.651 Changelog: =========== * Fix inverted comparisons for strings in DBI::SQL::Nano (CVE-2026-15043) * Document that IS NULL matches empty strings in DBI::SQL::Nano * Fix DBD::File to ensure that the table is not a symlink outside of f_dir (CVE-2026-15392) * Fix an out-of-bounds error when a statement handle has no fields but the source row is not empty (CVE-2026-60082) * Add an overridable upper bound $MAX_PATH_DEPTH for DBI::ProfileData (CVE-2026-60081) * *** WARNING: Next release will require perl-5.12 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../perl/{libdbi-perl_1.650.bb => libdbi-perl_1.651.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/perl/{libdbi-perl_1.650.bb => libdbi-perl_1.651.bb} (95%) diff --git a/meta-oe/recipes-devtools/perl/libdbi-perl_1.650.bb b/meta-oe/recipes-devtools/perl/libdbi-perl_1.651.bb similarity index 95% rename from meta-oe/recipes-devtools/perl/libdbi-perl_1.650.bb rename to meta-oe/recipes-devtools/perl/libdbi-perl_1.651.bb index fa1a727eea..e641ac3167 100644 --- a/meta-oe/recipes-devtools/perl/libdbi-perl_1.650.bb +++ b/meta-oe/recipes-devtools/perl/libdbi-perl_1.651.bb @@ -10,7 +10,7 @@ LICENSE = "Artistic-1.0 OR 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] = "a807b817c1cfb0fe6ecccff1d9ddeb293c317d518f5ab2007dfb9d3bccdbcf83" +SRC_URI[sha256sum] = "da621a23fa68e1e04fac824cfd3d41e8ffbab2ab3eba642a12499242e8be5253" S = "${UNPACKDIR}/DBI-${PV}"