Skip to content

Commit cc410a1

Browse files
committed
valgrind: Update to version 3.26.0
The following patches were removed: * 010-486180-Valgrind-MIPS-VexGuestArchState-has-no-member.patch [1] * 020-mips-skip-using-shared-syscall-numbers-for-mips32.patch [2] * 021-mips-skip-using-shared-syscall-numbers-for-mips64.patch [3] The License changed from GPLv2 to GPLv3. [4] RISCV64/Linux is supporterd since version 3.25.0. [1]: https://sourceware.org/git/?p=valgrind.git;a=commitdiff;h=7214886886bce9029f325214156c02dcfff760d5 [2]: https://sourceware.org/git/?p=valgrind.git;a=commitdiff;h=54d6ad3348fb50f5b972fe9c05d0d8757bfe73ba [3]: https://sourceware.org/git/?p=valgrind.git;a=commitdiff;h=efaa17e53a750d5f0f4c138b507b1b104729ed67 [4]: https://sourceware.org/git/?p=valgrind.git;a=commitdiff;h=3392155359822c0d4e8bb371862e92425054d02a Link: openwrt/openwrt#20537 Signed-off-by: Hauke Mehrtens <[email protected]>
1 parent 8026644 commit cc410a1

6 files changed

+8
-380
lines changed

package/devel/valgrind/Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=valgrind
11-
PKG_VERSION:=3.23.0
11+
PKG_VERSION:=3.26.0
1212
PKG_RELEASE:=1
1313

1414
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
1515
PKG_SOURCE_URL:=https://sourceware.org/pub/valgrind/
16-
PKG_HASH:=c5c34a3380457b9b75606df890102e7df2c702b9420c2ebef9540f8b5d56264d
16+
PKG_HASH:=8d54c717029106f1644aadaf802ab9692e53d93dd015cbd19e74190eba616bd7
1717

1818
PKG_MAINTAINER:=Felix Fietkau <[email protected]>
19-
PKG_LICENSE:=GPL-2.0+
19+
PKG_LICENSE:=GPL-3.0
2020
PKG_CPE_ID:=cpe:/a:valgrind:valgrind
2121

2222
PKG_FIXUP = autoreconf
@@ -33,7 +33,7 @@ include $(INCLUDE_DIR)/kernel.mk
3333
define Package/valgrind
3434
SECTION:=devel
3535
CATEGORY:=Development
36-
DEPENDS:=@mips||mipsel||mips64||mips64el||i386||x86_64||powerpc||arm_v7||aarch64 +libpthread +librt
36+
DEPENDS:=@mips||mipsel||mips64||mips64el||i386||x86_64||powerpc||arm_v7||aarch64||riscv64 +libpthread +librt
3737
TITLE:=debugging and profiling tools for Linux
3838
URL:=http://www.valgrind.org
3939
endef
@@ -82,7 +82,7 @@ define Package/valgrind/description
8282
to speed up and reduce memory use of your programs.
8383
endef
8484

85-
CPU := $(patsubst x86_64,amd64,$(patsubst x86,i386,$(patsubst um,$(ARCH),$(LINUX_KARCH))))
85+
CPU := $(patsubst riscv,riscv64,$(patsubst x86_64,amd64,$(patsubst x86,i386,$(patsubst um,$(ARCH),$(LINUX_KARCH)))))
8686

8787
CONFIGURE_VARS += \
8888
UNAME_R=$(LINUX_VERSION)

package/devel/valgrind/patches/010-486180-Valgrind-MIPS-VexGuestArchState-has-no-member.patch

Lines changed: 0 additions & 61 deletions
This file was deleted.

package/devel/valgrind/patches/020-mips-skip-using-shared-syscall-numbers-for-mips32.patch

Lines changed: 0 additions & 159 deletions
This file was deleted.

0 commit comments

Comments
 (0)