[oe-commits] [openembedded-core] 29/49: gstreamer: set CVE_PRODUCT

git at git.openembedded.org git at git.openembedded.org
Thu Feb 15 21:51:51 UTC 2018


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

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

commit f6835003ee3bf382d7c1a07a076f74d75aed7d5d
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Fri Feb 9 12:47:09 2018 +0000

    gstreamer: set CVE_PRODUCT
    
    The CVE database stores all GStreamer issues under the catch-all product
    'gstreamer', which none of our recipes match.  Set CVE_PRODUCT to 'gstreamer' in
    the core library: this isn't ideal but is far better than not scanning for any.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0_1.12.4.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.12.4.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.12.4.bb
index bd6cde1..01b2396 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.12.4.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.12.4.bb
@@ -10,3 +10,5 @@ SRC_URI[md5sum] = "9d268f2e891cce1ac0832f1cc467d4ea"
 SRC_URI[sha256sum] = "5a8704aa4c2eeb04da192c4a9942f94f860ac1a585de90d9f914bac26a970674"
 
 S = "${WORKDIR}/gstreamer-${PV}"
+
+CVE_PRODUCT = "gstreamer"

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


More information about the Openembedded-commits mailing list