mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 14:02:21 +02:00
sqlite3: upgrade 3.38.2 -> 3.38.3
2022-04-27 - Version 3.38.3 Version 3.38.3 fixes a bug in the automatic-index and Bloom filter construction logic that might cause SQLite to be overly aggressive in the use of ON clause constraints, resulting in a incorret automatic-index or Bloom filter that excludes some valid rows from output. The bug was introduced in version 3.38.0. Other minor changes were tossed in to complete the patch. (From OE-Core rev: c78ac7ef2d14a8b6167922a12e8c7f35c4b11bfb) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 1efd89a4572bb2f39728fd53a1d4db944b06ff38) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f5b41e7181
commit
2b7d34e5ec
@@ -4,7 +4,7 @@ LICENSE = "PD"
|
||||
LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66"
|
||||
|
||||
SRC_URI = "http://www.sqlite.org/2022/sqlite-autoconf-${SQLITE_PV}.tar.gz"
|
||||
SRC_URI[sha256sum] = "e7974aa1430bad690a5e9f79a6ee5c8492ada8269dc675875ad0fb747d7cada4"
|
||||
SRC_URI[sha256sum] = "61f2dd93a2e38c33468b7125967c3218bf9f4dd8365def6025e314f905dc942e"
|
||||
|
||||
# -19242 is only an issue in specific development branch commits
|
||||
CVE_CHECK_IGNORE += "CVE-2019-19242"
|
||||
Reference in New Issue
Block a user