SPECS: gzip.spec - added raise-unblock patch (fixes abort() on SIG...
qboosh
qboosh at pld-linux.org
Thu Nov 30 18:56:08 CET 2006
Author: qboosh Date: Thu Nov 30 17:56:08 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added raise-unblock patch (fixes abort() on SIGPIPE with -q)
---- Files affected:
SPECS:
gzip.spec (1.89 -> 1.90)
---- Diffs:
================================================================
Index: SPECS/gzip.spec
diff -u SPECS/gzip.spec:1.89 SPECS/gzip.spec:1.90
--- SPECS/gzip.spec:1.89 Thu Nov 30 08:13:18 2006
+++ SPECS/gzip.spec Thu Nov 30 18:56:03 2006
@@ -1,5 +1,4 @@
# $Revision$, $Date$
-# FIXME: gzip -dcq abort()s on SIGPIPE (notorious when using zless)
Summary: GNU gzip file compression
Summary(de): Dateikomprimierung GNU-gzip
Summary(es): Compresor de archivos gzip GNU
@@ -11,7 +10,7 @@
Summary(uk): đŇĎÇŇÁÍÁ ËĎÍĐŇĹÓŚ§ ÄÁÎÉČ GNU gzip
Name: gzip
Version: 1.3.6
-Release: 0.1
+Release: 0.2
License: GPL
Group: Applications/Archiving
# 1.2.x versions only
@@ -29,6 +28,7 @@
Patch5: %{name}-segfault.patch
Patch6: %{name}-rsyncable.patch
Patch7: %{name}-CVE-2006-433x.patch
+Patch8: %{name}-raise-unblock.patch
URL: http://www.gnu.org/software/gzip/
BuildRequires: autoconf >= 2.60
BuildRequires: automake >= 1:1.7
@@ -73,7 +73,7 @@
ďÂŇĎÂĚĹÎŚ ÎĹŔ ĆÁĘĚÉ ÍÁŔÔŘ ŇĎÚŰÉŇĹÎÎŃ .gz.
%prep
-%setup -q
+%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
@@ -84,6 +84,7 @@
%patch5 -p1
%patch6 -p1
%patch7 -p1
+%patch8 -p1
%build
%{__aclocal} -I m4
@@ -145,6 +146,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.90 2006/11/30 17:56:03 qboosh
+- added raise-unblock patch (fixes abort() on SIGPIPE with -q)
+
Revision 1.89 2006/11/30 07:13:18 qboosh
- -q not -f
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gzip.spec?r1=1.89&r2=1.90&f=u
More information about the pld-cvs-commit
mailing list