diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-06-22 13:21:23 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-26 11:27:16 +0100 |
commit | 73546784a240f65065b44c41474bb62e56f8d689 (patch) | |
tree | fe69966a464577a27b52d10068cb8c5618fb9409 /meta/recipes-support | |
parent | 0c78da38f10a249b817e17e500783670bd72fd52 (diff) | |
download | poky-73546784a240f65065b44c41474bb62e56f8d689.tar.gz |
sqlite3: upgrade 3.35.5 -> 3.36.0
(From OE-Core rev: 118564912d65135e971778eac16667a40fd062b4)
(From OE-Core rev: 70da06a05972af2953ce57042aaa605281685030)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/sqlite/sqlite3_3.36.0.bb (renamed from meta/recipes-support/sqlite/sqlite3_3.35.5.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.35.5.bb b/meta/recipes-support/sqlite/sqlite3_3.36.0.bb index d74a6210d5..f5d75e8e4c 100644 --- a/meta/recipes-support/sqlite/sqlite3_3.35.5.bb +++ b/meta/recipes-support/sqlite/sqlite3_3.36.0.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "PD" | |||
4 | LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66" | 4 | LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66" |
5 | 5 | ||
6 | SRC_URI = "http://www.sqlite.org/2021/sqlite-autoconf-${SQLITE_PV}.tar.gz" | 6 | SRC_URI = "http://www.sqlite.org/2021/sqlite-autoconf-${SQLITE_PV}.tar.gz" |
7 | SRC_URI[sha256sum] = "f52b72a5c319c3e516ed7a92e123139a6e87af08a2dc43d7757724f6132e6db0" | 7 | SRC_URI[sha256sum] = "bd90c3eb96bee996206b83be7065c9ce19aef38c3f4fb53073ada0d0b69bbce3" |
8 | 8 | ||
9 | # -19242 is only an issue in specific development branch commits | 9 | # -19242 is only an issue in specific development branch commits |
10 | CVE_CHECK_WHITELIST += "CVE-2019-19242" | 10 | CVE_CHECK_WHITELIST += "CVE-2019-19242" |