From: Pierre-Jean Texier Date: Wed, 24 Jun 2020 12:21:17 +0000 (+0200) Subject: curl: upgrade 7.70.0 -> 7.71.0 X-Git-Tag: uninative-2.9~408 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=63a28e9fc262c8da692d18b38eeb0b85dd597a9b;p=openembedded-core.git curl: upgrade 7.70.0 -> 7.71.0 This release includes the following changes: - CURLOPT_SSL_OPTIONS: optional use of Windows' CA store (with openssl) [10] - setopt: add CURLOPT_PROXY_ISSUERCERT(_BLOB) for coherency [31] - setopt: support certificate options in memory with struct curl_blob [41] - tool: Add option --retry-all-errors to retry on any error [27] This release includes the following bugfixes: - CVE-2020-8177: curl overwrite local file with -J [111] - CVE-2020-8169: Partial password leak over DNS on HTTP redirect [48] - *_sspi: fix bad uses of CURLE_NOT_BUILT_IN [21] - all: fix codespell errors [75] - altsvc: bump to h3-29 [114] ... See full changelog: https://curl.haxx.se/changes.html#7_71_0 Signed-off-by: Pierre-Jean Texier Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/curl/curl_7.70.0.bb b/meta/recipes-support/curl/curl_7.71.0.bb similarity index 96% rename from meta/recipes-support/curl/curl_7.70.0.bb rename to meta/recipes-support/curl/curl_7.71.0.bb index bb25677ef7..c1abe01380 100644 --- a/meta/recipes-support/curl/curl_7.70.0.bb +++ b/meta/recipes-support/curl/curl_7.71.0.bb @@ -9,8 +9,7 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \ file://0001-replace-krb5-config-with-pkg-config.patch \ " -SRC_URI[md5sum] = "db69aa37476dfdf9abaa2fb01b8bbf1a" -SRC_URI[sha256sum] = "a50bfe62ad67a24f8b12dd7fd655ac43a0f0299f86ec45b11354f25fbb5829d0" +SRC_URI[sha256sum] = "600f00ac2481a89548a4141ddf983fd9386165e1960bac91d0a1c81dca5dd341" CVE_PRODUCT = "curl libcurl" inherit autotools pkgconfig binconfig multilib_header