* [Buildroot] [PATCH 1/1] package/valgrind: bump to version 3.25.0
@ 2025-05-18 4:11 Kadambini Nema
2025-05-18 21:06 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Kadambini Nema @ 2025-05-18 4:11 UTC (permalink / raw)
To: buildroot; +Cc: Kadambini Nema
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>
---
package/valgrind/0001-workaround-SIGSEGV-on-PPC.patch | 2 +-
...Define-PTRACE_GETSIGINFO-on-PowerPC-when-not-availab.patch | 2 +-
package/valgrind/valgrind.hash | 4 ++--
package/valgrind/valgrind.mk | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/valgrind/0001-workaround-SIGSEGV-on-PPC.patch b/package/valgrind/0001-workaround-SIGSEGV-on-PPC.patch
index 8a6003cbae..7bc0dd02c6 100644
--- a/package/valgrind/0001-workaround-SIGSEGV-on-PPC.patch
+++ b/package/valgrind/0001-workaround-SIGSEGV-on-PPC.patch
@@ -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.
*/
diff --git a/package/valgrind/0002-Define-PTRACE_GETSIGINFO-on-PowerPC-when-not-availab.patch b/package/valgrind/0002-Define-PTRACE_GETSIGINFO-on-PowerPC-when-not-availab.patch
index 44adfc4190..5e168ad506 100644
--- a/package/valgrind/0002-Define-PTRACE_GETSIGINFO-on-PowerPC-when-not-availab.patch
+++ b/package/valgrind/0002-Define-PTRACE_GETSIGINFO-on-PowerPC-when-not-availab.patch
@@ -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
diff --git a/package/valgrind/valgrind.hash b/package/valgrind/valgrind.hash
index 203a0770e1..af45bce9a5 100644
--- a/package/valgrind/valgrind.hash
+++ b/package/valgrind/valgrind.hash
@@ -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
diff --git a/package/valgrind/valgrind.mk b/package/valgrind/valgrind.mk
index f0638f464b..791ba2b504 100644
--- a/package/valgrind/valgrind.mk
+++ b/package/valgrind/valgrind.mk
@@ -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
--
2.25.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/valgrind: bump to version 3.25.0
2025-05-18 4:11 [Buildroot] [PATCH 1/1] package/valgrind: bump to version 3.25.0 Kadambini Nema
@ 2025-05-18 21:06 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2025-05-18 21:06 UTC (permalink / raw)
To: Kadambini Nema; +Cc: buildroot
On Sat, 17 May 2025 21:11:15 -0700
Kadambini Nema <kadambini.nema@gmail.com> wrote:
> 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>
> ---
> package/valgrind/0001-workaround-SIGSEGV-on-PPC.patch | 2 +-
> ...Define-PTRACE_GETSIGINFO-on-PowerPC-when-not-availab.patch | 2 +-
> package/valgrind/valgrind.hash | 4 ++--
> package/valgrind/valgrind.mk | 2 +-
> 4 files changed, 5 insertions(+), 5 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-05-18 21:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-18 4:11 [Buildroot] [PATCH 1/1] package/valgrind: bump to version 3.25.0 Kadambini Nema
2025-05-18 21:06 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox