Update to 4.5.19

This commit is contained in:
roland 2009-10-21 17:51:13 +00:00
parent db74a13906
commit 0feb6067f3
3 changed files with 21 additions and 9 deletions

View File

@ -1 +1 @@
strace-4.5.18.tar.bz2
strace-4.5.19.tar.bz2

View File

@ -1 +1 @@
e9449fcee97e6a8ed73934c883c870e0 strace-4.5.18.tar.bz2
2415e435d61e40315a298c80aced0cda strace-4.5.19.tar.bz2

View File

@ -1,7 +1,7 @@
Summary: Tracks and displays system calls associated with a running process
Name: strace
Version: 4.5.18
Release: 2%{?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,10 +81,15 @@ rm -rf %{buildroot}
%{_bindir}/strace64
%endif
%changelog
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5.18-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Wed Oct 21 2009 Roland McGrath <roland@redhat.com> - 4.5.19-1
- New upstream release, work mostly by Dmitry V. Levin <ldv@altlinux.org>
+ 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 <roland@redhat.com> - 4.5.18-1
- build fix for newer kernel headers (#457291)