aboutsummaryrefslogtreecommitdiffstats
path: root/package/devel/valgrind/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2021-10-31 17:39:23 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2021-11-03 23:52:08 +0100
commite1db26085bf3af601314a9447689028a66631629 (patch)
tree9cdbfd95f92273d4bae058288f1a00caab71969f /package/devel/valgrind/Makefile
parent90a2398a1176c392213e8acfac7ea9f223cfb427 (diff)
downloadupstream-e1db26085bf3af601314a9447689028a66631629.tar.gz
upstream-e1db26085bf3af601314a9447689028a66631629.tar.bz2
upstream-e1db26085bf3af601314a9447689028a66631629.zip
valgrind: Update to version 3.18.1
This version has some improvements for musl. This version works fine for me on MIPS 32 BE without MIPS16 even on musl. The additional patch is needed to make valgrind use the correct syscall numbers for new syscalls like clock_gettime64. The MIPS architecture uses special syscall ranges which are different from most other systems. The patch is pending upstream: https://bugs.kde.org/show_bug.cgi?id=444781 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/devel/valgrind/Makefile')
-rw-r--r--package/devel/valgrind/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/devel/valgrind/Makefile b/package/devel/valgrind/Makefile
index 829f37569e..4f0e0fd493 100644
--- a/package/devel/valgrind/Makefile
+++ b/package/devel/valgrind/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=valgrind
-PKG_VERSION:=3.16.1
+PKG_VERSION:=3.18.1
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://sourceware.org/pub/valgrind/
-PKG_HASH:=c91f3a2f7b02db0f3bc99479861656154d241d2fdb265614ba918cc6720a33ca
+PKG_HASH:=00859aa13a772eddf7822225f4b46ee0d39afbe071d32778da4d99984081f7f5
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
PKG_LICENSE:=GPL-2.0+