From: Chen Qi Date: Mon, 8 May 2023 10:11:30 +0000 (-0700) Subject: sqlite3: update CVE_PRODUCT X-Git-Tag: uninative-3.10~136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8800976e79d65956218ab462d9644d0661579301;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git sqlite3: update CVE_PRODUCT Both 'sqlite' and 'sqlite3' are used in NVD database. Signed-off-by: Chen Qi Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-support/sqlite/sqlite3.inc b/meta/recipes-support/sqlite/sqlite3.inc index 9a0de085533..c246d42fdf3 100644 --- a/meta/recipes-support/sqlite/sqlite3.inc +++ b/meta/recipes-support/sqlite/sqlite3.inc @@ -18,7 +18,7 @@ S = "${WORKDIR}/sqlite-autoconf-${SQLITE_PV}" UPSTREAM_CHECK_URI = "http://www.sqlite.org/" UPSTREAM_CHECK_REGEX = "releaselog/(?P(\d+[\.\-_]*)+)\.html" -CVE_PRODUCT = "sqlite" +CVE_PRODUCT = "sqlite sqlite3" inherit autotools pkgconfig siteinfo