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

git at git.openembedded.org git at git.openembedded.org
Sun Jul 23 07:02:54 UTC 2017


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 d4ada8b9662f6317a0c504cbdea45f6c13fb2ee8
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>
---
 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 8563cd1..a897ac6 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 = "https://ftp.pcre.org/pub/pcre/pcre-${PV}.tar.bz2 \
 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