[oe-commits] [openembedded-core] 07/35: curl: extend CVE_PRODUCT

git at git.openembedded.org git at git.openembedded.org
Fri Nov 16 16:33:43 UTC 2018


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

rpurdie pushed a commit to branch sumo
in repository openembedded-core.

commit 5df0d75fe63a0e1ada396f5ecfa953ac63f65354
Author: Grygorii Tertychnyi <gtertych at cisco.com>
AuthorDate: Mon Oct 29 17:13:10 2018 +0200

    curl: extend CVE_PRODUCT
    
    There are both "curl" and "libcurl" CPEs in NVD.
    All "curl" CVEs are now missed in the reports.
    
    Hence, switch "CVE_PRODUCT" to a space separated list
    of the items.
    
    (From OE-Core rev: 69ff709c2450c42139fd9705e3a74464221ad754)
    
    Signed-off-by: Grygorii Tertychnyi <gtertych at cisco.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-support/curl/curl_7.61.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/curl/curl_7.61.0.bb b/meta/recipes-support/curl/curl_7.61.0.bb
index d118c3f..7ac0583 100644
--- a/meta/recipes-support/curl/curl_7.61.0.bb
+++ b/meta/recipes-support/curl/curl_7.61.0.bb
@@ -12,7 +12,7 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
 SRC_URI[md5sum] = "31d0a9f48dc796a7db351898a1e5058a"
 SRC_URI[sha256sum] = "5f6f336921cf5b84de56afbd08dfb70adeef2303751ffb3e570c936c6d656c9c"
 
-CVE_PRODUCT = "libcurl"
+CVE_PRODUCT = "curl libcurl"
 inherit autotools pkgconfig binconfig multilib_header
 
 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} gnutls proxy threaded-resolver zlib"

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


More information about the Openembedded-commits mailing list