summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/curl/curl_7.44.0.bb
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2016-08-22 11:39:32 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-02 08:48:35 +0100
commit72ea3c272ccddcde88c47d4aaea128384f412c74 (patch)
tree3db923437961e785d74a26c1b00ad27ee8af97cc /meta/recipes-support/curl/curl_7.44.0.bb
parent0e0c04343d1fd6bb8a05ede4c33f2636921a0ec3 (diff)
downloadpoky-72ea3c272ccddcde88c47d4aaea128384f412c74.tar.gz
curl: security fix for CVE-2016-5420
Affected versions: libcurl 7.1 to and including 7.50.0 (From OE-Core rev: 6b732a392289a7bb50b0e3716c066c62fa32a14d) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/curl/curl_7.44.0.bb')
-rw-r--r--meta/recipes-support/curl/curl_7.44.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/curl/curl_7.44.0.bb b/meta/recipes-support/curl/curl_7.44.0.bb
index dcd63aa938..917bd2742f 100644
--- a/meta/recipes-support/curl/curl_7.44.0.bb
+++ b/meta/recipes-support/curl/curl_7.44.0.bb
@@ -13,6 +13,7 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
13# from mucking around with debug options 13# from mucking around with debug options
14# 14#
15SRC_URI += " file://configure_ac.patch \ 15SRC_URI += " file://configure_ac.patch \
16 file://CVE-2016-5420.patch \
16 file://CVE-2016-5419.patch \ 17 file://CVE-2016-5419.patch \
17 file://CVE-2016-0754.patch \ 18 file://CVE-2016-0754.patch \
18 file://CVE-2016-0755.patch" 19 file://CVE-2016-0755.patch"