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

git at git.openembedded.org git at git.openembedded.org
Tue Aug 29 10:58:10 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 183c3b4455a6c358000a775e3e5806467726b730
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>
    (cherry picked from commit c75e5d3f4b9293cf2f2ebdd3a23743b3df7aa3df)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-support/nspr/nspr_4.13.1.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-support/nspr/nspr_4.13.1.bb b/meta/recipes-support/nspr/nspr_4.13.1.bb
index 9c15a8b..27c2237 100644
--- a/meta/recipes-support/nspr/nspr_4.13.1.bb
+++ b/meta/recipes-support/nspr/nspr_4.13.1.bb
@@ -24,6 +24,8 @@ UPSTREAM_CHECK_REGEX = "v(?P<pver>\d+(\.\d+)+)/"
 SRC_URI[md5sum] = "9c44298a6fc478b3c0a4e98f4f9981ed"
 SRC_URI[sha256sum] = "5e4c1751339a76e7c772c0c04747488d7f8c98980b434dc846977e43117833ab"
 
+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