summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/sqlite/sqlite3_3.31.1.bb
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2020-11-04 07:00:34 -1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-12 13:07:52 +0000
commit9bf3399388e37d1f813c0b98fc8532ab411009fa (patch)
tree2673d2f9cbf5f7e0c0d2af1e25dfcff0d042849e /meta/recipes-support/sqlite/sqlite3_3.31.1.bb
parent1a057dcc739461ec34071167737207db650a5ca9 (diff)
downloadpoky-9bf3399388e37d1f813c0b98fc8532ab411009fa.tar.gz
sqlite3: fix CVE-2020-13632
CVE: CVE-2020-13632 Reference: https://nvd.nist.gov/vuln/detail/CVE-2020-13632 (From OE-Core rev: 8d54034bb8e522f9827ec6422b32cbd4e5bf1346) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/sqlite/sqlite3_3.31.1.bb')
-rw-r--r--meta/recipes-support/sqlite/sqlite3_3.31.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.31.1.bb b/meta/recipes-support/sqlite/sqlite3_3.31.1.bb
index 5d45d1f1ab..c289affd60 100644
--- a/meta/recipes-support/sqlite/sqlite3_3.31.1.bb
+++ b/meta/recipes-support/sqlite/sqlite3_3.31.1.bb
@@ -12,6 +12,7 @@ SRC_URI = "http://www.sqlite.org/2020/sqlite-autoconf-${SQLITE_PV}.tar.gz \
12 file://CVE-2020-13435.patch \ 12 file://CVE-2020-13435.patch \
13 file://CVE-2020-13630.patch \ 13 file://CVE-2020-13630.patch \
14 file://CVE-2020-13631.patch \ 14 file://CVE-2020-13631.patch \
15 file://CVE-2020-13632.patch \
15 " 16 "
16SRC_URI[md5sum] = "2d0a553534c521504e3ac3ad3b90f125" 17SRC_URI[md5sum] = "2d0a553534c521504e3ac3ad3b90f125"
17SRC_URI[sha256sum] = "62284efebc05a76f909c580ffa5c008a7d22a1287285d68b7825a2b6b51949ae" 18SRC_URI[sha256sum] = "62284efebc05a76f909c580ffa5c008a7d22a1287285d68b7825a2b6b51949ae"