summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/curl/curl_7.47.1.bb
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2016-08-22 14:15:39 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-02 08:48:28 +0100
commit094a36886f2ac3e8e67220ffc938973879b3762a (patch)
tree5f949f1c1e1ac5364e8f03a1c18a22206f056495 /meta/recipes-support/curl/curl_7.47.1.bb
parent7e11efef59c3102948d3eafe5b136c493deee3b5 (diff)
downloadpoky-094a36886f2ac3e8e67220ffc938973879b3762a.tar.gz
curl: security fix for CVE-2016-5419
Affected versions: libcurl 7.1 to and including 7.50.0 (From OE-Core rev: 0b56a2f6174a44495f8a58dc0864c161ffd37b80) 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.47.1.bb')
-rw-r--r--meta/recipes-support/curl/curl_7.47.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/curl/curl_7.47.1.bb b/meta/recipes-support/curl/curl_7.47.1.bb
index c2173d8a06..945840b1a9 100644
--- a/meta/recipes-support/curl/curl_7.47.1.bb
+++ b/meta/recipes-support/curl/curl_7.47.1.bb
@@ -10,7 +10,9 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2"
10# curl likes to set -g0 in CFLAGS, so we stop it 10# curl likes to set -g0 in CFLAGS, so we stop it
11# from mucking around with debug options 11# from mucking around with debug options
12# 12#
13SRC_URI += " file://configure_ac.patch" 13SRC_URI += " file://configure_ac.patch \
14 file://CVE-2016-5419.patch \
15 "
14 16
15SRC_URI[md5sum] = "9ea3123449439bbd960cd25cf98796fb" 17SRC_URI[md5sum] = "9ea3123449439bbd960cd25cf98796fb"
16SRC_URI[sha256sum] = "ddc643ab9382e24bbe4747d43df189a0a6ce38fcb33df041b9cb0b3cd47ae98f" 18SRC_URI[sha256sum] = "ddc643ab9382e24bbe4747d43df189a0a6ce38fcb33df041b9cb0b3cd47ae98f"