[oe] [meta-oe] [PATCH 05/37] libdbi-perl: upgrade 1.650 -> 1.651

Wang Mingyu < [email protected]> Wed, 22 Jul 2026 18:22:48 +0800
Newsgroups org.openembedded.lists.openembedded-devel
Message-ID <[email protected]>
From: Wang Mingyu <[email protected]>

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 <[email protected]>
---
 .../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}"
 
-- 
2.43.0