diff options
-rw-r--r-- | meta/recipes-support/curl/curl_7.82.0.bb (renamed from meta/recipes-support/curl/curl_7.81.0.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-support/curl/curl_7.81.0.bb b/meta/recipes-support/curl/curl_7.82.0.bb index e7219def18..23bd7eaa52 100644 --- a/meta/recipes-support/curl/curl_7.81.0.bb +++ b/meta/recipes-support/curl/curl_7.82.0.bb | |||
@@ -6,11 +6,11 @@ HTTP post, SSL connections, proxy support, FTP uploads, and more!" | |||
6 | HOMEPAGE = "https://curl.se/" | 6 | 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 = "MIT" | 9 | LICENSE = "MIT-open-group" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=425f6fdc767cc067518eef9bbdf4ab7b" | 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] = "a067b688d1645183febc31309ec1f3cdce9213d02136b6a6de3d50f69c95a7d3" | 13 | SRC_URI[sha256sum] = "0aaa12d7bd04b0966254f2703ce80dd5c38dbbd76af0297d3d690cdce58a583c" |
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" |
@@ -18,7 +18,7 @@ CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl dan | |||
18 | inherit autotools pkgconfig binconfig multilib_header | 18 | inherit autotools pkgconfig binconfig multilib_header |
19 | 19 | ||
20 | # Entropy source for random PACKAGECONFIG option | 20 | # Entropy source for random PACKAGECONFIG option |
21 | RANDOM = "/dev/urandom" | 21 | RANDOM ?= "/dev/urandom" |
22 | 22 | ||
23 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} libidn openssl proxy random threaded-resolver verbose zlib" | 23 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} libidn openssl proxy random threaded-resolver verbose zlib" |
24 | PACKAGECONFIG:class-native = "ipv6 openssl proxy random threaded-resolver verbose zlib" | 24 | PACKAGECONFIG:class-native = "ipv6 openssl proxy random threaded-resolver verbose zlib" |