diff options
author | Grygorii Tertychnyi <gtertych@cisco.com> | 2018-10-29 17:13:10 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-29 17:01:45 +0000 |
commit | 3ca7d58e6fad35ac9170b3f7fba1a70a2e114ada (patch) | |
tree | 80e5464696b8800e482a9797585f5b3416df2591 | |
parent | e93457c1511037a9ebac8e9794db65d9ff0113f4 (diff) | |
download | poky-3ca7d58e6fad35ac9170b3f7fba1a70a2e114ada.tar.gz |
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@cisco.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/curl/curl_7.61.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/curl/curl_7.61.0.bb b/meta/recipes-support/curl/curl_7.61.0.bb index 9b6406bbd0..53cfc4a518 100644 --- a/meta/recipes-support/curl/curl_7.61.0.bb +++ b/meta/recipes-support/curl/curl_7.61.0.bb | |||
@@ -13,7 +13,7 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \ | |||
13 | SRC_URI[md5sum] = "31d0a9f48dc796a7db351898a1e5058a" | 13 | SRC_URI[md5sum] = "31d0a9f48dc796a7db351898a1e5058a" |
14 | SRC_URI[sha256sum] = "5f6f336921cf5b84de56afbd08dfb70adeef2303751ffb3e570c936c6d656c9c" | 14 | SRC_URI[sha256sum] = "5f6f336921cf5b84de56afbd08dfb70adeef2303751ffb3e570c936c6d656c9c" |
15 | 15 | ||
16 | CVE_PRODUCT = "libcurl" | 16 | CVE_PRODUCT = "curl libcurl" |
17 | inherit autotools pkgconfig binconfig multilib_header | 17 | inherit autotools pkgconfig binconfig multilib_header |
18 | 18 | ||
19 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} gnutls libidn proxy threaded-resolver verbose zlib" | 19 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} gnutls libidn proxy threaded-resolver verbose zlib" |