summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2025-02-08 17:33:00 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-10 13:03:58 +0000
commitf7174e591f6be2669542cbcfc326ca36dca5b61b (patch)
tree156a78aa4aae4978008921f7e5b892c2156c724d
parent10870db533607cd6db73801f4c044ef58a5a06d7 (diff)
downloadpoky-f7174e591f6be2669542cbcfc326ca36dca5b61b.tar.gz
curl: upgrade 8.11.1 -> 8.12.0
Solves CVE-2025-0167, CVE-2025-0665 and CVE-2025-0725. Initialize WATT_ROOT variable to avoid looking in host dirs when autotools are checking available features. License-Update: copyright year refreshed (From OE-Core rev: dd642c786e9c9eee06a90562e69e70cb37e704df) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/curl/curl_8.12.0.bb (renamed from meta/recipes-support/curl/curl_8.11.1.bb)5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-support/curl/curl_8.11.1.bb b/meta/recipes-support/curl/curl_8.12.0.bb
index b4d80e9643..7b5e6350ba 100644
--- a/meta/recipes-support/curl/curl_8.11.1.bb
+++ b/meta/recipes-support/curl/curl_8.12.0.bb
@@ -7,7 +7,7 @@ HOMEPAGE = "https://curl.se/"
7BUGTRACKER = "https://github.com/curl/curl/issues" 7BUGTRACKER = "https://github.com/curl/curl/issues"
8SECTION = "console/network" 8SECTION = "console/network"
9LICENSE = "curl" 9LICENSE = "curl"
10LIC_FILES_CHKSUM = "file://COPYING;md5=eed2e5088e1ac619c9a1c747da291d75" 10LIC_FILES_CHKSUM = "file://COPYING;md5=72f4e9890e99e68d77b7e40703d789b8"
11 11
12SRC_URI = " \ 12SRC_URI = " \
13 https://curl.se/download/${BP}.tar.xz \ 13 https://curl.se/download/${BP}.tar.xz \
@@ -15,7 +15,7 @@ SRC_URI = " \
15 file://disable-tests \ 15 file://disable-tests \
16 file://no-test-timeout.patch \ 16 file://no-test-timeout.patch \
17" 17"
18SRC_URI[sha256sum] = "c7ca7db48b0909743eaef34250da02c19bc61d4f1dcedd6603f109409536ab56" 18SRC_URI[sha256sum] = "9a4628c764be6b1a9909567c13e8e771041609df43b2158fcac4e05ea7097e5d"
19 19
20# Curl has used many names over the years... 20# Curl has used many names over the years...
21CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl" 21CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl"
@@ -76,6 +76,7 @@ EXTRA_OECONF = " \
76 --without-libpsl \ 76 --without-libpsl \
77 --enable-optimize \ 77 --enable-optimize \
78 ${@'--without-ssl' if (bb.utils.filter('PACKAGECONFIG', 'gnutls mbedtls openssl', d) == '') else ''} \ 78 ${@'--without-ssl' if (bb.utils.filter('PACKAGECONFIG', 'gnutls mbedtls openssl', d) == '') else ''} \
79 WATT_ROOT=${STAGING_DIR_TARGET}${prefix} \
79" 80"
80 81
81fix_absolute_paths () { 82fix_absolute_paths () {