diff options
author | Ross Burton <ross.burton@intel.com> | 2016-08-12 11:26:15 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-17 10:35:42 +0100 |
commit | c0ea62e505fce32227f11bc3cd62ca726b525b47 (patch) | |
tree | 7ecf80f039fd004f21d1b25445c2c50b7ea759a0 /meta/recipes-support/curl | |
parent | bba1b911c86557db66af4baf7f15813f43c1ae70 (diff) | |
download | poky-c0ea62e505fce32227f11bc3cd62ca726b525b47.tar.gz |
curl: upgrade to 7.50.1
This fixes 3 CVES:
CVE-2016-5419
CVE-2016-5420
CVE-2016-5421
(From OE-Core rev: 62157e2b31c206be40f95574bb205dae5e8e4b68)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/curl')
-rw-r--r-- | meta/recipes-support/curl/curl_7.50.1.bb (renamed from meta/recipes-support/curl/curl_7.50.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/curl/curl_7.50.0.bb b/meta/recipes-support/curl/curl_7.50.1.bb index 6a5be25e31..a21419a4d8 100644 --- a/meta/recipes-support/curl/curl_7.50.0.bb +++ b/meta/recipes-support/curl/curl_7.50.1.bb | |||
@@ -14,8 +14,8 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \ | |||
14 | # | 14 | # |
15 | SRC_URI += " file://configure_ac.patch" | 15 | SRC_URI += " file://configure_ac.patch" |
16 | 16 | ||
17 | SRC_URI[md5sum] = "9e463ff8fdc1b5daa81c850c514980ec" | 17 | SRC_URI[md5sum] = "015f6a0217ca6f2c5442ca406476920b" |
18 | SRC_URI[sha256sum] = "608dfe2db77f48db792c387e7791aca55a25f0b42385707ad927164199ecfa9a" | 18 | SRC_URI[sha256sum] = "3c12c5f54ccaa1d40abc65d672107dcc75d3e1fcb38c267484334280096e5156" |
19 | 19 | ||
20 | inherit autotools pkgconfig binconfig multilib_header | 20 | inherit autotools pkgconfig binconfig multilib_header |
21 | 21 | ||