[oe-commits] [openembedded-core] 17/33: libpcre2_10.23.bb: set CVE_PRODUCT to pcre2

git at git.openembedded.org git at git.openembedded.org
Mon Jul 24 08:14:35 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 ce32c5b8ee77012b36c74323f298dc561741aebd
Author: Mikko Rapeli <mikko.rapeli at bmw.de>
AuthorDate: Thu Jul 20 16:23:00 2017 +0300

    libpcre2_10.23.bb: set CVE_PRODUCT to pcre2
    
    It is used in NVD as product name for CVE's like:
    
    https://nvd.nist.gov/vuln/detail/CVE-2017-8786
    
    Signed-off-by: Mikko Rapeli <mikko.rapeli at bmw.de>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-support/libpcre/libpcre2_10.23.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-support/libpcre/libpcre2_10.23.bb b/meta/recipes-support/libpcre/libpcre2_10.23.bb
index 17d397e..794d973 100644
--- a/meta/recipes-support/libpcre/libpcre2_10.23.bb
+++ b/meta/recipes-support/libpcre/libpcre2_10.23.bb
@@ -17,6 +17,8 @@ SRC_URI = "https://ftp.pcre.org/pub/pcre/pcre2-${PV}.tar.bz2 \
 SRC_URI[md5sum] = "b2cd00ca7e24049040099b0a46bb3649"
 SRC_URI[sha256sum] = "dfc79b918771f02d33968bd34a749ad7487fa1014aeb787fad29dd392b78c56e"
 
+CVE_PRODUCT = "pcre2"
+
 S = "${WORKDIR}/pcre2-${PV}"
 
 PROVIDES += "pcre2"

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


More information about the Openembedded-commits mailing list