From e44bcc20d9125557d4b683a44299fd44afbf5332 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Wed, 20 May 2026 19:02:20 +0200 Subject: [PATCH] 3.27.1-1 - Valgrind 3.27.1 final Resolves: #RHEL-178225 [rhel-9] valgrind 3.27.0 regression fixes (3.27.1 release) --- .gitignore | 1 + sources | 2 +- valgrind.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index dae905d..d215c83 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,4 @@ /valgrind-3.25.1.tar.bz2 /valgrind-3.26.0.tar.bz2 /valgrind-3.27.0.tar.bz2 +/valgrind-3.27.1.tar.bz2 diff --git a/sources b/sources index dc7e11f..f885857 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (valgrind-3.27.0.tar.bz2) = a171d95426835604a426e77b3745a05ab1557972fceb513e2caa76e71192c9763fe4c2190249a2312ae3a94511ee2aefa9a926858c11a724b8d95f497b083cf3 +SHA512 (valgrind-3.27.1.tar.bz2) = 4522e345fe31bc10478f21ab261cf7b3e509d80fe98fd0c7c9778ac9a9f90e1d8fa6e54a37c2e23114c01c95131035103fc1e78661710d7f45f5d564a31c1015 diff --git a/valgrind.spec b/valgrind.spec index 77c75bc..e354430 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.27.0 +Version: 3.27.1 Release: 1%{?dist} Epoch: 1 License: GPLv3+ @@ -488,6 +488,9 @@ echo ===============END TESTING=============== %endif %changelog +* Wed May 20 2026 Mark Wielaard - 3.27.1-1 +- Valgrind 3.27.1 final + * Tue Apr 21 2026 Mark Wielaard - 3.27.0-1 - Valgrind 3.27.0 final