New upstream version 4.5.17
This commit is contained in:
parent
930fb971c5
commit
819d7824a5
@ -1 +1 @@
|
|||||||
strace-4.5.16.tar.bz2
|
strace-4.5.17.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
77f66d09aa82981bb6d65fa19a2c1ba9 strace-4.5.16.tar.bz2
|
60f50358eeb19cadabef53b548df2732 strace-4.5.17.tar.bz2
|
||||||
|
23
strace.spec
23
strace.spec
@ -1,14 +1,16 @@
|
|||||||
Summary: Tracks and displays system calls associated with a running process
|
Summary: Tracks and displays system calls associated with a running process
|
||||||
Name: strace
|
Name: strace
|
||||||
Version: 4.5.16
|
Version: 4.5.17
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Development/Debuggers
|
Group: Development/Debuggers
|
||||||
URL: http://sourceforge.net/projects/strace/
|
URL: http://sourceforge.net/projects/strace/
|
||||||
Source0: http://dl.sourceforge.net/strace/%{name}-%{version}.tar.bz2
|
Source0: http://dl.sourceforge.net/strace/%{name}-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
%define strace64_arches ppc64
|
BuildRequires: libaio-devel, libacl-devel
|
||||||
|
|
||||||
|
%define strace64_arches ppc64 sparc64
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The strace program intercepts and records the system calls called and
|
The strace program intercepts and records the system calls called and
|
||||||
@ -74,8 +76,19 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Aug 28 2007 Roland McGrath <roland@redhat.com> - 4.5.16-2
|
* Mon Jul 21 2008 Roland McGrath <roland@redhat.com> - 4.5.17-1
|
||||||
- rebuilt
|
- handle O_CLOEXEC, MSG_CMSG_CLOEXEC (#365781)
|
||||||
|
- fix biarch stat64 decoding (#222275)
|
||||||
|
- fix spurious "..." in printing of environment strings (#358241)
|
||||||
|
- improve prctl decoding (#364401)
|
||||||
|
- fix hang wait on exited child with exited child (#354261)
|
||||||
|
- fix biarch fork/vfork (-f) tracing (#447475)
|
||||||
|
- fix biarch printing of negative argument kill (#430585)
|
||||||
|
- fix biarch decoding of error return values (#447587)
|
||||||
|
- fix -f tracing of CLONE_VFORK (#455078)
|
||||||
|
- fix ia64 register clobberation in -f tracing (#453438)
|
||||||
|
- print SO_NODEFER, SA_RESETHAND instead of SA_NOMASK, SA_ONESHOT (#455821)
|
||||||
|
- fix futex argument decoding (#448628, #448629)
|
||||||
|
|
||||||
* Fri Aug 3 2007 Roland McGrath <roland@redhat.com> - 4.5.16-1
|
* Fri Aug 3 2007 Roland McGrath <roland@redhat.com> - 4.5.16-1
|
||||||
- fix multithread issues (#240962, #240961, #247907)
|
- fix multithread issues (#240962, #240961, #247907)
|
||||||
|
Loading…
Reference in New Issue
Block a user