From patchwork Sun Dec 1 10:06:09 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 53434 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 1C9DDD49780 for ; Sun, 1 Dec 2024 10:06:11 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.web10.148766.1733047562398622652 for ; Sun, 01 Dec 2024 02:06:10 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=iJA1N/KI; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=gQOzVbFS; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 0101019381af4a5b-ce5e0fea-d970-4fd4-8932-1991aceacea9-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1733047569; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=NVkMsX56o2YS0dZiRH1IuPmDJUBj1e+iR3EfefqK53s=; b=iJA1N/KI8lTXHeF6k0qFzimO4ZVyO/Q2N6Y7eXv2NuvxhA+AAtdCEECkMtF9hjpo WIOAk9wdHekwOCfI7VJZ3gldNuJ3Zv767W3tKwCXzBwxg8Xhx6aGV/w26ynCHPnntHi kd1ysNn+9oeOhkLlc71q8+SnCeYfE7oLfQps0kkE= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1733047569; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=NVkMsX56o2YS0dZiRH1IuPmDJUBj1e+iR3EfefqK53s=; b=gQOzVbFSLea+RWnNdY7KejzWFWWkYkyUdOLoagKzCc1qR2fftNeHFOI8zAhnYi59 1ixd5msBGytzgi8W9fsV+8hK45gED8VR7e/L63QXS0qKd5S2sqHm+4xXbbwe6drxlvn ZmpGEuoNNDvtvU6FB6Rn9xbBv1DFs7q+z0ho7fvQ= MIME-Version: 1.0 From: auh@yoctoproject.org To: Robert Joslyn Cc: openembedded-core@lists.openembedded.org Subject: [AUH] curl: upgrading to 8.11.0 FAILED Message-ID: <0101019381af4a5b-ce5e0fea-d970-4fd4-8932-1991aceacea9-000000@us-west-2.amazonses.com> Date: Sun, 1 Dec 2024 10:06:09 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.12.01-54.240.27.191 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sun, 01 Dec 2024 10:06:11 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/208105 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *curl* to *8.11.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-curl-upgrade-8.10.1-8.11.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 751ac36e678a5a68b1c0c00d3f6d929eff84c50c Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 1 Dec 2024 09:25:23 +0000 Subject: [PATCH] curl: upgrade 8.10.1 -> 8.11.0 --- meta/recipes-support/curl/curl/no-test-timeout.patch | 6 +++--- .../recipes-support/curl/{curl_8.10.1.bb => curl_8.11.0.bb} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-support/curl/{curl_8.10.1.bb => curl_8.11.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 7122b6f043..4c373e4724 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 42cddb52e821cfc2f09f1974742714e5f2f1856e Mon Sep 17 00:00:00 2001 +From 200e992c745c9ec31654a7fbc15a3f223055ebeb 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 @@ -11,10 +11,10 @@ Signed-off-by: Ross Burton 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/servers.pm b/tests/servers.pm -index d4472d5..9999938 100644 +index 37519ee..8524349 100644 --- a/tests/servers.pm +++ b/tests/servers.pm -@@ -120,7 +120,7 @@ my $sshdverstr; # for socks server, ssh daemon version string +@@ -122,7 +122,7 @@ my $sshdverstr; # for socks server, ssh daemon version string my $sshderror; # for socks server, ssh daemon version error my %doesntrun; # servers that don't work, identified by pidfile my %PORT = (nolisten => 47); # port we use for a local non-listening service diff --git a/meta/recipes-support/curl/curl_8.10.1.bb b/meta/recipes-support/curl/curl_8.11.0.bb similarity index 98% rename from meta/recipes-support/curl/curl_8.10.1.bb rename to meta/recipes-support/curl/curl_8.11.0.bb index 0252d4475e..87cab8e1a7 100644 --- a/meta/recipes-support/curl/curl_8.10.1.bb +++ b/meta/recipes-support/curl/curl_8.11.0.bb @@ -15,7 +15,7 @@ SRC_URI = " \ file://disable-tests \ file://no-test-timeout.patch \ " -SRC_URI[sha256sum] = "73a4b0e99596a09fa5924a4fb7e4b995a85fda0d18a2c02ab9cf134bebce04ee" +SRC_URI[sha256sum] = "db59cf0d671ca6e7f5c2c5ec177084a33a79e04c97e71cf183a5cdea235054eb" # Curl has used many names over the years... CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl"