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-04-12 14:05:37 +0100 |
commit | ba4efbe48ad9045c918eaf84d60e919c81241b1b (patch) | |
tree | a23c3bf98066627299b862eb7fda233461058958 /meta/recipes-support/curl | |
parent | af207637e260f6487cd2aec9df3af6c5ecb61a35 (diff) | |
download | poky-ba4efbe48ad9045c918eaf84d60e919c81241b1b.tar.gz |
curl: update to 7.64.1
(From OE-Core rev: 1d3f15fb928981ea094773c921b6829d6df45e45)
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.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.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 |