summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/sqlite/sqlite3_3.27.2.bb
diff options
context:
space:
mode:
authorQi.Chen@windriver.com <Qi.Chen@windriver.com>2020-02-21 23:56:23 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-04-09 00:07:12 +0100
commitb569007b7b4dec2371d33e4a847b4ae70917f1e5 (patch)
tree75c770195b879ab877b2d73d987ad42e00e150ae /meta/recipes-support/sqlite/sqlite3_3.27.2.bb
parentee276e50e54d3decff63bca9a905ffd2e95401f7 (diff)
downloadpoky-b569007b7b4dec2371d33e4a847b4ae70917f1e5.tar.gz
sqlite3: fix CVE-2019-16168
(From OE-Core rev: 8d663da7e5fad8dd936fbefeba67db6e0e356975) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/sqlite/sqlite3_3.27.2.bb')
-rw-r--r--meta/recipes-support/sqlite/sqlite3_3.27.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.27.2.bb b/meta/recipes-support/sqlite/sqlite3_3.27.2.bb
index 4bdb04f4d1..2888a56ee9 100644
--- a/meta/recipes-support/sqlite/sqlite3_3.27.2.bb
+++ b/meta/recipes-support/sqlite/sqlite3_3.27.2.bb
@@ -7,6 +7,7 @@ SRC_URI = "\
7 http://www.sqlite.org/2019/sqlite-autoconf-${SQLITE_PV}.tar.gz \ 7 http://www.sqlite.org/2019/sqlite-autoconf-${SQLITE_PV}.tar.gz \
8 file://CVE-2019-9936.patch \ 8 file://CVE-2019-9936.patch \
9 file://CVE-2019-9937.patch \ 9 file://CVE-2019-9937.patch \
10 file://0001-Fix-CVE-2019-16168.patch \
10 " 11 "
11 12
12SRC_URI[md5sum] = "1f72631ce6e8efa5b4a6e55a43b3bdc0" 13SRC_URI[md5sum] = "1f72631ce6e8efa5b4a6e55a43b3bdc0"