From 320857a220272eee1252a3322baf8c19a1729bee Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Thu, 22 May 2025 11:11:14 +0200 Subject: [PATCH] Valgrind 3.25.1 final Resolves: #RHEL-90742 valgrind 3.25.0 regression close_range syscall --- .gitignore | 1 + sources | 2 +- valgrind.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c348a10..b3991e0 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ /valgrind-3.23.0.tar.bz2 /valgrind-3.24.0.tar.bz2 /valgrind-3.25.0.tar.bz2 +/valgrind-3.25.1.tar.bz2 diff --git a/sources b/sources index 7102d08..074653a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (valgrind-3.25.0.tar.bz2) = 1fc649ae346d5106b69fe2cf8b494fa441d63f576b16e62d90e547f760851e427a173b6d03c4076a8ae13df66717f66631f4dc6769ede15f5521bd95099a649d +SHA512 (valgrind-3.25.1.tar.bz2) = 6a474d58730274c57d6ca012ffd3226d393d6507cd57bf46c3b26c87a0cba84e3c8cfc84c8c76e50041861e98baba7b9613490faef4212d082845581d08af351 diff --git a/valgrind.spec b/valgrind.spec index a303425..0bbbbaa 100644 --- a/valgrind.spec +++ b/valgrind.spec @@ -2,7 +2,7 @@ Summary: Dynamic analysis tools to detect memory or thread bugs and profile Name: %{?scl_prefix}valgrind -Version: 3.25.0 +Version: 3.25.1 Release: 1%{?dist} Epoch: 1 License: GPLv2+ @@ -487,6 +487,9 @@ echo ===============END TESTING=============== %endif %changelog +* Thu May 22 2025 Mark Wielaard - 3.25.1-1 +- Valgrind 3.25.1 final + * Fri Apr 25 2025 Mark Wielaard - 3.25.0-1 - Valgrind 3.25.0 final