package/valgrind: update to 3.23.0

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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Waldemar Brodkorb
2024-08-03 15:13:41 +02:00
committed by Thomas Petazzoni
parent bb280a47ad
commit 6395fc6e65
3 changed files with 4 additions and 3 deletions

View File

@@ -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"

View File

@@ -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

View File

@@ -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