diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-03-31 18:29:56 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-12 09:13:38 +0100 |
commit | bb65c8094c6557c347e5c9deba34b1be9b3e1fda (patch) | |
tree | 1aa7428e32aae753b76cc59b648f36adaff4ac01 | |
parent | 1b425a8450872f915c30bd0a35b0b0df92172b70 (diff) | |
download | poky-bb65c8094c6557c347e5c9deba34b1be9b3e1fda.tar.gz |
curl: update to 7.64.1
(From OE-Core rev: 61433a177c5ce19a0c560a6e1062bad8194cecc8)
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
[Bug fix only update]
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/curl/curl_7.64.1.bb (renamed from meta/recipes-support/curl/curl_7.64.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/curl/curl_7.64.0.bb b/meta/recipes-support/curl/curl_7.64.1.bb index a1b5e7d579..47c28beff6 100644 --- a/meta/recipes-support/curl/curl_7.64.0.bb +++ b/meta/recipes-support/curl/curl_7.64.1.bb | |||
@@ -9,8 +9,8 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \ | |||
9 | file://0001-replace-krb5-config-with-pkg-config.patch \ | 9 | file://0001-replace-krb5-config-with-pkg-config.patch \ |
10 | " | 10 | " |
11 | 11 | ||
12 | SRC_URI[md5sum] = "d0bcc586873cfef08b4b9594e5395a33" | 12 | SRC_URI[md5sum] = "790c101927845208a9d7e8c429ddd1b2" |
13 | SRC_URI[sha256sum] = "d573ba1c2d1cf9d8533fadcce480d778417964e8d04ccddcc76e591d544cf2eb" | 13 | SRC_URI[sha256sum] = "4cc7c738b35250d0680f29e93e0820c4cb40035f43514ea3ec8d60322d41a45d" |
14 | 14 | ||
15 | CVE_PRODUCT = "curl libcurl" | 15 | CVE_PRODUCT = "curl libcurl" |
16 | inherit autotools pkgconfig binconfig multilib_header | 16 | inherit autotools pkgconfig binconfig multilib_header |