* [Buildroot] [PATCH 1/1] package/elfutils: bump version to 0.195
@ 2026-05-11 15:57 Bernd Kuhls
2026-05-15 9:09 ` Julien Olivain via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2026-05-11 15:57 UTC (permalink / raw)
To: buildroot
https://sourceware.org/pipermail/elfutils-devel/2026q2/009226.html
Rebased patch 0002 due to upstream commits:
https://sourceware.org/git/?p=elfutils.git;a=commitdiff;h=1fb2723c504588b60c3f796d91b535b50e0f4fd0
https://sourceware.org/git/?p=elfutils.git;a=commitdiff;h=45bf7360166b30465d5aebb7822f93c26f370b1b
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
...eally-make-Werror-conditional-to-BUILD_WERROR.patch | 10 +++++-----
package/elfutils/elfutils.hash | 4 ++--
package/elfutils/elfutils.mk | 2 +-
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/package/elfutils/0002-Really-make-Werror-conditional-to-BUILD_WERROR.patch b/package/elfutils/0002-Really-make-Werror-conditional-to-BUILD_WERROR.patch
index f35c2d48aa..c3d2713840 100644
--- a/package/elfutils/0002-Really-make-Werror-conditional-to-BUILD_WERROR.patch
+++ b/package/elfutils/0002-Really-make-Werror-conditional-to-BUILD_WERROR.patch
@@ -12,12 +12,12 @@ function [-Werror=maybe-uninitialized]
cc1: all warnings being treated as errors
[Vincent: tweak patch for 0.166]
-[Bernd: rebased patch for 0.177 & 0.189]
[Dario: make the patch to be applied with fuzz factor 0]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
-Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
+[Bernd: rebased patch for 0.195]
+Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
---
config/eu.am | 1 -
@@ -27,10 +27,10 @@ diff --git a/config/eu.am b/config/eu.am
index e6c241f9d88a..cad1baa27a5f 100644
--- a/config/eu.am
+++ b/config/eu.am
-@@ -99,7 +99,6 @@ AM_CFLAGS = -std=gnu99 -Wall -Wshadow -Wformat=2 \
- $(LOGICAL_OP_WARNING) $(DUPLICATED_COND_WARNING) \
+@@ -135,7 +135,6 @@ AM_CFLAGS = -std=gnu99 -Wall -Wshadow -Wformat=2 \
$(NULL_DEREFERENCE_WARNING) $(IMPLICIT_FALLTHROUGH_WARNING) \
- $(USE_AFTER_FREE3_WARNING) \
+ $(USE_AFTER_FREE3_WARNING) $(MISSING_PARAMETER_NAME_WARNING) \
+ $(DEPRECATED_NON_PROTOTYPE_WARNING) $(FREE_LABELS_WARNING) \
- $(if $($(*F)_no_Werror),,-Werror) \
$(if $($(*F)_no_Wunused),,-Wunused -Wextra) \
$(if $($(*F)_no_Wstack_usage),,$(STACK_USAGE_WARNING)) \
diff --git a/package/elfutils/elfutils.hash b/package/elfutils/elfutils.hash
index 933420d1dd..f06196f0a1 100644
--- a/package/elfutils/elfutils.hash
+++ b/package/elfutils/elfutils.hash
@@ -1,5 +1,5 @@
-# From https://sourceware.org/elfutils/ftp/0.194/sha512.sum
-sha512 5d00502f61b92643bf61dc61da4ddded36c423466388d992bcd388c5208761b8ed9db1a01492c085cd0984eef30c08f895a8e307e78e0df8df40b56ae35b78a5 elfutils-0.194.tar.bz2
+# From https://sourceware.org/elfutils/ftp/0.195/sha512.sum
+sha512 e1e1fdf4f7f72bf520deb0103bb8fd208dc247bab14af100c6fb56d38c0ef6c6d54ff5bd15b84e4f70e2b2ea481e5999fea2842360f8932a861122df79b5fc8f elfutils-0.195.tar.bz2
# Locally calculated
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING-GPLV2
diff --git a/package/elfutils/elfutils.mk b/package/elfutils/elfutils.mk
index 176dc79f79..65ac15e64a 100644
--- a/package/elfutils/elfutils.mk
+++ b/package/elfutils/elfutils.mk
@@ -4,7 +4,7 @@
#
################################################################################
-ELFUTILS_VERSION = 0.194
+ELFUTILS_VERSION = 0.195
ELFUTILS_SOURCE = elfutils-$(ELFUTILS_VERSION).tar.bz2
ELFUTILS_SITE = https://sourceware.org/elfutils/ftp/$(ELFUTILS_VERSION)
ELFUTILS_INSTALL_STAGING = YES
--
2.47.3
_______________________________________________
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 1/1] package/elfutils: bump version to 0.195
2026-05-11 15:57 [Buildroot] [PATCH 1/1] package/elfutils: bump version to 0.195 Bernd Kuhls
@ 2026-05-15 9:09 ` Julien Olivain via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Julien Olivain via buildroot @ 2026-05-15 9:09 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
On 11/05/2026 17:57, Bernd Kuhls wrote:
> https://sourceware.org/pipermail/elfutils-devel/2026q2/009226.html
>
> Rebased patch 0002 due to upstream commits:
> https://sourceware.org/git/?p=elfutils.git;a=commitdiff;h=1fb2723c504588b60c3f796d91b535b50e0f4fd0
> https://sourceware.org/git/?p=elfutils.git;a=commitdiff;h=45bf7360166b30465d5aebb7822f93c26f370b1b
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to next, thanks.
_______________________________________________
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:[~2026-05-15 9:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-11 15:57 [Buildroot] [PATCH 1/1] package/elfutils: bump version to 0.195 Bernd Kuhls
2026-05-15 9:09 ` Julien Olivain 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.