From patchwork Fri May 15 13:20:41 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 88199 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id E8D9DCD5BBD for ; Fri, 15 May 2026 13:20:49 +0000 (UTC) Received: from a27-31.smtp-out.us-west-2.amazonses.com (a27-31.smtp-out.us-west-2.amazonses.com [54.240.27.31]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.34830.1778851231454480199 for ; Fri, 15 May 2026 06:20:41 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=P/TDYFRH; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=uL36KTcs; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 0101019e2bcbdd05-ef8f4e70-2588-4f3c-86fa-8075bd4449fa-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1778851241; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=dcaRc5xsI35hctDciWgQwrdN5Dm7kXWcQHs0YQhl7CY=; b=P/TDYFRH2Ifsv6iSbjhnHe4fxAEQURPFxUsn66ZEb++J5iXcPuCMUMCyikg62jQW k17TkqzMZH96hLetNJcQQek+f3gdCRwO+jNv/Wc+ynvjVdNGrvzK0F3aUmRY6a6h+Jq ASgOg5EIuVGje++vzM0wzPOGRDi4tF3rW1aCqrZU= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1778851241; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=dcaRc5xsI35hctDciWgQwrdN5Dm7kXWcQHs0YQhl7CY=; b=uL36KTcsMiJ0pe3JvXaD29Fm3ZLpdN05CyxpVFkm2ZAEjgdpdFW7O4zJ4hTEDhbj CvNKMh1H1SwHcCcvI3OzVgjacsEEWTfgUNBAxipk0Fft8XHXBNebXVNgPjAVBX1uuw/ C4YMkL5BUuFa13jPgA2Lpi6mLJjh12utjBVf2uNQ= MIME-Version: 1.0 From: auh@yoctoproject.org To: Robert Joslyn Cc: openembedded-core@lists.openembedded.org Subject: [AUH] curl: upgrading to 8.20.0 FAILED Message-ID: <0101019e2bcbdd05-ef8f4e70-2588-4f3c-86fa-8075bd4449fa-000000@us-west-2.amazonses.com> Date: Fri, 15 May 2026 13:20:41 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.05.15-54.240.27.31 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 15 May 2026 13:20:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/237160 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *curl* to *8.20.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-curl-upgrade-8.19.0-8.20.0.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From b80a993da0669a900cd76e03997431185fa617e3 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 15 May 2026 12:01:26 +0000 Subject: [PATCH] curl: upgrade 8.19.0 -> 8.20.0 --- meta/recipes-support/curl/curl/no-test-timeout.patch | 4 ++-- meta/recipes-support/curl/{curl_8.19.0.bb => curl_8.20.0.bb} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/curl/{curl_8.19.0.bb => curl_8.20.0.bb} (98%) diff --git a/meta/recipes-support/curl/curl/no-test-timeout.patch b/meta/recipes-support/curl/curl/no-test-timeout.patch index 3ece55cab6..8cc5555bb1 100644 --- a/meta/recipes-support/curl/curl/no-test-timeout.patch +++ b/meta/recipes-support/curl/curl/no-test-timeout.patch @@ -1,4 +1,4 @@ -From 30fb6d1ce4cc721feef5665934f2b7f83fb50efb Mon Sep 17 00:00:00 2001 +From 7e6072697ddb1157bc6288452b8b497461b8d7ed Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 15 Mar 2024 14:37:37 +0000 Subject: [PATCH] Set the max-time timeout to 600 so the timeout is 10 minutes @@ -12,7 +12,7 @@ Signed-off-by: Ross Burton 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/servers.pm b/tests/servers.pm -index 5d5d98b..442cfaf 100644 +index dba3c3e..198d4a8 100644 --- a/tests/servers.pm +++ b/tests/servers.pm @@ -124,7 +124,7 @@ my $sshdverstr; # for socks server, ssh daemon version string diff --git a/meta/recipes-support/curl/curl_8.19.0.bb b/meta/recipes-support/curl/curl_8.20.0.bb similarity index 98% rename from meta/recipes-support/curl/curl_8.19.0.bb rename to meta/recipes-support/curl/curl_8.20.0.bb index b9251336b8..1e1ee980b4 100644 --- a/meta/recipes-support/curl/curl_8.19.0.bb +++ b/meta/recipes-support/curl/curl_8.20.0.bb @@ -20,7 +20,7 @@ SRC_URI:append:class-nativesdk = " \ file://environment.d-curl.sh \ " -SRC_URI[sha256sum] = "4eb41489790d19e190d7ac7e18e82857cdd68af8f4e66b292ced562d333f11df" +SRC_URI[sha256sum] = "63fe2dc148ba0ceae89922ef838f7e5c946272c2e78b7c59fab4b79d3ce2b896" # Curl has used many names over the years... CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl"