diff options
author | Robert Joslyn <robert.joslyn@redrectangle.org> | 2023-02-18 13:53:13 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-20 15:18:30 +0000 |
commit | b226d4877fc8c0f84d54a51c9188bfb6fc8e8bf2 (patch) | |
tree | f76a7eb4af3881a4f9dfaf1646dd70661511ca21 /meta | |
parent | a19633f3c37802090740df34ee7af0766f7664dc (diff) | |
download | poky-b226d4877fc8c0f84d54a51c9188bfb6fc8e8bf2.tar.gz |
curl: Update 7.87.0 to 7.88.0
This is a feature and bugfix update. Release notes available at:
https://curl.se/changes.html#7_88_0
License-Update: Copyright year updated
(From OE-Core rev: c79c895269050c44134a16ab6801c06b9497cf37)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/curl/curl_7.88.0.bb (renamed from meta/recipes-support/curl/curl_7.87.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/curl/curl_7.87.0.bb b/meta/recipes-support/curl/curl_7.88.0.bb index 0b4d649f54..749bda815c 100644 --- a/meta/recipes-support/curl/curl_7.87.0.bb +++ b/meta/recipes-support/curl/curl_7.88.0.bb | |||
@@ -7,14 +7,14 @@ HOMEPAGE = "https://curl.se/" | |||
7 | BUGTRACKER = "https://github.com/curl/curl/issues" | 7 | BUGTRACKER = "https://github.com/curl/curl/issues" |
8 | SECTION = "console/network" | 8 | SECTION = "console/network" |
9 | LICENSE = "curl" | 9 | LICENSE = "curl" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=190c514872597083303371684954f238" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=db8448a1e43eb2125f7740fc397db1f6" |
11 | 11 | ||
12 | SRC_URI = " \ | 12 | SRC_URI = " \ |
13 | https://curl.se/download/${BP}.tar.xz \ | 13 | https://curl.se/download/${BP}.tar.xz \ |
14 | file://run-ptest \ | 14 | file://run-ptest \ |
15 | file://disable-tests \ | 15 | file://disable-tests \ |
16 | " | 16 | " |
17 | SRC_URI[sha256sum] = "ee5f1a1955b0ed413435ef79db28b834ea5f0fb7c8cfb1ce47175cc3bee08fff" | 17 | SRC_URI[sha256sum] = "fd17432cf28714a4cf39d89e26b8ace0d8901199fe5d01d75eb0ae3bbfcc731f" |
18 | 18 | ||
19 | # Curl has used many names over the years... | 19 | # Curl has used many names over the years... |
20 | CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl" | 20 | CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl" |