mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-25 19:27:14 +00:00
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
+1
-1
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user