diff options
author | Fan Xin <fan.xin@jp.fujitsu.com> | 2017-03-10 18:54:47 +0900 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-11 16:09:14 +0000 |
commit | f3c73f3d2aee33a6ea2c853c9450fee7257a9fd9 (patch) | |
tree | 91699cfae9c4ffdec1cca3b88a8a5975eb8981f5 | |
parent | f15bcd78ba5f39bba80b539da43ac7ba0f7b3089 (diff) | |
download | poky-f3c73f3d2aee33a6ea2c853c9450fee7257a9fd9.tar.gz |
curl: upgrade to 7.53.1
(From OE-Core rev: f34ab1aae3c9cb2a4068ec684492df1a48f5cd4d)
Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/curl/curl_7.53.1.bb (renamed from meta/recipes-support/curl/curl_7.53.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/curl/curl_7.53.0.bb b/meta/recipes-support/curl/curl_7.53.1.bb index a4cca1572a..bc78ffb07e 100644 --- a/meta/recipes-support/curl/curl_7.53.0.bb +++ b/meta/recipes-support/curl/curl_7.53.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] = "ede199c63b84df39f42da9da68de85c5" | 17 | SRC_URI[md5sum] = "fb1f03a142236840c1a77c035fa4c542" |
18 | SRC_URI[sha256sum] = "b2345a8bef87b4c229dedf637cb203b5e21db05e20277c8e1094f0d4da180801" | 18 | SRC_URI[sha256sum] = "1c7207c06d75e9136a944a2e0528337ce76f15b9ec9ae4bb30d703b59bf530e8" |
19 | 19 | ||
20 | CVE_PRODUCT = "libcurl" | 20 | CVE_PRODUCT = "libcurl" |
21 | inherit autotools pkgconfig binconfig multilib_header | 21 | inherit autotools pkgconfig binconfig multilib_header |