From: Otavio Salvador Date: Mon, 3 Jan 2022 16:18:53 +0000 (-0300) Subject: sqlite3: upgrade 3.37.0 -> 3.37.1 X-Git-Tag: uninative-3.5~362 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a4d1d878ddf57688535722ef330938b7e1c78066;p=openembedded-core.git sqlite3: upgrade 3.37.0 -> 3.37.1 Signed-off-by: Otavio Salvador Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/sqlite/sqlite3_3.37.0.bb b/meta/recipes-support/sqlite/sqlite3_3.37.1.bb similarity index 86% rename from meta/recipes-support/sqlite/sqlite3_3.37.0.bb rename to meta/recipes-support/sqlite/sqlite3_3.37.1.bb index 68394c88b0..a13cca633a 100644 --- a/meta/recipes-support/sqlite/sqlite3_3.37.0.bb +++ b/meta/recipes-support/sqlite/sqlite3_3.37.1.bb @@ -4,7 +4,7 @@ LICENSE = "PD" LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66" SRC_URI = "http://www.sqlite.org/2021/sqlite-autoconf-${SQLITE_PV}.tar.gz" -SRC_URI[sha256sum] = "731a4651d4d4b36fc7d21db586b2de4dd00af31fd54fb5a9a4b7f492057479f7" +SRC_URI[sha256sum] = "40f22a13bf38bbcd4c7ac79bcfb42a72d5aa40930c1f3f822e30ccce295f0f2e" # -19242 is only an issue in specific development branch commits CVE_CHECK_WHITELIST += "CVE-2019-19242"