From patchwork Thu Oct 10 19:36:23 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: 50398 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 81B07D1A43B for ; Thu, 10 Oct 2024 19:36:30 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.web11.53381.1728588984323271875 for ; Thu, 10 Oct 2024 12:36:24 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=UOXC5q1D; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=yd8mx5eo; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101019277eead90-f8deacc5-da87-4bba-99da-53df0275cdbf-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=1728588983; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=xH4iZdKcqlflLlHdhf3EInTHpVbOMT2gX10YKTF8dQU=; b=UOXC5q1D48ETpH+3cM1IHIYpY4hwIC3pRySuux2mvTv9DA19NoPRZMxWAXQtrnUy iBUV1PfxqUaO8EOLiI8gAm6MA3Aqph2mEzKj/HUe3PMl4p6uwgMcpOvNfPGp6JH3Uok ohM22fQIOWq3pve6k8JgIrHYLTqpjgcpthuFWkNs= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1728588983; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=xH4iZdKcqlflLlHdhf3EInTHpVbOMT2gX10YKTF8dQU=; b=yd8mx5eoZz+TmybH54EtYQLLC/CMFCQhm4n6Ih0HYcGdAfbgJECJ2g9FmuGJZSGj wtoev0GPEI0wS3U7gklieoVUKqJSlgaS6zZ+I/fTqfcLxwlgvqqDd3rIn1ffE+ibJ7Z r9slFkapU52oJF8+cINiBHrbXpeid8zGSAzwIGmI= 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: <0101019277eead90-f8deacc5-da87-4bba-99da-53df0275cdbf-000000@us-west-2.amazonses.com> Date: Thu, 10 Oct 2024 19:36:23 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.10.10-54.240.27.193 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 ; Thu, 10 Oct 2024 19:36:30 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/205569 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 089f1db4c2acde46d69c179dcb46f589189784cf Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 10 Oct 2024 14:14:02 +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..159fb36a43 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 f36e28708c89a098254922f2125ec1e77b8baf5b 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..24b9e0f65a 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 d9a235957b5ee0bc44b8de4897269967fe45186c 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..35a8cbe97e 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 25cf190c708e8ac29a6a1c1b0b4e6dbf1be76889 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..3655c9b683 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 cf84b9b5a159bbe9ec437a791b1ab19db17f2c1a 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..ad890385dc 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 098294135002a94bb497f483e0568bd36d2267c5 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..22f2c99ed5 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 3b598b7f126939de7cb8d682264564011988830d 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..82f24d1b0d 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 1593957bbbcf8550172718ef880d54621510d7f4 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)}"