From patchwork Tue Oct 15 12:16:02 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: 50666 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 DB9BBD1F9B9 for ; Tue, 15 Oct 2024 12:16:12 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.web11.11785.1728994546659133999 for ; Tue, 15 Oct 2024 05:16:03 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=Xh4aFuh/; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=WGBBV1UY; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 01010192901b5249-18b511d2-984b-4a45-b958-223bc5e9feb3-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=1728994562; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=D6/VoIua0qoPv4r66XOVIWrBnboAKcgNHjgpAAQPCMM=; b=Xh4aFuh/Jh2++sjO5dU/XxKYDXspUrSR7GP5W5iu1txW8y8yxeCQuO1mte8IOF2d BFETmxRyy8h35yTdTPc6UFhilwsgpJR5QiPB0zlK8dzv5NBrbfRj/8gzE36i7yTki1Y BIZhsH2+iwgu62QjxR4IBuBs9us1Q2b4TXYyctv0= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1728994562; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=D6/VoIua0qoPv4r66XOVIWrBnboAKcgNHjgpAAQPCMM=; b=WGBBV1UYe2Jhh+52YSk1xNUusOk4qWjMwa//rZsLGKW+Egx+uSAjkmYSvsXX1sd7 Rq1HKG4fCrTpTtFUfn447ADoX7CZoN3CHJlecVrxvsvTH1tSqxoAkzLXP60WsEWURVd nzXcpitMxpBRTFpe0/UGYlThBsxMH4hm0eY9UzUE= MIME-Version: 1.0 From: auh@yoctoproject.org To: Hongxu Jia Cc: openembedded-core@lists.openembedded.org Subject: [AUH] bash: upgrading to 5.2.37 SUCCEEDED Message-ID: <01010192901b5249-18b511d2-984b-4a45-b958-223bc5e9feb3-000000@us-west-2.amazonses.com> Date: Tue, 15 Oct 2024 12:16:02 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.10.15-54.240.27.23 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 ; Tue, 15 Oct 2024 12:16:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/205862 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *bash* to *5.2.37* has Succeeded. Next steps: - apply the patch: git am 0001-bash-upgrade-5.2.32-5.2.37.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 e649ef7407966a0faac345f3e633ec60b8c8212f Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 15 Oct 2024 09:26:59 +0000 Subject: [PATCH] bash: upgrade 5.2.32 -> 5.2.37 --- ...T-handler-while-waiting-for-a-child-.patch | 2 +- .../bash/bash/0001-fix-c99.patch | 20 +++---------------- .../bash/bash/build-tests.patch | 2 +- .../bash/bash/fix-filesubst-errexit.patch | 2 +- .../bash/bash/fix-run-builtins.patch | 2 +- .../bash/bash/mkbuiltins_have_stringize.patch | 2 +- .../bash/bash/test-output.patch | 2 +- .../bash/bash/use_aclocal.patch | 4 ++-- .../bash/{bash_5.2.32.bb => bash_5.2.37.bb} | 2 +- 9 files changed, 12 insertions(+), 26 deletions(-) rename meta/recipes-extended/bash/{bash_5.2.32.bb => bash_5.2.37.bb} (90%) diff --git a/meta/recipes-extended/bash/bash/0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch b/meta/recipes-extended/bash/bash/0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch index 4e73edb9b3..b47a6535d7 100644 --- a/meta/recipes-extended/bash/bash/0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch +++ b/meta/recipes-extended/bash/bash/0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch @@ -1,4 +1,4 @@ -From e4b9493ae4923595ec3ca67f85322129fb3056cf Mon Sep 17 00:00:00 2001 +From 8264b0722080495d90ab3f1e1d8209bc481eeb67 Mon Sep 17 00:00:00 2001 From: Chet Ramey Date: Mon, 30 Oct 2023 12:16:07 -0400 Subject: [PATCH] changes to SIGINT handler while waiting for a child; skip diff --git a/meta/recipes-extended/bash/bash/0001-fix-c99.patch b/meta/recipes-extended/bash/bash/0001-fix-c99.patch index abd83d09af..d8080eba23 100644 --- a/meta/recipes-extended/bash/bash/0001-fix-c99.patch +++ b/meta/recipes-extended/bash/bash/0001-fix-c99.patch @@ -1,4 +1,4 @@ -From e8ec2d75a52bdc93c83a679a71a68f4033033b8b Mon Sep 17 00:00:00 2001 +From 184f85953a561ffcbe29efbb78599081ebbc1dd7 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 19 Jun 2024 12:57:39 +0000 Subject: [PATCH] Fix C99 problems @@ -8,9 +8,8 @@ Backport some fixes from upstream to fix configure checks that fail with GCC 14. Upstream-Status: Backport [devel branch] Signed-off-by: Ross Burton --- - aclocal.m4 | 3 +++ - configure.ac | 2 +- - 2 files changed, 4 insertions(+), 1 deletion(-) + aclocal.m4 | 3 +++ + 1 file changed, 3 insertions(+) diff --git a/aclocal.m4 b/aclocal.m4 index cc97bd4..7423b99 100644 @@ -26,16 +25,3 @@ index cc97bd4..7423b99 100644 int main() { -diff --git a/configure.ac b/configure.ac -index a3b5bd7..2a38c6b 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -842,7 +842,7 @@ AC_CHECK_DECLS([strtold], [ - [AC_COMPILE_IFELSE( - [AC_LANG_PROGRAM( - [[#include ]], -- [[long double r; char *foo, bar; r = strtold(foo, &bar);]] -+ [[long double r; char *foo, *bar; r = strtold(foo, &bar);]] - )], - [bash_cv_strtold_broken=no],[bash_cv_strtold_broken=yes]) - ] diff --git a/meta/recipes-extended/bash/bash/build-tests.patch b/meta/recipes-extended/bash/bash/build-tests.patch index 4cce1ba993..10622e6fc9 100644 --- a/meta/recipes-extended/bash/bash/build-tests.patch +++ b/meta/recipes-extended/bash/bash/build-tests.patch @@ -1,4 +1,4 @@ -From c3f58f8b4f7a359b9d9dd97a45bcaab50a89d224 Mon Sep 17 00:00:00 2001 +From edcf9b29cc9a71c6d4750fabfd7f62f5dc7e7126 Mon Sep 17 00:00:00 2001 From: Anders Roxell Date: Wed, 19 Dec 2012 17:18:31 +0100 Subject: [PATCH] Add 'ptest' target to Makefile, to run tests without checking diff --git a/meta/recipes-extended/bash/bash/fix-filesubst-errexit.patch b/meta/recipes-extended/bash/bash/fix-filesubst-errexit.patch index c5082ee355..9a15499752 100644 --- a/meta/recipes-extended/bash/bash/fix-filesubst-errexit.patch +++ b/meta/recipes-extended/bash/bash/fix-filesubst-errexit.patch @@ -1,4 +1,4 @@ -From 16951b74971c7fd38fd036dac1410a9e53cbe736 Mon Sep 17 00:00:00 2001 +From 3073587c5081a2616bee6c7ed112452144d1ad0f Mon Sep 17 00:00:00 2001 From: Chet Ramey Date: Fri, 7 Apr 2023 00:28:46 -0700 Subject: [PATCH] $( Date: Tue, 19 Apr 2016 02:57:45 -0400 Subject: [PATCH] fix run-builtins failed diff --git a/meta/recipes-extended/bash/bash/mkbuiltins_have_stringize.patch b/meta/recipes-extended/bash/bash/mkbuiltins_have_stringize.patch index eb29e7d836..5c74bb6499 100644 --- a/meta/recipes-extended/bash/bash/mkbuiltins_have_stringize.patch +++ b/meta/recipes-extended/bash/bash/mkbuiltins_have_stringize.patch @@ -1,4 +1,4 @@ -From d11685286144c2e5630545e435d11387b2908fd0 Mon Sep 17 00:00:00 2001 +From c7452e00498fea43b77820cc8b53d86fe26890f7 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Wed, 14 Nov 2012 07:55:09 -0700 Subject: [PATCH] bash: fix mkbuiltins build failure diff --git a/meta/recipes-extended/bash/bash/test-output.patch b/meta/recipes-extended/bash/bash/test-output.patch index 3225907b66..e13b9593e5 100644 --- a/meta/recipes-extended/bash/bash/test-output.patch +++ b/meta/recipes-extended/bash/bash/test-output.patch @@ -1,4 +1,4 @@ -From f5cbd5a4954b89857c9e397cacceda552484f5d5 Mon Sep 17 00:00:00 2001 +From bb47ca3a1058c8f8705e9c0a7c266e063e04400b Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Tue, 15 Aug 2017 10:01:56 +0800 Subject: [PATCH] Add FAIL/PASS output to test output. diff --git a/meta/recipes-extended/bash/bash/use_aclocal.patch b/meta/recipes-extended/bash/bash/use_aclocal.patch index e966b037a2..08c360d658 100644 --- a/meta/recipes-extended/bash/bash/use_aclocal.patch +++ b/meta/recipes-extended/bash/bash/use_aclocal.patch @@ -1,4 +1,4 @@ -From b3a64702fa1978463c01bd5d9fe711e4628aba1e Mon Sep 17 00:00:00 2001 +From 8ab2e234a71a0087d26c178a05da33e26ed3f5cc Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 28 Dec 2020 21:04:27 +0100 Subject: [PATCH] bash: update 5.0 -> 5.1 @@ -14,7 +14,7 @@ RP 2021/1/20 1 file changed, 43 deletions(-) diff --git a/configure.ac b/configure.ac -index 50a6e20..a3b5bd7 100644 +index 52d4029..2a38c6b 100644 --- a/configure.ac +++ b/configure.ac @@ -710,49 +710,6 @@ if test x$SIZE = x; then diff --git a/meta/recipes-extended/bash/bash_5.2.32.bb b/meta/recipes-extended/bash/bash_5.2.37.bb similarity index 90% rename from meta/recipes-extended/bash/bash_5.2.32.bb rename to meta/recipes-extended/bash/bash_5.2.37.bb index b159c0232f..87e0aa24ec 100644 --- a/meta/recipes-extended/bash/bash_5.2.32.bb +++ b/meta/recipes-extended/bash/bash_5.2.37.bb @@ -17,7 +17,7 @@ SRC_URI = "${GNU_MIRROR}/bash/${BP}.tar.gz;name=tarball \ file://0001-fix-c99.patch \ " -SRC_URI[tarball.sha256sum] = "d3ef80d2b67d8cbbe4d3265c63a72c46f9b278ead6e0e06d61801b58f23f50b5" +SRC_URI[tarball.sha256sum] = "9599b22ecd1d5787ad7d3b7bf0c59f312b3396d1e281175dd1f8a4014da621ff" DEBUG_OPTIMIZATION:append:armv4 = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}" DEBUG_OPTIMIZATION:append:armv5 = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}"