diff options
author | Armin Kuster <akuster@mvista.com> | 2018-04-03 18:49:11 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-04 09:54:53 +0100 |
commit | 4c1ed0a1a265add8d856a6d2c6f04562b975c180 (patch) | |
tree | cd9f6e22e5ebad13513a0da8422d663cab1929f0 | |
parent | f5341f043ed63db717c74677ff831fd5de7ce7ef (diff) | |
download | openembedded-core-4c1ed0a1a265add8d856a6d2c6f04562b975c180.tar.gz openembedded-core-4c1ed0a1a265add8d856a6d2c6f04562b975c180.tar.bz2 openembedded-core-4c1ed0a1a265add8d856a6d2c6f04562b975c180.zip |
curl: update to 7.59.0
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/curl/curl_7.59.0.bb (renamed from meta/recipes-support/curl/curl_7.58.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/curl/curl_7.58.0.bb b/meta/recipes-support/curl/curl_7.59.0.bb index d2d0180268..c244c60d69 100644 --- a/meta/recipes-support/curl/curl_7.58.0.bb +++ b/meta/recipes-support/curl/curl_7.59.0.bb @@ -15,8 +15,8 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \ # SRC_URI += " file://configure_ac.patch" -SRC_URI[md5sum] = "fa049f9f90c1ae473a2a7bcfa14de976" -SRC_URI[sha256sum] = "1cb081f97807c01e3ed747b6e1c9fee7a01cb10048f1cd0b5f56cfe0209de731" +SRC_URI[md5sum] = "a2192804f7c2636a09320416afcf888e" +SRC_URI[sha256sum] = "b5920ffd6a8c95585fb95070e0ced38322790cb335c39d0dab852d12e157b5a0" CVE_PRODUCT = "libcurl" inherit autotools pkgconfig binconfig multilib_header |