[oe-commits] [openembedded-core] 20/33: nspr_4.14.bb: set CVE_PRODUCT to netscape_portable_runtime

git at git.openembedded.org git at git.openembedded.org
Mon Jul 24 08:14:38 UTC 2017


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

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

commit c75e5d3f4b9293cf2f2ebdd3a23743b3df7aa3df
Author: Mikko Rapeli <mikko.rapeli at bmw.de>
AuthorDate: Thu Jul 20 16:23:03 2017 +0300

    nspr_4.14.bb: set CVE_PRODUCT to netscape_portable_runtime
    
    This is used in NVD database entries like CVE:
    
    https://nvd.nist.gov/vuln/detail/CVE-2016-1951
    
    Signed-off-by: Mikko Rapeli <mikko.rapeli at bmw.de>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-support/nspr/nspr_4.14.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-support/nspr/nspr_4.14.bb b/meta/recipes-support/nspr/nspr_4.14.bb
index 6b47820..b0892a1 100644
--- a/meta/recipes-support/nspr/nspr_4.14.bb
+++ b/meta/recipes-support/nspr/nspr_4.14.bb
@@ -25,6 +25,8 @@ UPSTREAM_CHECK_REGEX = "v(?P<pver>\d+(\.\d+)+)/"
 SRC_URI[md5sum] = "743f6b7888a614da9927400874054d8c"
 SRC_URI[sha256sum] = "64fc18826257403a9132240aa3c45193d577a84b08e96f7e7770a97c074d17d5"
 
+CVE_PRODUCT = "netscape_portable_runtime"
+
 S = "${WORKDIR}/nspr-${PV}/nspr"
 
 RDEPENDS_${PN}-dev += "perl"

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


More information about the Openembedded-commits mailing list