Update to 4.5.20

This commit is contained in:
Andreas Schwab 2010-05-04 12:23:15 +00:00
parent fcc67abfa7
commit b1b73f9b97
2 changed files with 8 additions and 3 deletions

View File

@ -1 +1 @@
2415e435d61e40315a298c80aced0cda strace-4.5.19.tar.bz2
64dfe10d9db0c1e34030891695ffca4b strace-4.5.20.tar.bz2

View File

@ -1,11 +1,11 @@
Summary: Tracks and displays system calls associated with a running process
Name: strace
Version: 4.5.19
Version: 4.5.20
Release: 1%{?dist}
License: BSD
Group: Development/Debuggers
URL: http://sourceforge.net/projects/strace/
Source0: http://dl.sourceforge.net/strace/%{name}-%{version}.tar.bz2
Source0: http://downloads.sourceforge.net/strace/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libaio-devel, libacl-devel
@ -82,6 +82,11 @@ rm -rf %{buildroot}
%endif
%changelog
* Tue Apr 13 2010 Roland McGrath <roland@redhat.com> - 4.5.20-1
- New upstream release, work mostly by Andreas Schwab and Dmitry V. Levin.
+ fixed potential stack buffer overflow in select decoder (#556678);
+ fixed FTBFS (#539044).
* 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);