summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/curl/curl_7.40.0.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster@mvista.com>2016-02-05 08:58:42 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-03 11:11:40 +0000
commit854c2e724d0aeb19f390e3ac2e7b40c94b2d383b (patch)
tree4beaf52334d588ec70426dd6a12c1f0ec9c35836 /meta/recipes-support/curl/curl_7.40.0.bb
parent8ca73f8fa4ff7f9edb101ee563e5547d3edc46cb (diff)
downloadpoky-854c2e724d0aeb19f390e3ac2e7b40c94b2d383b.tar.gz
curl: Secuirty fix CVE-2016-0755
CVE-2016-0755 curl: NTLM credentials not-checked for proxy connection re-use (From OE-Core master rev: 8322814c7f657f572d5c986652e708d6bd774378) hand applied changed to url.c (From OE-Core rev: e479ec9e6cbd34f3a7a56a170aaabcc4229f1959) Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Joshua Lock <joshua.g.lock@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/curl/curl_7.40.0.bb')
-rw-r--r--meta/recipes-support/curl/curl_7.40.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/curl/curl_7.40.0.bb b/meta/recipes-support/curl/curl_7.40.0.bb
index 01c201e18a..7fa3274091 100644
--- a/meta/recipes-support/curl/curl_7.40.0.bb
+++ b/meta/recipes-support/curl/curl_7.40.0.bb
@@ -17,7 +17,8 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
17# from mucking around with debug options 17# from mucking around with debug options
18# 18#
19SRC_URI += " file://configure_ac.patch \ 19SRC_URI += " file://configure_ac.patch \
20 file://CVE-2016-0754.patch" 20 file://CVE-2016-0754.patch \
21 file://CVE-2016-0755.patch"
21 22
22SRC_URI[md5sum] = "8d30594212e65657a5c32030f0998fa9" 23SRC_URI[md5sum] = "8d30594212e65657a5c32030f0998fa9"
23SRC_URI[sha256sum] = "899109eb3900fa6b8a2f995df7f449964292776a04763e94fae640700f883fba" 24SRC_URI[sha256sum] = "899109eb3900fa6b8a2f995df7f449964292776a04763e94fae640700f883fba"