aboutsummaryrefslogtreecommitdiffstats
path: root/meta-perl
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-11-07 16:28:21 +0800
committerKhem Raj <raj.khem@gmail.com>2022-11-07 08:40:48 -0800
commit2f113b14474f8b595e1a6712715d5ad862d6fafd (patch)
tree0e7ce20d245d8946bd515ebb583dc514010026db /meta-perl
parent976578c9d1cb9375bd6b87a2d073878d776a24eb (diff)
downloadmeta-openembedded-2f113b14474f8b595e1a6712715d5ad862d6fafd.tar.gz
libdbd-sqlite-perl: upgrade 1.70 -> 1.72
Changelog: ========== - Upgraded SQLite to 3.39.4 - Set UTF8CACHE to avoid slowdown with -DDEBUGGING (andk, Leont, FGasper) - Fix another test failure on perl built with -DDEBUGGING - Lowercase datatype in table column metadata for backcompat - Fix test failure on perl built with -DDEBUGGING (andk++) - Expose sqlite_error_offset introduced in 3.38.0 - Improve sqlite_load_extension doc (GH#94, Derek Lamb++) - Add a feature to unregister a created function - Fix accented characters in POD (GH#90, HaraldJoerg++) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl')
-rw-r--r--meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.72.bb (renamed from meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.70.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.70.bb b/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.72.bb
index 17ec3298c8..975034a07d 100644
--- a/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.70.bb
+++ b/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.72.bb
@@ -14,7 +14,7 @@ SRC_URI = "${CPAN_MIRROR}/authors/id/I/IS/ISHIGAKI/DBD-SQLite-${PV}.tar.gz \
file://sqlite-perl-test.pl \
"
-SRC_URI[sha256sum] = "40fd8ddf539e0e773a7a4e6d376794c3301459f9ab0050978bdcf97113dafe3e"
+SRC_URI[sha256sum] = "5ca41e61eb52b52bd862a3088b912a75fe70910ac789b9a9983e0a449e94f551"
UPSTREAM_CHECK_REGEX = "DBD\-SQLite\-(?P<pver>(\d+\.\d+))(?!_\d+).tar"