diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-05-01 14:19:27 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-03 15:41:39 +0100 |
commit | 4d218720aee2c37b833a340edf4b907eeda02df1 (patch) | |
tree | 98b3756af9b8f9fe07198438c86e6c110495192f /meta/recipes-support | |
parent | c920ec0f8a215b59580bedf10909cfb31141190e (diff) | |
download | poky-4d218720aee2c37b833a340edf4b907eeda02df1.tar.gz |
curl: upgrade 7.69.1 -> 7.70.0
See full changelog https://curl.haxx.se/changes.html#7_70_0
(From OE-Core rev: bbb2d451d6290d8ec312890fd5d3bc5c6d0e7468)
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/curl/curl_7.70.0.bb (renamed from meta/recipes-support/curl/curl_7.69.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/curl/curl_7.69.1.bb b/meta/recipes-support/curl/curl_7.70.0.bb index e854e8d4bd..d3d8d2caca 100644 --- a/meta/recipes-support/curl/curl_7.69.1.bb +++ b/meta/recipes-support/curl/curl_7.70.0.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] = "ec5fc263f898a3dfef08e805f1ecca42" | 12 | SRC_URI[md5sum] = "db69aa37476dfdf9abaa2fb01b8bbf1a" |
13 | SRC_URI[sha256sum] = "2ff5e5bd507adf6aa88ff4bbafd4c7af464867ffb688be93b9930717a56c4de8" | 13 | SRC_URI[sha256sum] = "a50bfe62ad67a24f8b12dd7fd655ac43a0f0299f86ec45b11354f25fbb5829d0" |
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 |