summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/sqlite/sqlite3_3.45.3.bb
diff options
context:
space:
mode:
authorVijay Anusuri <vanusuri@mvista.com>2026-04-02 13:43:49 +0530
committerPaul Barker <paul@pbarker.dev>2026-05-04 13:57:31 +0100
commit6916cc525e43982b2569ff515efa9f23b35197e9 (patch)
treed4f6c8ff2af1d097219931a80291703df3c06bb0 /meta/recipes-support/sqlite/sqlite3_3.45.3.bb
parente05783e0b0725b88b763e4a467cbbe6feaf3255c (diff)
downloadpoky-6916cc525e43982b2569ff515efa9f23b35197e9.tar.gz
sqlite3: Fix CVE-2025-70873
Pick patch as per [1] [1] https://sqlite.org/src/info/3d459f1fb1bd1b5e [2] https://sqlite.org/forum/forumpost/761eac3c82 [3] https://gist.github.com/cnwangjihe/f496393f30f5ecec5b18c8f5ab072054 (From OE-Core rev: e948f33fa6bf69619b406ccd8dc4e5470e223335) Signed-off-by: Vijay Anusuri <vanusuri@mvista.com> Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Paul Barker <paul@pbarker.dev>
Diffstat (limited to 'meta/recipes-support/sqlite/sqlite3_3.45.3.bb')
-rw-r--r--meta/recipes-support/sqlite/sqlite3_3.45.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.45.3.bb b/meta/recipes-support/sqlite/sqlite3_3.45.3.bb
index 05bfaac1af..1b3ac83b58 100644
--- a/meta/recipes-support/sqlite/sqlite3_3.45.3.bb
+++ b/meta/recipes-support/sqlite/sqlite3_3.45.3.bb
@@ -8,6 +8,7 @@ SRC_URI = "http://www.sqlite.org/2024/sqlite-autoconf-${SQLITE_PV}.tar.gz \
8 file://CVE-2025-29088.patch \ 8 file://CVE-2025-29088.patch \
9 file://CVE-2025-6965.patch \ 9 file://CVE-2025-6965.patch \
10 file://CVE-2025-7709.patch \ 10 file://CVE-2025-7709.patch \
11 file://CVE-2025-70873.patch \
11 " 12 "
12SRC_URI[sha256sum] = "b2809ca53124c19c60f42bf627736eae011afdcc205bb48270a5ee9a38191531" 13SRC_URI[sha256sum] = "b2809ca53124c19c60f42bf627736eae011afdcc205bb48270a5ee9a38191531"
13 14