[oe-commits] [openembedded-core] 09/39: libpcre_8.40.bb: set CVE_PRODUCT to prce

git at git.openembedded.org git at git.openembedded.org
Tue Aug 29 10:58:06 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 a561cc581ae9d9a7ae3eb90ee0563f3b47ba843c
Author: Mikko Rapeli <mikko.rapeli at bmw.de>
AuthorDate: Thu Jul 20 16:22:59 2017 +0300

    libpcre_8.40.bb: set CVE_PRODUCT to prce
    
    It is used in NVD for CVE's like:
    
    https://nvd.nist.gov/vuln/detail/CVE-2017-7246
    
    Signed-off-by: Mikko Rapeli <mikko.rapeli at bmw.de>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    (cherry picked from commit 523e823988f08679a384a14c4e768b2819f8a6bf)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-support/libpcre/libpcre_8.40.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-support/libpcre/libpcre_8.40.bb b/meta/recipes-support/libpcre/libpcre_8.40.bb
index 6396872..8b6ab25 100644
--- a/meta/recipes-support/libpcre/libpcre_8.40.bb
+++ b/meta/recipes-support/libpcre/libpcre_8.40.bb
@@ -17,6 +17,8 @@ SRC_URI = "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${PV}.tar.
 SRC_URI[md5sum] = "41a842bf7dcecd6634219336e2167d1d"
 SRC_URI[sha256sum] = "00e27a29ead4267e3de8111fcaa59b132d0533cdfdbdddf4b0604279acbcf4f4"
 
+CVE_PRODUCT = "pcre"
+
 S = "${WORKDIR}/pcre-${PV}"
 
 PROVIDES += "pcre"

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


More information about the Openembedded-commits mailing list