diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2018-02-19 02:32:09 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-24 10:31:46 +0000 |
commit | da70697fc3a1e58baee405b1a0e7bc24f615362d (patch) | |
tree | 8226de590eb24062090bb1ed4de56fa5a719ccd1 /meta/recipes-support/curl | |
parent | 98b0176d9a7a186c48130e2a6f6ac5174c39733a (diff) | |
download | poky-da70697fc3a1e58baee405b1a0e7bc24f615362d.tar.gz |
curl: upgrade to 7.58.0
(From OE-Core rev: 9763c9d649a22f9024d832eb625bee35b583e717)
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.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/curl')
-rw-r--r-- | meta/recipes-support/curl/curl_7.58.0.bb (renamed from meta/recipes-support/curl/curl_7.57.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/curl/curl_7.57.0.bb b/meta/recipes-support/curl/curl_7.58.0.bb index 47e3d45460..5535a5609b 100644 --- a/meta/recipes-support/curl/curl_7.57.0.bb +++ b/meta/recipes-support/curl/curl_7.58.0.bb | |||
@@ -15,8 +15,8 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \ | |||
15 | # | 15 | # |
16 | SRC_URI += " file://configure_ac.patch" | 16 | SRC_URI += " file://configure_ac.patch" |
17 | 17 | ||
18 | SRC_URI[md5sum] = "dd3e22e923be17663e67f721c2aec054" | 18 | SRC_URI[md5sum] = "fa049f9f90c1ae473a2a7bcfa14de976" |
19 | SRC_URI[sha256sum] = "c92fe31a348eae079121b73884065e600c533493eb50f1f6cee9c48a3f454826" | 19 | SRC_URI[sha256sum] = "1cb081f97807c01e3ed747b6e1c9fee7a01cb10048f1cd0b5f56cfe0209de731" |
20 | 20 | ||
21 | CVE_PRODUCT = "libcurl" | 21 | CVE_PRODUCT = "libcurl" |
22 | inherit autotools pkgconfig binconfig multilib_header | 22 | inherit autotools pkgconfig binconfig multilib_header |