diff options
author | Robert Joslyn <robert.joslyn@redrectangle.org> | 2022-01-09 11:08:03 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-11 15:48:11 +0000 |
commit | 9050f383b59c439569b60bc84aa4a02f4d9d2b8f (patch) | |
tree | 93d546c7849815489e40b20d6df67b2d76893560 /meta/recipes-support | |
parent | 0071d909a589fef769f0067cbdb3c9e8b124f207 (diff) | |
download | poky-9050f383b59c439569b60bc84aa4a02f4d9d2b8f.tar.gz |
curl: Update to 7.81.0
Update URLs to refelct what upstream is presently using and add zstd
PACKAGECONFIG.
(From OE-Core rev: cc029e5e1331b3a8f4181bbfdbe72c547916f458)
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.81.0.bb (renamed from meta/recipes-support/curl/curl_7.80.0.bb) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-support/curl/curl_7.80.0.bb b/meta/recipes-support/curl/curl_7.81.0.bb index 7b47091933..30bd928751 100644 --- a/meta/recipes-support/curl/curl_7.80.0.bb +++ b/meta/recipes-support/curl/curl_7.81.0.bb | |||
@@ -3,15 +3,14 @@ DESCRIPTION = "It uses URL syntax to transfer data to and from servers. \ | |||
3 | curl is a widely used because of its ability to be flexible and complete \ | 3 | curl is a widely used because of its ability to be flexible and complete \ |
4 | complex tasks. For example, you can use curl for things like user authentication, \ | 4 | complex tasks. For example, you can use curl for things like user authentication, \ |
5 | HTTP post, SSL connections, proxy support, FTP uploads, and more!" | 5 | HTTP post, SSL connections, proxy support, FTP uploads, and more!" |
6 | HOMEPAGE = "http://curl.haxx.se/" | 6 | HOMEPAGE = "https://curl.se/" |
7 | BUGTRACKER = "http://curl.haxx.se/mail/list.cgi?list=curl-tracker" | 7 | BUGTRACKER = "https://github.com/curl/curl/issues" |
8 | SECTION = "console/network" | 8 | SECTION = "console/network" |
9 | LICENSE = "MIT" | 9 | LICENSE = "MIT" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=425f6fdc767cc067518eef9bbdf4ab7b" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=425f6fdc767cc067518eef9bbdf4ab7b" |
11 | 11 | ||
12 | SRC_URI = "https://curl.haxx.se/download/curl-${PV}.tar.bz2" | 12 | SRC_URI = "https://curl.se/download/${BP}.tar.xz" |
13 | 13 | SRC_URI[sha256sum] = "a067b688d1645183febc31309ec1f3cdce9213d02136b6a6de3d50f69c95a7d3" | |
14 | SRC_URI[sha256sum] = "dd0d150e49cd950aff35e16b628edf04927f0289df42883750cf952bb858189c" | ||
15 | 14 | ||
16 | # Curl has used many names over the years... | 15 | # Curl has used many names over the years... |
17 | 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" |
@@ -53,6 +52,7 @@ PACKAGECONFIG[tftp] = "--enable-tftp,--disable-tftp," | |||
53 | PACKAGECONFIG[threaded-resolver] = "--enable-threaded-resolver,--disable-threaded-resolver,,,,ares" | 52 | PACKAGECONFIG[threaded-resolver] = "--enable-threaded-resolver,--disable-threaded-resolver,,,,ares" |
54 | PACKAGECONFIG[verbose] = "--enable-verbose,--disable-verbose" | 53 | PACKAGECONFIG[verbose] = "--enable-verbose,--disable-verbose" |
55 | PACKAGECONFIG[zlib] = "--with-zlib=${STAGING_LIBDIR}/../,--without-zlib,zlib" | 54 | PACKAGECONFIG[zlib] = "--with-zlib=${STAGING_LIBDIR}/../,--without-zlib,zlib" |
55 | PACKAGECONFIG[zstd] = "--with-zstd,--without-zstd,zstd" | ||
56 | 56 | ||
57 | EXTRA_OECONF = " \ | 57 | EXTRA_OECONF = " \ |
58 | --disable-libcurl-option \ | 58 | --disable-libcurl-option \ |