openembedded-core.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
* [OE-core] [PATCH 01/26] bash: upgrade 5.2.32 -> 5.2.37
@ 2024-10-09  5:48 wangmy
  2024-10-09  5:48 ` [OE-core] [PATCH 02/26] dhcpcd: upgrade 10.0.10 -> 10.1.0 wangmy
                   ` (25 more replies)
  0 siblings, 26 replies; 27+ messages in thread
From: wangmy @ 2024-10-09  5:48 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0001-fix-c99.patch
refreshed for 5.2.37

Changelog:
===========
- fix issue where comparing quoted and unquoted words to be completed results
  in readline not displaying possible matches
- fix for reading partial invalid multibyte characters
- fix compilation on systems that provide select or pselect but not both
- fix for parsing compound assignment while expanding alias
- fix autoconf test for broken strtold

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../bash/bash/0001-fix-c99.patch              | 20 +++----------------
 .../bash/{bash_5.2.32.bb => bash_5.2.37.bb}   |  2 +-
 2 files changed, 4 insertions(+), 18 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-fix-c99.patch b/meta/recipes-extended/bash/bash/0001-fix-c99.patch
index abd83d09af..e0f1a51433 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 60a075c6e3258df9799d067e360e4c63e24e229b Mon Sep 17 00:00:00 2001
 From: Ross Burton <ross.burton@arm.com>
 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 <ross.burton@arm.com>
 ---
- 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 <stdlib.h>]],
--		[[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_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)}"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2024-10-09  9:58 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-09  5:48 [OE-core] [PATCH 01/26] bash: upgrade 5.2.32 -> 5.2.37 wangmy
2024-10-09  5:48 ` [OE-core] [PATCH 02/26] dhcpcd: upgrade 10.0.10 -> 10.1.0 wangmy
2024-10-09  5:48 ` [OE-core] [PATCH 03/26] erofs-utils: upgrade 1.8.1 -> 1.8.2 wangmy
2024-10-09  5:48 ` [OE-core] [PATCH 04/26] fribidi: upgrade 1.0.15 -> 1.0.16 wangmy
2024-10-09  5:48 ` [OE-core] [PATCH 05/26] git: upgrade 2.46.1 -> 2.47.0 wangmy
2024-10-09  5:48 ` [OE-core] [PATCH 06/26] gtk4: upgrade 4.16.1 -> 4.16.3 wangmy
2024-10-09  5:48 ` [OE-core] [PATCH 07/26] harfbuzz: upgrade 9.0.0 -> 10.0.1 wangmy
2024-10-09  5:48 ` [OE-core] [PATCH 08/26] libproxy: upgrade 0.5.8 -> 0.5.9 wangmy
2024-10-09  5:48 ` [OE-core] [PATCH 09/26] libsdl2: upgrade 2.30.7 -> 2.30.8 wangmy
2024-10-09  5:48 ` [OE-core] [PATCH 10/26] libuv: upgrade 1.48.0 -> 1.49.0 wangmy
2024-10-09  5:49 ` [OE-core] [PATCH 11/26] ltp: upgrade 20240524 -> 20240930 wangmy
2024-10-09  5:49 ` [OE-core] [PATCH 12/26] msmtp: upgrade 1.8.26 -> 1.8.27 wangmy
2024-10-09  5:49 ` [OE-core] [PATCH 13/26] mtools: upgrade 4.0.44 -> 4.0.45 wangmy
2024-10-09  5:49 ` [OE-core] [PATCH 14/26] python3-dbusmock: upgrade 0.32.1 -> 0.32.2 wangmy
2024-10-09  5:49 ` [OE-core] [PATCH 15/26] python3-hypothesis: upgrade 6.112.1 -> 6.112.4 wangmy
2024-10-09  5:49 ` [OE-core] [PATCH 16/26] python3-pefile: upgrade 2023.2.7 -> 2024.8.26 wangmy
2024-10-09  5:49 ` [OE-core] [PATCH 17/26] python3-pycryptodome(x): upgrade 3.20.0 -> 3.21.0 wangmy
2024-10-09  5:49 ` [OE-core] [PATCH 18/26] python3-setuptools-rust: upgrade 1.10.1 -> 1.10.2 wangmy
2024-10-09  5:49 ` [OE-core] [PATCH 19/26] python3-spdx-tools: upgrade 0.8.2 -> 0.8.3 wangmy
2024-10-09  5:49 ` [OE-core] [PATCH 20/26] python3-sphinx-rtd-theme: upgrade 2.0.0 -> 3.0.0 wangmy
2024-10-09  5:49 ` [OE-core] [PATCH 21/26] shaderc: upgrade 2024.2 -> 2024.3 wangmy
2024-10-09  5:49 ` [OE-core] [PATCH 22/26] ttyrun: upgrade 2.34.0 -> 2.35.0 wangmy
2024-10-09  5:49 ` [OE-core] [PATCH 23/26] wireless-regdb: upgrade 2024.07.04 -> 2024.10.07 wangmy
2024-10-09  5:49 ` [OE-core] [PATCH 24/26] xkeyboard-config: upgrade 2.42 -> 2.43 wangmy
2024-10-09  5:49 ` [OE-core] [PATCH 25/26] xwayland: upgrade 24.1.2 -> 24.1.3 wangmy
2024-10-09  5:49 ` [OE-core] [PATCH 26/26] xz: upgrade 5.6.2 -> 5.6.3 wangmy
2024-10-09  9:57 ` [OE-core] [PATCH 01/26] bash: upgrade 5.2.32 -> 5.2.37 Alexander Kanavin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).