From 11c665a853a25d02d2e63630743262e7bb8fe450 Mon Sep 17 00:00:00 2001 From: roland Date: Wed, 14 Apr 2010 21:07:24 +0000 Subject: [PATCH] Update to 4.5.20 --- .cvsignore | 2 +- sources | 2 +- strace.spec | 9 +++++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index b3d7367..afd46df 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -strace-4.5.19.tar.bz2 +strace-4.5.20.tar.bz2 diff --git a/sources b/sources index 17c10d4..e71eeb8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2415e435d61e40315a298c80aced0cda strace-4.5.19.tar.bz2 +64dfe10d9db0c1e34030891695ffca4b strace-4.5.20.tar.bz2 diff --git a/strace.spec b/strace.spec index 3bc9365..98a3521 100644 --- a/strace.spec +++ b/strace.spec @@ -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 - 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 - 4.5.19-1 - New upstream release, work mostly by Dmitry V. Levin + exit/kill strace with traced process exitcode/signal (#105371);