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:57:11 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-03 11:11:40 +0000
commit8ca73f8fa4ff7f9edb101ee563e5547d3edc46cb (patch)
treefb0793c4ed8839c18631a71e75d2e8a20daccd93 /meta/recipes-support/curl/curl_7.40.0.bb
parentd25973e203b8298005389983bf17f613c940c40e (diff)
downloadpoky-8ca73f8fa4ff7f9edb101ee563e5547d3edc46cb.tar.gz
curl: Security fix CVE-2016-0754
CVE-2016-0754 curl: remote file name path traversal in curl tool for Windows (From OE-Core master rev: b2c9b48dea2fd968c307a809ff95f2e686435222) minor tweak to tool_operate.c to get it to apply (From OE-Core rev: b8df558ece47e51653e1fc0fb0637ec2cdf2907b) 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 e6a6a42ea1..01c201e18a 100644
--- a/meta/recipes-support/curl/curl_7.40.0.bb
+++ b/meta/recipes-support/curl/curl_7.40.0.bb
@@ -16,7 +16,8 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
16# curl likes to set -g0 in CFLAGS, so we stop it 16# curl likes to set -g0 in CFLAGS, so we stop it
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 21
21SRC_URI[md5sum] = "8d30594212e65657a5c32030f0998fa9" 22SRC_URI[md5sum] = "8d30594212e65657a5c32030f0998fa9"
22SRC_URI[sha256sum] = "899109eb3900fa6b8a2f995df7f449964292776a04763e94fae640700f883fba" 23SRC_URI[sha256sum] = "899109eb3900fa6b8a2f995df7f449964292776a04763e94fae640700f883fba"