All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH next] package/binutils: update to 2.43.1
@ 2024-08-20  7:47 Waldemar Brodkorb
  2024-08-23 17:38 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Waldemar Brodkorb @ 2024-08-20  7:47 UTC (permalink / raw)
  To: buildroot

See here the release announcement for changes:
https://sourceware.org/pipermail/binutils/2024-August/136396.html

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
 package/binutils/{2.43 => 2.43.1}/0001-sh-conf.patch          | 0
 .../{2.43 => 2.43.1}/0002-poison-system-directories.patch     | 0
 package/binutils/Config.in.host                               | 4 ++--
 package/binutils/binutils.hash                                | 2 +-
 4 files changed, 3 insertions(+), 3 deletions(-)
 rename package/binutils/{2.43 => 2.43.1}/0001-sh-conf.patch (100%)
 rename package/binutils/{2.43 => 2.43.1}/0002-poison-system-directories.patch (100%)

diff --git a/package/binutils/2.43/0001-sh-conf.patch b/package/binutils/2.43.1/0001-sh-conf.patch
similarity index 100%
rename from package/binutils/2.43/0001-sh-conf.patch
rename to package/binutils/2.43.1/0001-sh-conf.patch
diff --git a/package/binutils/2.43/0002-poison-system-directories.patch b/package/binutils/2.43.1/0002-poison-system-directories.patch
similarity index 100%
rename from package/binutils/2.43/0002-poison-system-directories.patch
rename to package/binutils/2.43.1/0002-poison-system-directories.patch
diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host
index 36fd2bd377..16a57a5cb4 100644
--- a/package/binutils/Config.in.host
+++ b/package/binutils/Config.in.host
@@ -23,7 +23,7 @@ config BR2_BINUTILS_VERSION_2_42_X
 	bool "binutils 2.42"
 
 config BR2_BINUTILS_VERSION_2_43_X
-	bool "binutils 2.43"
+	bool "binutils 2.43.1"
 
 endchoice
 
@@ -32,7 +32,7 @@ config BR2_BINUTILS_VERSION
 	default "arc-2023.09-release"	if BR2_BINUTILS_VERSION_ARC
 	default "2.41"		if BR2_BINUTILS_VERSION_2_41_X
 	default "2.42"		if BR2_BINUTILS_VERSION_2_42_X
-	default "2.43"		if BR2_BINUTILS_VERSION_2_43_X
+	default "2.43.1"	if BR2_BINUTILS_VERSION_2_43_X
 
 config BR2_BINUTILS_GPROFNG
 	bool "gprofng support"
diff --git a/package/binutils/binutils.hash b/package/binutils/binutils.hash
index 74765a4fbf..084793fc9f 100644
--- a/package/binutils/binutils.hash
+++ b/package/binutils/binutils.hash
@@ -1,7 +1,7 @@
 # From https://gcc.gnu.org/pub/binutils/releases/sha512.sum
 sha512  5df45d0bd6ddabdce4f35878c041e46a92deef01e7dea5facc97fd65cc06b59abc6fba0eb454b68e571c7e14038dc823fe7f2263843e6e627b7444eaf0fe9374  binutils-2.41.tar.xz
 sha512  155f3ba14cd220102f4f29a4f1e5cfee3c48aa03b74603460d05afb73c70d6657a9d87eee6eb88bf13203fe6f31177a5c9addc04384e956e7da8069c8ecd20a6  binutils-2.42.tar.xz
-sha512  93e063163e54d6a6ee2bd48dc754270bf757a3635b49a702ed6b310e929e94063958512d191e66beaf44275f7ea60865dbde138b624626739679fcc306b133bb  binutils-2.43.tar.xz
+sha512  20977ad17729141a2c26d358628f44a0944b84dcfefdec2ba029c2d02f40dfc41cc91c0631044560d2bd6f9a51e1f15846b4b311befbe14f1239f14ff7d57824  binutils-2.43.1.tar.xz
 
 # Locally calculated (fetched from Github)
 sha512  3518b47d5c11d1fb478ee152bde1719363f9391db73f3b9f5491217c17742bef8ebca6a51a40302dfaa9476c5a32a8b8f70a4bf64289422dea5f750ae53ab88d  binutils-gdb-arc-2023.09-release.tar.gz
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH next] package/binutils: update to 2.43.1
  2024-08-20  7:47 [Buildroot] [PATCH next] package/binutils: update to 2.43.1 Waldemar Brodkorb
@ 2024-08-23 17:38 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-08-23 17:38 UTC (permalink / raw)
  To: Waldemar Brodkorb; +Cc: buildroot

On Tue, 20 Aug 2024 09:47:29 +0200
Waldemar Brodkorb <wbx@openadk.org> wrote:

> See here the release announcement for changes:
> https://sourceware.org/pipermail/binutils/2024-August/136396.html
> 
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
> ---
>  package/binutils/{2.43 => 2.43.1}/0001-sh-conf.patch          | 0
>  .../{2.43 => 2.43.1}/0002-poison-system-directories.patch     | 0
>  package/binutils/Config.in.host                               | 4 ++--
>  package/binutils/binutils.hash                                | 2 +-
>  4 files changed, 3 insertions(+), 3 deletions(-)
>  rename package/binutils/{2.43 => 2.43.1}/0001-sh-conf.patch (100%)
>  rename package/binutils/{2.43 => 2.43.1}/0002-poison-system-directories.patch (100%)

Applied to next, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-08-23 17:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-20  7:47 [Buildroot] [PATCH next] package/binutils: update to 2.43.1 Waldemar Brodkorb
2024-08-23 17:38 ` Thomas Petazzoni via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.