package/valgrind: bump to version 3.25.0
Release notes: https://valgrind.org/docs/manual/dist.news.html Rebased patches for the new version. Signed-off-by: Kadambini Nema <kadambini.nema@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
c09ee07b2c
commit
06bb701217
@@ -16,7 +16,7 @@ diff --git a/coregrind/m_machine.c b/coregrind/m_machine.c
|
||||
index 6110c93..298a00e 100644
|
||||
--- a/coregrind/m_machine.c
|
||||
+++ b/coregrind/m_machine.c
|
||||
@@ -27,6 +27,10 @@
|
||||
@@ -25,6 +25,10 @@
|
||||
The GNU General Public License is contained in the file COPYING.
|
||||
*/
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ diff --git a/coregrind/vgdb-invoker-ptrace.c b/coregrind/vgdb-invoker-ptrace.c
|
||||
index d65f59a..bdefac2 100644
|
||||
--- a/coregrind/vgdb-invoker-ptrace.c
|
||||
+++ b/coregrind/vgdb-invoker-ptrace.c
|
||||
@@ -72,6 +72,12 @@
|
||||
@@ -81,6 +81,12 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# From https://valgrind.org/downloads/current.html
|
||||
sha1 6fc0470fedc0d85dae3e042297cabd13c6100749 valgrind-3.24.0.tar.bz2
|
||||
sha1 5939b8360d272e89bc7b2fcf5213e57a2080afaf valgrind-3.25.0.tar.bz2
|
||||
# locally computed
|
||||
sha256 71aee202bdef1ae73898ccf7e9c315134fa7db6c246063afc503aef702ec03bd valgrind-3.24.0.tar.bz2
|
||||
sha256 295f60291d6b64c0d90c1ce645634bdc5361d39b0c50ecf9de6385ee77586ecc valgrind-3.25.0.tar.bz2
|
||||
|
||||
# License files
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
VALGRIND_VERSION = 3.24.0
|
||||
VALGRIND_VERSION = 3.25.0
|
||||
VALGRIND_SITE = https://sourceware.org/pub/valgrind
|
||||
VALGRIND_SOURCE = valgrind-$(VALGRIND_VERSION).tar.bz2
|
||||
VALGRIND_LICENSE = GPL-2.0, GFDL-1.2
|
||||
|
||||
Reference in New Issue
Block a user