From patchwork Mon Apr 1 18:11:11 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: 41889 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 2C2C5CD128D for ; Mon, 1 Apr 2024 18:11:14 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.web10.2309.1711995072515987300 for ; Mon, 01 Apr 2024 11:11:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=Yg/tVf2N; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=rMIG594K; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101018e9adbac54-6676ba56-e2a7-4e74-902c-f14114b5fb77-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=1711995071; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=2ouXo7vqT0kdPUR1zgIGuHRa48V7+sDTSfJJWfEAR+0=; b=Yg/tVf2NbuaJ4D/3rkIJfSZ2gXuX1yejpmBCx4w3iyiGpAEBOHKU83yb/ofc5r1n LhVwzLuk1P3iAed2PQAMB3srjcO9QZbbvd1WoFXaP29ZaDDGy+meGzVMiQc2j/1pIa2 bK9gO4jRQ3Xy7lrlXCMrh6nkiap8hFgcXiqh4lk8= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1711995071; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=2ouXo7vqT0kdPUR1zgIGuHRa48V7+sDTSfJJWfEAR+0=; b=rMIG594K2ZMl5+06B+19J3Sv5dn/ZQQUL1+2sR2857g1AiqqlXTR3PA+99evQ6r1 o/QFF7wfcHIRfrPkvzuW+HeLNs5jXz4O/BU6FGC0tRB73NysI1yl75htt6iJPdzVnEH B1xw4MYnjz7l+39+Ac2tM+3pJaDtBFKDdlFA1mF8= MIME-Version: 1.0 From: auh@yoctoproject.org To: Robert Joslyn Cc: openembedded-core@lists.openembedded.org Subject: [AUH] curl: upgrading to 8.7.1 SUCCEEDED Message-ID: <0101018e9adbac54-6676ba56-e2a7-4e74-902c-f14114b5fb77-000000@us-west-2.amazonses.com> Date: Mon, 1 Apr 2024 18:11:11 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.04.01-54.240.27.29 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 ; Mon, 01 Apr 2024 18:11:14 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/197847 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *curl* to *8.7.1* has Succeeded. Next steps: - apply the patch: git am 0001-curl-upgrade-8.6.0-8.7.1.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 45393c2cc17c0388cf9fbd90a873d9b9dfbdc87e Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 1 Apr 2024 16:44:23 +0000 Subject: [PATCH] curl: upgrade 8.6.0 -> 8.7.1 --- meta/recipes-support/curl/curl/no-test-timeout.patch | 11 +++++++++-- .../curl/{curl_8.6.0.bb => curl_8.7.1.bb} | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) rename meta/recipes-support/curl/{curl_8.6.0.bb => curl_8.7.1.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 b4cfe716db..886a774704 100644 --- a/meta/recipes-support/curl/curl/no-test-timeout.patch +++ b/meta/recipes-support/curl/curl/no-test-timeout.patch @@ -1,10 +1,17 @@ -Set the max-time timeout to 600 so the timeout is 10 minutes instead of 13 seconds. +From 2fcb8cbab06192b55e7bbc8f3e4fd753ad242b46 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 + instead of 13 seconds. Upstream-Status: Inappropriate Signed-off-by: Ross Burton +--- + tests/servers.pm | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/servers.pm b/tests/servers.pm -index d4472d509..aeab62c47 100644 +index d4472d5..9999938 100644 --- a/tests/servers.pm +++ b/tests/servers.pm @@ -120,7 +120,7 @@ my $sshdverstr; # for socks server, ssh daemon version string diff --git a/meta/recipes-support/curl/curl_8.6.0.bb b/meta/recipes-support/curl/curl_8.7.1.bb similarity index 98% rename from meta/recipes-support/curl/curl_8.6.0.bb rename to meta/recipes-support/curl/curl_8.7.1.bb index ea69164d76..872bd84a71 100644 --- a/meta/recipes-support/curl/curl_8.6.0.bb +++ b/meta/recipes-support/curl/curl_8.7.1.bb @@ -15,7 +15,7 @@ SRC_URI = " \ file://disable-tests \ file://no-test-timeout.patch \ " -SRC_URI[sha256sum] = "3ccd55d91af9516539df80625f818c734dc6f2ecf9bada33c76765e99121db15" +SRC_URI[sha256sum] = "6fea2aac6a4610fbd0400afb0bcddbe7258a64c63f1f68e5855ebc0c659710cd" # Curl has used many names over the years... CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl"