From 9b24e44c4906ec205857526a181f5f6054e92dc6 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Fri, 16 Feb 2024 19:40:29 +0800 Subject: sqlite3: upgrade 3.44.2 -> 3.45.1 Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- meta/recipes-support/sqlite/sqlite3_3.44.2.bb | 10 ---------- meta/recipes-support/sqlite/sqlite3_3.45.1.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta/recipes-support/sqlite/sqlite3_3.44.2.bb create mode 100644 meta/recipes-support/sqlite/sqlite3_3.45.1.bb (limited to 'meta/recipes-support') diff --git a/meta/recipes-support/sqlite/sqlite3_3.44.2.bb b/meta/recipes-support/sqlite/sqlite3_3.44.2.bb deleted file mode 100644 index 459884a558..0000000000 --- a/meta/recipes-support/sqlite/sqlite3_3.44.2.bb +++ /dev/null @@ -1,10 +0,0 @@ -require sqlite3.inc - -LICENSE = "PD" -LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66" - -SRC_URI = "http://www.sqlite.org/2023/sqlite-autoconf-${SQLITE_PV}.tar.gz" -SRC_URI[sha256sum] = "1c6719a148bc41cf0f2bbbe3926d7ce3f5ca09d878f1246fcc20767b175bb407" - -CVE_STATUS[CVE-2023-36191] = "disputed: The error is a bug. It has been fixed upstream. But it is not a vulnerability" - diff --git a/meta/recipes-support/sqlite/sqlite3_3.45.1.bb b/meta/recipes-support/sqlite/sqlite3_3.45.1.bb new file mode 100644 index 0000000000..2ca8bc5bc9 --- /dev/null +++ b/meta/recipes-support/sqlite/sqlite3_3.45.1.bb @@ -0,0 +1,10 @@ +require sqlite3.inc + +LICENSE = "PD" +LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66" + +SRC_URI = "http://www.sqlite.org/2024/sqlite-autoconf-${SQLITE_PV}.tar.gz" +SRC_URI[sha256sum] = "cd9c27841b7a5932c9897651e20b86c701dd740556989b01ca596fcfa3d49a0a" + +CVE_STATUS[CVE-2023-36191] = "disputed: The error is a bug. It has been fixed upstream. But it is not a vulnerability" + -- cgit 1.2.3-korg