|
@@ -29,8 +29,8 @@
|
|
|
Summary: Tool for finding memory management bugs in programs
|
|
|
Summary(ja): プログラムのメモリ管理バグを発見するためのツール
|
|
|
Name: valgrind
|
|
|
-Version: 3.17.0
|
|
|
-Release: 2%{?_dist_release}
|
|
|
+Version: 3.19.0
|
|
|
+Release: 1%{?_dist_release}
|
|
|
Group: programming
|
|
|
Vendor: Project Vine
|
|
|
Distribution: Vine Linux
|
|
@@ -42,17 +42,20 @@ Source0: https://sourceware.org/pub/valgrind/%{name}-%{version}.tar.bz2
|
|
|
# Needs investigation and pushing upstream
|
|
|
Patch1: valgrind-3.9.0-cachegrind-improvements.patch
|
|
|
|
|
|
-# KDE#211352 - helgrind races in helgrind's own mythread_wrapper
|
|
|
-Patch2: valgrind-3.9.0-helgrind-race-supp.patch
|
|
|
-
|
|
|
# Make ld.so supressions slightly less specific.
|
|
|
-Patch3: valgrind-3.9.0-ldso-supp.patch
|
|
|
+Patch2: valgrind-3.9.0-ldso-supp.patch
|
|
|
|
|
|
# Add some stack-protector
|
|
|
-Patch4: valgrind-3.16.0-some-stack-protector.patch
|
|
|
+Patch3: valgrind-3.16.0-some-stack-protector.patch
|
|
|
|
|
|
# Add some -Wl,z,now.
|
|
|
-Patch5: valgrind-3.16.0-some-Wl-z-now.patch
|
|
|
+Patch4: valgrind-3.16.0-some-Wl-z-now.patch
|
|
|
+
|
|
|
+# KDE#434764 # iconv_open causes ld.so v2.28+ to execute optimised strncmp
|
|
|
+Patch5: valgrind-3.19.0-ld-so-strncmp.patch
|
|
|
+
|
|
|
+# KDE#454040 s390x: False-positive memcheck:cond in memmem on arch13 systems
|
|
|
+Patch6: valgrind-3.19.0-s390x-memmem.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
%if %{build_multilib}
|
|
@@ -365,6 +368,10 @@ echo ===============END TESTING===============
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Sat Sep 10 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.19.0-1
|
|
|
+- new upstream release.
|
|
|
+- re-imported all patches from rawhide.
|
|
|
+
|
|
|
* Thu Aug 05 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.17.0-2
|
|
|
- rebuilt with current environment.
|
|
|
|