[oe-commits] [openembedded-core] 06/39: glib.inc: set CVE_PRODUCT to glib

git at git.openembedded.org git at git.openembedded.org
Tue Aug 29 10:58:03 UTC 2017


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

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

commit 9621f46bde37e27dd323305d0c1e987a7cca37aa
Author: Mikko Rapeli <mikko.rapeli at bmw.de>
AuthorDate: Thu Jul 20 16:22:56 2017 +0300

    glib.inc: set CVE_PRODUCT to glib
    
    NVD uses product glib and vendor gnome for CVE's like:
    
    https://nvd.nist.gov/vuln/detail/CVE-2016-6855
    
    Signed-off-by: Mikko Rapeli <mikko.rapeli at bmw.de>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    (cherry picked from commit 69d6342d45316389afb4b062088919689db0a6dd)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-core/glib-2.0/glib.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index e8cdefd..2b30e37 100644
--- a/meta/recipes-core/glib-2.0/glib.inc
+++ b/meta/recipes-core/glib-2.0/glib.inc
@@ -15,6 +15,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
 BUGTRACKER = "http://bugzilla.gnome.org"
 SECTION = "libs"
 
+CVE_PRODUCT = "glib"
+
 BBCLASSEXTEND = "native nativesdk"
 
 DEPENDS = "virtual/libiconv libffi zlib glib-2.0-native"

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


More information about the Openembedded-commits mailing list