From patchwork Fri Sep 15 18:59:55 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 30507 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 43DA7EED629 for ; Fri, 15 Sep 2023 18:59:59 +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.web11.29484.1694804396286423642 for ; Fri, 15 Sep 2023 11:59:56 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=CjBB5Vt9; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=RmqhOcYA; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 0101018a9a36c6c7-6beaf4d6-7197-401e-a5eb-99638dad050c-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=1694804395; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=/lt5Pns8u2fec9sXT/EBk22Ezlc6qRCpwr41m+aLjMg=; b=CjBB5Vt9mcUrYI4ANLFA2o1M6twsTt2WaKk2MCJYj3aX2Sqolzn/hqNo1I9N0AtB ntlhyVZ/XX8lGceMsMzi/5wEgmPAnyM4Rio0ORGiaYnU7C321ANAiStfjNLupPjKhOA qT+j6OSLolNj3n15Ae8265UfV7iVDstSyLYCQqFE= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1694804395; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=/lt5Pns8u2fec9sXT/EBk22Ezlc6qRCpwr41m+aLjMg=; b=RmqhOcYAYu5SF+7ulMy5oEtqGk1HkZUqnGwEuF9m4n3+Aq9e/CmKeiP2y1zrgZOs H9W1w+/UVmhvOyd0/wJdP/+zO9ZbUmn+e8H+qRt3/WFtnxOgZ0bXAXYMT5i0tVZfdlw WMT/y0i+HiIsT5w8t1IaD3JYpJ34AXb5I8D9a9Mc= MIME-Version: 1.0 From: auh@yoctoproject.org To: Robert Joslyn Cc: openembedded-core@lists.openembedded.org Subject: [AUH] curl: upgrading to 8.3.0 FAILED Message-ID: <0101018a9a36c6c7-6beaf4d6-7197-401e-a5eb-99638dad050c-000000@us-west-2.amazonses.com> Date: Fri, 15 Sep 2023 18:59:55 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.09.15-54.240.27.31 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 ; Fri, 15 Sep 2023 18:59:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/187763 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *curl* to *8.3.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-curl-upgrade-8.2.1-8.3.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 9f68635beeee0e6d80474a248e1abd8a2a24fb15 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 15 Sep 2023 18:11:38 +0000 Subject: [PATCH] curl: upgrade 8.2.1 -> 8.3.0 --- meta/recipes-support/curl/{curl_8.2.1.bb => curl_8.3.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/curl/{curl_8.2.1.bb => curl_8.3.0.bb} (98%) diff --git a/meta/recipes-support/curl/curl_8.2.1.bb b/meta/recipes-support/curl/curl_8.3.0.bb similarity index 98% rename from meta/recipes-support/curl/curl_8.2.1.bb rename to meta/recipes-support/curl/curl_8.3.0.bb index 068486a352..7a14d646b0 100644 --- a/meta/recipes-support/curl/curl_8.2.1.bb +++ b/meta/recipes-support/curl/curl_8.3.0.bb @@ -14,7 +14,7 @@ SRC_URI = " \ file://run-ptest \ file://disable-tests \ " -SRC_URI[sha256sum] = "dd322f6bd0a20e6cebdfd388f69e98c3d183bed792cf4713c8a7ef498cba4894" +SRC_URI[sha256sum] = "376d627767d6c4f05105ab6d497b0d9aba7111770dd9d995225478209c37ea63" # Curl has used many names over the years... CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl"