diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2019-07-18 10:21:01 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-19 08:41:40 +0100 |
commit | f06689bff20b1aff723aaa1c9a011d584fba3780 (patch) | |
tree | 6724c952ffd4d03a1036b439a25b043ce5e25de3 /meta/recipes-support | |
parent | adf037eaf7cf98b43fbd0f26ac0f9323232508d4 (diff) | |
download | poky-f06689bff20b1aff723aaa1c9a011d584fba3780.tar.gz |
curl: upgrade 7.65.1 -> 7.65.2
Changelog:
https://curl.haxx.se/changes.html#7_65_2
(From OE-Core rev: 54b91da2bd07e8c3a40e61d90af251a1bfbf50f4)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/curl/curl_7.65.2.bb (renamed from meta/recipes-support/curl/curl_7.65.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/curl/curl_7.65.1.bb b/meta/recipes-support/curl/curl_7.65.2.bb index e7bfe6cc0b..2fff04434a 100644 --- a/meta/recipes-support/curl/curl_7.65.1.bb +++ b/meta/recipes-support/curl/curl_7.65.2.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] = "03ca3fa53ac4d791be66e30ba75b56ea" | 12 | SRC_URI[md5sum] = "88910bdda3752a98083b6dbe85bafcaa" |
13 | SRC_URI[sha256sum] = "cbd36df60c49e461011b4f3064cff1184bdc9969a55e9608bf5cadec4686e3f7" | 13 | SRC_URI[sha256sum] = "8093398b51e7d8337dac6f8fa6f1f77d562bdd9eca679dff9d9c3b8160ebfd28" |
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 |