summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/curl/curl_7.44.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-02-07 22:55:24 +0000
commita3a374a639b5d3c0be1e73d23615231dfc0798ce (patch)
tree1218c0e40172e66e972a35f497cda70a0ebaa7af /meta/recipes-support/curl/curl_7.44.0.bb
parentf4341a9b6fef02285f368e43585e5cd0452fe728 (diff)
downloadpoky-a3a374a639b5d3c0be1e73d23615231dfc0798ce.tar.gz
curl: Secuirty fix CVE-2016-0755
CVE-2016-0755 curl: NTLM credentials not-checked for proxy connection re-use (From OE-Core rev: 8322814c7f657f572d5c986652e708d6bd774378) Signed-off-by: Armin Kuster <akuster@mvista.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.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/curl/curl_7.44.0.bb b/meta/recipes-support/curl/curl_7.44.0.bb
index 852c4dd472..419ed8365e 100644
--- a/meta/recipes-support/curl/curl_7.44.0.bb
+++ b/meta/recipes-support/curl/curl_7.44.0.bb
@@ -13,7 +13,8 @@ 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-0754.patch" 16 file://CVE-2016-0754.patch \
17 file://CVE-2016-0755.patch"
17 18
18SRC_URI[md5sum] = "6b952ca00e5473b16a11f05f06aa8dae" 19SRC_URI[md5sum] = "6b952ca00e5473b16a11f05f06aa8dae"
19SRC_URI[sha256sum] = "1e2541bae6582bb697c0fbae49e1d3e6fad5d05d5aa80dbd6f072e0a44341814" 20SRC_URI[sha256sum] = "1e2541bae6582bb697c0fbae49e1d3e6fad5d05d5aa80dbd6f072e0a44341814"