From: Alexander Kanavin Date: Wed, 19 Jan 2022 10:40:50 +0000 (+0100) Subject: sqlite: update 3.37.1 -> 3.37.2 X-Git-Tag: uninative-3.5~207 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e77c5d7ca59545f99d3bbacd0bac13df061b9a40;p=openembedded-core.git sqlite: update 3.37.1 -> 3.37.2 Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/sqlite/sqlite3_3.37.1.bb b/meta/recipes-support/sqlite/sqlite3_3.37.2.bb similarity index 77% rename from meta/recipes-support/sqlite/sqlite3_3.37.1.bb rename to meta/recipes-support/sqlite/sqlite3_3.37.2.bb index a13cca633a..56364b4828 100644 --- a/meta/recipes-support/sqlite/sqlite3_3.37.1.bb +++ b/meta/recipes-support/sqlite/sqlite3_3.37.2.bb @@ -3,8 +3,8 @@ require sqlite3.inc 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] = "40f22a13bf38bbcd4c7ac79bcfb42a72d5aa40930c1f3f822e30ccce295f0f2e" +SRC_URI = "http://www.sqlite.org/2022/sqlite-autoconf-${SQLITE_PV}.tar.gz" +SRC_URI[sha256sum] = "4089a8d9b467537b3f246f217b84cd76e00b1d1a971fe5aca1e30e230e46b2d8" # -19242 is only an issue in specific development branch commits CVE_CHECK_WHITELIST += "CVE-2019-19242"