[oe-commits] [meta-openembedded] 07/25: python3-pillow: Set CVE_PRODUCT

git at git.openembedded.org git at git.openembedded.org
Mon May 27 17:46:35 UTC 2019


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch warrior-next
in repository meta-openembedded.

commit 4ca31e865c696264ccfa3e4bb5ad924f76bd699d
Author: Akshay Bhat <akshay.bhat at timesys.com>
AuthorDate: Wed May 1 15:37:02 2019 -0400

    python3-pillow: Set CVE_PRODUCT
    
    pillow is used in NVD for CVE's like:
    https://nvd.nist.gov/vuln/detail/CVE-2016-3076
    
    Signed-off-by: Akshay Bhat <akshay.bhat at timesys.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-python/recipes-devtools/python/python3-pillow_5.4.1.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python3-pillow_5.4.1.bb b/meta-python/recipes-devtools/python/python3-pillow_5.4.1.bb
index 746c184..6fce162 100644
--- a/meta-python/recipes-devtools/python/python3-pillow_5.4.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pillow_5.4.1.bb
@@ -23,6 +23,8 @@ DEPENDS += " \
     openjpeg \
 "
 
+CVE_PRODUCT = "pillow"
+
 S = "${WORKDIR}/git"
 
 BBCLASSEXTEND = "native"

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


More information about the Openembedded-commits mailing list