From 8e926e200b0381179feb68f6afb54d7b33f4c969 Mon Sep 17 00:00:00 2001 From: wangmy Date: Mon, 25 Apr 2022 15:31:15 +0800 Subject: [PATCH] libdbd-sqlite-perl: upgrade 1.68 -> 1.70 Changelog: ========== - Fix doc to use the correct attribute with sqlite_ (GH#86, eekboek++) - Modify the fix to silence the sqlite_unicode warning not to check the attribute twice - Fix an encoding issue of naive (GH#83, HaraldJoerg++) - Typo (GH#85, grr++) - Silenced deprecation warning of sqlite_unicode not to break tests of existing applications Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{libdbd-sqlite-perl_1.68.bb => libdbd-sqlite-perl_1.70.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-perl/recipes-perl/libdb/{libdbd-sqlite-perl_1.68.bb => libdbd-sqlite-perl_1.70.bb} (94%) diff --git a/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.68.bb b/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.70.bb similarity index 94% rename from meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.68.bb rename to meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.70.bb index c7baeab6be..17ec3298c8 100644 --- a/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.68.bb +++ b/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.70.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] = "0e84e831a50d547d2e634b66650455f1791f223495c9138db82d42360c691e61" +SRC_URI[sha256sum] = "40fd8ddf539e0e773a7a4e6d376794c3301459f9ab0050978bdcf97113dafe3e" UPSTREAM_CHECK_REGEX = "DBD\-SQLite\-(?P(\d+\.\d+))(?!_\d+).tar"