[oe-commits] [openembedded-core] 02/63: curl: set CVE_PRODUCT

git at git.openembedded.org git at git.openembedded.org
Tue Dec 13 22:56:20 UTC 2016


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

commit f5381da49ac781ef017a1b9816c00b512ca9c7c2
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Wed Dec 7 16:41:40 2016 +0000

    curl: set CVE_PRODUCT
    
    This is 'libcurl' in NVD.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-support/curl/curl_7.51.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-support/curl/curl_7.51.0.bb b/meta/recipes-support/curl/curl_7.51.0.bb
index e1a996b..a9589b8 100644
--- a/meta/recipes-support/curl/curl_7.51.0.bb
+++ b/meta/recipes-support/curl/curl_7.51.0.bb
@@ -17,6 +17,7 @@ SRC_URI += " file://configure_ac.patch"
 SRC_URI[md5sum] = "09a7c5769a7eae676d5e2c86d51f167e"
 SRC_URI[sha256sum] = "7f8240048907e5030f67be0a6129bc4b333783b9cca1391026d700835a788dde"
 
+CVE_PRODUCT = "libcurl"
 inherit autotools pkgconfig binconfig multilib_header
 
 PACKAGECONFIG ??= "${@bb.utils.contains("DISTRO_FEATURES", "ipv6", "ipv6", "", d)} gnutls proxy zlib"

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


More information about the Openembedded-commits mailing list