diff mbox series

curl: Update to 8.6.0

Message ID 20240203172055.616834-1-robert.joslyn@redrectangle.org
State Accepted, archived
Commit efebd6a8824769137a21674e2bfe1c059a41758a
Headers show
Series curl: Update to 8.6.0 | expand

Commit Message

Robert Joslyn Feb. 3, 2024, 5:20 p.m. UTC
From: Robert Joslyn <robert.joslyn@redrectangle.org>

This is a bug fix and feature update. Release notes are available at:
https://curl.se/changes.html#8_6_0

Disable test 1478, it's comparing help output to documentation.

License-Update: Copyright year updated
Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org>
---
 meta/recipes-support/curl/curl/disable-tests               | 1 +
 meta/recipes-support/curl/{curl_8.5.0.bb => curl_8.6.0.bb} | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)
 rename meta/recipes-support/curl/{curl_8.5.0.bb => curl_8.6.0.bb} (97%)
diff mbox series

Patch

diff --git a/meta/recipes-support/curl/curl/disable-tests b/meta/recipes-support/curl/curl/disable-tests
index 419022091f..259576fd01 100644
--- a/meta/recipes-support/curl/curl/disable-tests
+++ b/meta/recipes-support/curl/curl/disable-tests
@@ -15,6 +15,7 @@ 
 1119
 1132
 1135
+1478
 # These CRL tests are scanning headers
 1167
 1477
diff --git a/meta/recipes-support/curl/curl_8.5.0.bb b/meta/recipes-support/curl/curl_8.6.0.bb
similarity index 97%
rename from meta/recipes-support/curl/curl_8.5.0.bb
rename to meta/recipes-support/curl/curl_8.6.0.bb
index 115ec7189f..b01f4542a2 100644
--- a/meta/recipes-support/curl/curl_8.5.0.bb
+++ b/meta/recipes-support/curl/curl_8.6.0.bb
@@ -7,14 +7,14 @@  HOMEPAGE = "https://curl.se/"
 BUGTRACKER = "https://github.com/curl/curl/issues"
 SECTION = "console/network"
 LICENSE = "curl"
-LIC_FILES_CHKSUM = "file://COPYING;md5=db8448a1e43eb2125f7740fc397db1f6"
+LIC_FILES_CHKSUM = "file://COPYING;md5=eed2e5088e1ac619c9a1c747da291d75"
 
 SRC_URI = " \
     https://curl.se/download/${BP}.tar.xz \
     file://run-ptest \
     file://disable-tests \
 "
-SRC_URI[sha256sum] = "42ab8db9e20d8290a3b633e7fbb3cec15db34df65fd1015ef8ac1e4723750eeb"
+SRC_URI[sha256sum] = "3ccd55d91af9516539df80625f818c734dc6f2ecf9bada33c76765e99121db15"
 
 # Curl has used many names over the years...
 CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl"