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

git at git.openembedded.org git at git.openembedded.org
Tue Aug 29 10:58:07 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 594a729950272b6596567dca1d4aa6f147ba3085
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>
    (cherry picked from commit ce32c5b8ee77012b36c74323f298dc561741aebd)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-support/libpcre/libpcre2_10.22.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-support/libpcre/libpcre2_10.22.bb b/meta/recipes-support/libpcre/libpcre2_10.22.bb
index 1e00ed5..0cf81c0 100644
--- a/meta/recipes-support/libpcre/libpcre2_10.22.bb
+++ b/meta/recipes-support/libpcre/libpcre2_10.22.bb
@@ -17,6 +17,8 @@ SRC_URI = "https://ftp.pcre.org/pub/pcre/pcre2-${PV}.tar.bz2 \
 SRC_URI[md5sum] = "c0c02517938ee2b0d350d53edf450664"
 SRC_URI[sha256sum] = "b2b44619f4ac6c50ad74c2865fd56807571392496fae1c9ad7a70993d018f416"
 
+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