From b8d8206dd3fcb02056a013fff98cffed78c30d7b Mon Sep 17 00:00:00 2001 From: roland Date: Oct 21 2009 17:51:13 +0000 Subject: Update to 4.5.19 --- diff --git a/.cvsignore b/.cvsignore index ac1a10e..b3d7367 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -strace-4.5.18.tar.bz2 +strace-4.5.19.tar.bz2 diff --git a/sources b/sources index e2ac1a9..17c10d4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e9449fcee97e6a8ed73934c883c870e0 strace-4.5.18.tar.bz2 +2415e435d61e40315a298c80aced0cda strace-4.5.19.tar.bz2 diff --git a/strace.spec b/strace.spec index 2322f27..3bc9365 100644 --- a/strace.spec +++ b/strace.spec @@ -1,7 +1,7 @@ Summary: Tracks and displays system calls associated with a running process Name: strace -Version: 4.5.18 -Release: 3%{?dist} +Version: 4.5.19 +Release: 1%{?dist} License: BSD Group: Development/Debuggers URL: http://sourceforge.net/projects/strace/ @@ -55,8 +55,15 @@ make DESTDIR=%{buildroot} install # remove unpackaged files from the buildroot rm -f %{buildroot}%{_bindir}/strace-graph +%define copy64 ln +%if 0%{?rhel} +%if 0%{?rhel} < 6 +%endif +%define copy64 cp -p +%endif + %ifarch %{strace64_arches} -ln %{buildroot}%{_bindir}/strace %{buildroot}%{_bindir}/strace64 +%{copy64} %{buildroot}%{_bindir}/strace %{buildroot}%{_bindir}/strace64 %endif %clean @@ -64,7 +71,7 @@ rm -rf %{buildroot} %files %defattr(-,root,root) -%doc CREDITS ChangeLog COPYRIGHT NEWS PORTING README +%doc CREDITS ChangeLog ChangeLog-CVS COPYRIGHT NEWS PORTING README %{_bindir}/strace %{_mandir}/man1/* @@ -74,13 +81,15 @@ rm -rf %{buildroot} %{_bindir}/strace64 %endif - %changelog -* Sun Jul 26 2009 Fedora Release Engineering - 4.5.18-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Wed Feb 25 2009 Fedora Release Engineering - 4.5.18-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild +* Wed Oct 21 2009 Roland McGrath - 4.5.19-1 +- New upstream release, work mostly by Dmitry V. Levin + + exit/kill strace with traced process exitcode/signal (#105371); + + fixed build on ARM EABI (#507576); + + fixed display of 32-bit argv array on 64-bit architectures (#519480); + + fixed display of 32-bit fcntl(F_SETLK) on 64-bit architectures (#471169); + + fixed several bugs in strings decoder, including potential heap + memory corruption (#470529, #478324, #511035). * Thu Aug 28 2008 Roland McGrath - 4.5.18-1 - build fix for newer kernel headers (#457291)