diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2023-12-18 22:47:16 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-12-20 07:47:00 +0000 |
commit | 1c5edf4b21581360d933c90b02b99f08754a34f7 (patch) | |
tree | 0625c9681304825a656c79c98bf869d3374ab5c2 /meta/recipes-support | |
parent | 2ad23af63be48fe998db2cbb9bcd7c7ada03f286 (diff) | |
download | poky-1c5edf4b21581360d933c90b02b99f08754a34f7.tar.gz |
sqlite3: upgrade 3.44.0 -> 3.44.2
(From OE-Core rev: 915e54859ff50eafca8f4d27af7e460d042b112a)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.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.44.2.bb (renamed from meta/recipes-support/sqlite/sqlite3_3.44.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.44.0.bb b/meta/recipes-support/sqlite/sqlite3_3.44.2.bb index d498154889..459884a558 100644 --- a/meta/recipes-support/sqlite/sqlite3_3.44.0.bb +++ b/meta/recipes-support/sqlite/sqlite3_3.44.2.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/2023/sqlite-autoconf-${SQLITE_PV}.tar.gz" | 6 | SRC_URI = "http://www.sqlite.org/2023/sqlite-autoconf-${SQLITE_PV}.tar.gz" |
7 | SRC_URI[sha256sum] = "b9cd386e7cd22af6e0d2a0f06d0404951e1bef109e42ea06cc0450e10cd15550" | 7 | SRC_URI[sha256sum] = "1c6719a148bc41cf0f2bbbe3926d7ce3f5ca09d878f1246fcc20767b175bb407" |
8 | 8 | ||
9 | CVE_STATUS[CVE-2023-36191] = "disputed: The error is a bug. It has been fixed upstream. But it is not a vulnerability" | 9 | CVE_STATUS[CVE-2023-36191] = "disputed: The error is a bug. It has been fixed upstream. But it is not a vulnerability" |
10 | 10 | ||