summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/sqlite
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2020-06-05 17:29:27 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-09 13:13:59 +0100
commit71b50a43101445a3ddc363176dc70b89f36c4a9f (patch)
tree90316442c43f6fb4e5483885dcf776756ed1d168 /meta/recipes-support/sqlite
parent19f6e9a71c5ed3e4ad2c4093b20ba2c513771800 (diff)
downloadpoky-71b50a43101445a3ddc363176dc70b89f36c4a9f.tar.gz
sqlite3: upgrade 3.32.1 -> 3.32.2
(From OE-Core rev: 0f686fabd33d933330b9c6e9b14fff25ae8e7642) 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')
-rw-r--r--meta/recipes-support/sqlite/sqlite3_3.32.2.bb (renamed from meta/recipes-support/sqlite/sqlite3_3.32.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.32.1.bb b/meta/recipes-support/sqlite/sqlite3_3.32.2.bb
index d6081f10ad..8de74aa221 100644
--- a/meta/recipes-support/sqlite/sqlite3_3.32.1.bb
+++ b/meta/recipes-support/sqlite/sqlite3_3.32.2.bb
@@ -4,8 +4,8 @@ LICENSE = "PD"
4LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66" 4LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66"
5 5
6SRC_URI = "http://www.sqlite.org/2020/sqlite-autoconf-${SQLITE_PV}.tar.gz" 6SRC_URI = "http://www.sqlite.org/2020/sqlite-autoconf-${SQLITE_PV}.tar.gz"
7SRC_URI[md5sum] = "bc7afc06f1e30b09ac930957af68d723" 7SRC_URI[md5sum] = "eb498918a33159cdf8104997aad29e83"
8SRC_URI[sha256sum] = "486748abfb16abd8af664e3a5f03b228e5f124682b0c942e157644bf6fff7d10" 8SRC_URI[sha256sum] = "2dbef1254c1dbeeb5d13d7722d37e633f18ccbba689806b0a65b68701a5b6084"
9 9
10# -19242 is only an issue in specific development branch commits 10# -19242 is only an issue in specific development branch commits
11CVE_CHECK_WHITELIST += "CVE-2019-19242" 11CVE_CHECK_WHITELIST += "CVE-2019-19242"