From fcc67abfa772f12214a86f7a806464046fb4610b Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 17 Feb 2010 03:14:27 +0000 Subject: [PATCH 1/3] Initialize branch F-13 for strace --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..baa94ef --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-13 From b1b73f9b97d271e9b66cda7e6595695b8fefc3b2 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 4 May 2010 12:23:15 +0000 Subject: [PATCH 2/3] Update to 4.5.20 --- sources | 2 +- strace.spec | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) 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); From 13d4eb7d780df1d2e6c43c59ffed96ab5bc805f0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 13:15:12 +0000 Subject: [PATCH 3/3] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 30 ------------------------------ branch | 1 - 3 files changed, 31 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 46c4d31..0000000 --- a/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Makefile for source rpm: strace -# $Id: Makefile,v 1.3 2007/10/15 19:24:32 notting Exp $ -NAME := strace -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attempt a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) - -ifdef FILES -import: $(FILES) - md5sum $^ > sources - (read m f; \ - tar xOjf $$f '*/$(SPECFILE)' > $(SPECFILE); \ - echo $$f > .cvsignore; \ - $(upload-file)) < sources -endif diff --git a/branch b/branch deleted file mode 100644 index baa94ef..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-13