mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
0071d909a5
commit
9050f383b5
@@ -3,15 +3,14 @@ DESCRIPTION = "It uses URL syntax to transfer data to and from servers. \
|
|||||||
curl is a widely used because of its ability to be flexible and complete \
|
curl is a widely used because of its ability to be flexible and complete \
|
||||||
complex tasks. For example, you can use curl for things like user authentication, \
|
complex tasks. For example, you can use curl for things like user authentication, \
|
||||||
HTTP post, SSL connections, proxy support, FTP uploads, and more!"
|
HTTP post, SSL connections, proxy support, FTP uploads, and more!"
|
||||||
HOMEPAGE = "http://curl.haxx.se/"
|
HOMEPAGE = "https://curl.se/"
|
||||||
BUGTRACKER = "http://curl.haxx.se/mail/list.cgi?list=curl-tracker"
|
BUGTRACKER = "https://github.com/curl/curl/issues"
|
||||||
SECTION = "console/network"
|
SECTION = "console/network"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=425f6fdc767cc067518eef9bbdf4ab7b"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=425f6fdc767cc067518eef9bbdf4ab7b"
|
||||||
|
|
||||||
SRC_URI = "https://curl.haxx.se/download/curl-${PV}.tar.bz2"
|
SRC_URI = "https://curl.se/download/${BP}.tar.xz"
|
||||||
|
SRC_URI[sha256sum] = "a067b688d1645183febc31309ec1f3cdce9213d02136b6a6de3d50f69c95a7d3"
|
||||||
SRC_URI[sha256sum] = "dd0d150e49cd950aff35e16b628edf04927f0289df42883750cf952bb858189c"
|
|
||||||
|
|
||||||
# Curl has used many names over the years...
|
# Curl has used many names over the years...
|
||||||
CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl"
|
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,"
|
|||||||
PACKAGECONFIG[threaded-resolver] = "--enable-threaded-resolver,--disable-threaded-resolver,,,,ares"
|
PACKAGECONFIG[threaded-resolver] = "--enable-threaded-resolver,--disable-threaded-resolver,,,,ares"
|
||||||
PACKAGECONFIG[verbose] = "--enable-verbose,--disable-verbose"
|
PACKAGECONFIG[verbose] = "--enable-verbose,--disable-verbose"
|
||||||
PACKAGECONFIG[zlib] = "--with-zlib=${STAGING_LIBDIR}/../,--without-zlib,zlib"
|
PACKAGECONFIG[zlib] = "--with-zlib=${STAGING_LIBDIR}/../,--without-zlib,zlib"
|
||||||
|
PACKAGECONFIG[zstd] = "--with-zstd,--without-zstd,zstd"
|
||||||
|
|
||||||
EXTRA_OECONF = " \
|
EXTRA_OECONF = " \
|
||||||
--disable-libcurl-option \
|
--disable-libcurl-option \
|
||||||
Reference in New Issue
Block a user