summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2016-01-28 13:31:38 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-30 11:37:05 +0000
commit6c058cee7359168bed9ca74111c11dac034389ef (patch)
treeefad299d8206404c7434c174fbb01dbe48566292 /meta/recipes-support
parentadbe63d5eeeeb9c793c719b937be45d8418c4758 (diff)
downloadpoky-6c058cee7359168bed9ca74111c11dac034389ef.tar.gz
curl: update 7.46.0 -> 7.47.0 ( CVE-2016-0754 CVE-2016-0755 )
Full changelog: http://curl.haxx.se/changes.html#7_47_0 Security fixes: http://curl.haxx.se/docs/vulnerabilities.html CVE-2016-0754 : remote file name path traversal in curl tool for Windows CVE-2016-0755 : NTLM credentials not-checked for proxy connection re-use (From OE-Core rev: 6600190d7efb69dd5121b9ca082ad4c0dbc5e17e) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/curl/curl_7.47.0.bb (renamed from meta/recipes-support/curl/curl_7.46.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/curl/curl_7.46.0.bb b/meta/recipes-support/curl/curl_7.47.0.bb
index f798886037..ab3c7e1e04 100644
--- a/meta/recipes-support/curl/curl_7.46.0.bb
+++ b/meta/recipes-support/curl/curl_7.47.0.bb
@@ -14,8 +14,8 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
14# 14#
15SRC_URI += " file://configure_ac.patch" 15SRC_URI += " file://configure_ac.patch"
16 16
17SRC_URI[md5sum] = "9979f989a2a9930d10f1b3deeabc2148" 17SRC_URI[md5sum] = "85c58a00412476993050cb242a3f365d"
18SRC_URI[sha256sum] = "b7d726cdd8ed4b6db0fa1b474a3c59ebbbe4dcd4c61ac5e7ade0e0270d3195ad" 18SRC_URI[sha256sum] = "2b096f9387fb9b2be08d17e518c62b6537b1f4d4bb59111d5b4fa0272f383f66"
19 19
20inherit autotools pkgconfig binconfig multilib_header 20inherit autotools pkgconfig binconfig multilib_header
21 21