diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-06-24 14:21:17 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-25 10:23:37 +0100 |
commit | 0334dce3378f8f57d9b541369a246125b79e1788 (patch) | |
tree | 84f048f6a2fd11e542f38ed79a240168c3fc09a6 /meta/recipes-support | |
parent | 754866f32bfc1e3986199b353f037536f326ae77 (diff) | |
download | poky-0334dce3378f8f57d9b541369a246125b79e1788.tar.gz |
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
(From OE-Core rev: 63a28e9fc262c8da692d18b38eeb0b85dd597a9b)
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.71.0.bb (renamed from meta/recipes-support/curl/curl_7.70.0.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-support/curl/curl_7.70.0.bb b/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 \ | |||
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] = "db69aa37476dfdf9abaa2fb01b8bbf1a" | 12 | SRC_URI[sha256sum] = "600f00ac2481a89548a4141ddf983fd9386165e1960bac91d0a1c81dca5dd341" |
13 | SRC_URI[sha256sum] = "a50bfe62ad67a24f8b12dd7fd655ac43a0f0299f86ec45b11354f25fbb5829d0" | ||
14 | 13 | ||
15 | CVE_PRODUCT = "curl libcurl" | 14 | CVE_PRODUCT = "curl libcurl" |
16 | inherit autotools pkgconfig binconfig multilib_header | 15 | inherit autotools pkgconfig binconfig multilib_header |