diff options
author | Robert Joslyn <robert.joslyn@redrectangle.org> | 2022-04-28 07:13:41 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-30 22:00:20 +0100 |
commit | c9ad977a0b57ebcae603293b91fcb810c2dc3ddf (patch) | |
tree | 2a3023e04d435cf47f1026a14d78c83fd7785bc7 /meta/recipes-support | |
parent | 5b5ccb7bcedb3e0ef9f7213f93fee8c83c6c7058 (diff) | |
download | poky-c9ad977a0b57ebcae603293b91fcb810c2dc3ddf.tar.gz |
curl: Update to 7.83.0
This is a minor feature and bugfix release. Changes include:
* curl: add %header{name} experimental support in -w handling
* curl: add %{header_json} experimental support in -w handling
* curl: add --no-clobber
* curl: add --remove-on-error
* header api: add curl_easy_header and curl_easy_nextheader
* msh3: add support for QUIC and HTTP/3 using msh3
Full changelog at: https://curl.se/changes.html#7_83_0
(From OE-Core rev: 2e525a64ee945559afaad8b0285ac5d48a2748b4)
Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/curl/curl_7.83.0.bb (renamed from meta/recipes-support/curl/curl_7.82.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/curl/curl_7.82.0.bb b/meta/recipes-support/curl/curl_7.83.0.bb index 23bd7eaa52..07027a2f31 100644 --- a/meta/recipes-support/curl/curl_7.82.0.bb +++ b/meta/recipes-support/curl/curl_7.83.0.bb | |||
@@ -10,7 +10,7 @@ LICENSE = "MIT-open-group" | |||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=190c514872597083303371684954f238" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=190c514872597083303371684954f238" |
11 | 11 | ||
12 | SRC_URI = "https://curl.se/download/${BP}.tar.xz" | 12 | SRC_URI = "https://curl.se/download/${BP}.tar.xz" |
13 | SRC_URI[sha256sum] = "0aaa12d7bd04b0966254f2703ce80dd5c38dbbd76af0297d3d690cdce58a583c" | 13 | SRC_URI[sha256sum] = "bbff0e6b5047e773f3c3b084d80546cc1be4e354c09e419c2d0ef6116253511a" |
14 | 14 | ||
15 | # Curl has used many names over the years... | 15 | # Curl has used many names over the years... |
16 | CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl" | 16 | CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl" |