[oe-commits] [openembedded-core] 49/51: sqlite3.inc: set CVE_PRODUCT to sqlite

git at git.openembedded.org git at git.openembedded.org
Sun Jan 7 17:11:58 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch morty
in repository openembedded-core.

commit c717da006b2f12c5ec4bcdc6bdbcb4d1098829a5
Author: Mikko Rapeli <mikko.rapeli at bmw.de>
AuthorDate: Mon Dec 18 15:50:50 2017 +0200

    sqlite3.inc: set CVE_PRODUCT to sqlite
    
    It is used in NVD for CVE's like:
    
    https://nvd.nist.gov/vuln/detail/CVE-2016-6153
    
    Signed-off-by: Mikko Rapeli <mikko.rapeli at bmw.de>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    (cherry picked from commit cec6f26f4d2f16c9a58fac5a6344e3d43b36ed09)
    Signed-off-by: Ruslan Ruslichenko <rruslich at cisco.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-support/sqlite/sqlite3.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-support/sqlite/sqlite3.inc b/meta/recipes-support/sqlite/sqlite3.inc
index 5bff33b..b875fae 100644
--- a/meta/recipes-support/sqlite/sqlite3.inc
+++ b/meta/recipes-support/sqlite/sqlite3.inc
@@ -17,6 +17,8 @@ S = "${WORKDIR}/sqlite-autoconf-${SQLITE_PV}"
 UPSTREAM_CHECK_URI = "http://www.sqlite.org/"
 UPSTREAM_CHECK_REGEX = "releaselog/(?P<pver>(\d+[\.\-_]*)+)\.html"
 
+CVE_PRODUCT = "sqlite"
+
 inherit autotools pkgconfig
 
 PACKAGECONFIG ?= ""

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list