* [Buildroot] [PATCH] package/valgrind: update to 3.23.0
@ 2024-08-03 13:13 Waldemar Brodkorb
2024-08-03 21:09 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Waldemar Brodkorb @ 2024-08-03 13:13 UTC (permalink / raw)
To: buildroot
See here for Changes:
https://valgrind.org/docs/manual/dist.news.html
Enable for S/390X as it is supported. (Only compile time
tested).
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
package/valgrind/Config.in | 1 +
package/valgrind/valgrind.hash | 4 ++--
package/valgrind/valgrind.mk | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/package/valgrind/Config.in b/package/valgrind/Config.in
index 700849130f..56fda07d09 100644
--- a/package/valgrind/Config.in
+++ b/package/valgrind/Config.in
@@ -5,6 +5,7 @@ config BR2_PACKAGE_VALGRIND_ARCH_SUPPORTS
default y if BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
default y if BR2_i386 || BR2_x86_64
default y if BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
+ default y if BR2_s390x
depends on !BR2_MIPS_SOFT_FLOAT
comment "valgrind needs a toolchain w/ dynamic library, threads"
diff --git a/package/valgrind/valgrind.hash b/package/valgrind/valgrind.hash
index d236c7b4a0..9cb66b583a 100644
--- a/package/valgrind/valgrind.hash
+++ b/package/valgrind/valgrind.hash
@@ -1,7 +1,7 @@
# From https://valgrind.org/downloads/current.html
-sha1 60894cbf59d480c1794674da24a8406518a8df59 valgrind-3.22.0.tar.bz2
+sha1 ec410c75d3920d4f9249a5cfa2cac31e1bf6d586 valgrind-3.23.0.tar.bz2
# locally computed
-sha256 c811db5add2c5f729944caf47c4e7a65dcaabb9461e472b578765dd7bf6d2d4c valgrind-3.22.0.tar.bz2
+sha256 c5c34a3380457b9b75606df890102e7df2c702b9420c2ebef9540f8b5d56264d valgrind-3.23.0.tar.bz2
# License files
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
diff --git a/package/valgrind/valgrind.mk b/package/valgrind/valgrind.mk
index 97a955bd3b..a5cb4b1c03 100644
--- a/package/valgrind/valgrind.mk
+++ b/package/valgrind/valgrind.mk
@@ -4,7 +4,7 @@
#
################################################################################
-VALGRIND_VERSION = 3.22.0
+VALGRIND_VERSION = 3.23.0
VALGRIND_SITE = https://sourceware.org/pub/valgrind
VALGRIND_SOURCE = valgrind-$(VALGRIND_VERSION).tar.bz2
VALGRIND_LICENSE = GPL-2.0, GFDL-1.2
--
2.30.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-03 21:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-03 13:13 [Buildroot] [PATCH] package/valgrind: update to 3.23.0 Waldemar Brodkorb
2024-08-03 21:09 ` 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.