diff mbox series

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

Message ID 20260722102320.1019-5-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe,01/37] dash: upgrade 0.5.13.4 -> 0.5.13.5 | expand

Commit Message

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

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 <wangmy@fujitsu.com>
---
 .../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 mbox series

Patch

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}"