summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/sqlite/sqlite3_3.32.3.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2020-06-23 00:15:48 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-24 18:06:43 +0100
commita0504d17b2d128a99d167133567e68c6d828a3c6 (patch)
tree72568adc11e0bce58d4deca19751eb1185972066 /meta/recipes-support/sqlite/sqlite3_3.32.3.bb
parent1049d9c86cde89b67dca4a460dfc8538ad2a675a (diff)
downloadpoky-a0504d17b2d128a99d167133567e68c6d828a3c6.tar.gz
sqlite3: upgrade 3.32.2 -> 3.32.3
(From OE-Core rev: 0facc5fb49ab08c97fae3cb721c990de77d461c7) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/sqlite/sqlite3_3.32.3.bb')
-rw-r--r--meta/recipes-support/sqlite/sqlite3_3.32.3.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.32.3.bb b/meta/recipes-support/sqlite/sqlite3_3.32.3.bb
new file mode 100644
index 0000000000..1d4e8d4772
--- /dev/null
+++ b/meta/recipes-support/sqlite/sqlite3_3.32.3.bb
@@ -0,0 +1,11 @@
1require sqlite3.inc
2
3LICENSE = "PD"
4LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66"
5
6SRC_URI = "http://www.sqlite.org/2020/sqlite-autoconf-${SQLITE_PV}.tar.gz"
7SRC_URI[md5sum] = "2e3911a3c15e85c2f2d040154bbe5ce3"
8SRC_URI[sha256sum] = "a31507123c1c2e3a210afec19525fd7b5bb1e19a6a34ae5b998fbd7302568b66"
9
10# -19242 is only an issue in specific development branch commits
11CVE_CHECK_WHITELIST += "CVE-2019-19242"