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>
This commit is contained in:
Wang Mingyu 2022-11-07 16:28:21 +08:00 committed by Khem Raj
parent 976578c9d1
commit 2f113b1447

View File

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