Valgrind 3.25.1 final
Resolves: #RHEL-90742 valgrind 3.25.0 regression close_range syscall
This commit is contained in:
parent
3ac35c4fd6
commit
320857a220
1
.gitignore
vendored
1
.gitignore
vendored
@ -48,3 +48,4 @@
|
|||||||
/valgrind-3.23.0.tar.bz2
|
/valgrind-3.23.0.tar.bz2
|
||||||
/valgrind-3.24.0.tar.bz2
|
/valgrind-3.24.0.tar.bz2
|
||||||
/valgrind-3.25.0.tar.bz2
|
/valgrind-3.25.0.tar.bz2
|
||||||
|
/valgrind-3.25.1.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (valgrind-3.25.0.tar.bz2) = 1fc649ae346d5106b69fe2cf8b494fa441d63f576b16e62d90e547f760851e427a173b6d03c4076a8ae13df66717f66631f4dc6769ede15f5521bd95099a649d
|
SHA512 (valgrind-3.25.1.tar.bz2) = 6a474d58730274c57d6ca012ffd3226d393d6507cd57bf46c3b26c87a0cba84e3c8cfc84c8c76e50041861e98baba7b9613490faef4212d082845581d08af351
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Dynamic analysis tools to detect memory or thread bugs and profile
|
Summary: Dynamic analysis tools to detect memory or thread bugs and profile
|
||||||
Name: %{?scl_prefix}valgrind
|
Name: %{?scl_prefix}valgrind
|
||||||
Version: 3.25.0
|
Version: 3.25.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -487,6 +487,9 @@ echo ===============END TESTING===============
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 22 2025 Mark Wielaard <mjw@redhat.com> - 3.25.1-1
|
||||||
|
- Valgrind 3.25.1 final
|
||||||
|
|
||||||
* Fri Apr 25 2025 Mark Wielaard <mjw@redhat.com> - 3.25.0-1
|
* Fri Apr 25 2025 Mark Wielaard <mjw@redhat.com> - 3.25.0-1
|
||||||
- Valgrind 3.25.0 final
|
- Valgrind 3.25.0 final
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user