summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/curl/curl_7.47.1.bb
diff options
context:
space:
mode:
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"