SPECS: zlib.spec - add patch from gentoo to fix CAN-2005-2096 - re...
glen
glen at pld-linux.org
Wed Jul 6 20:21:01 CEST 2005
Author: glen Date: Wed Jul 6 18:21:01 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- add patch from gentoo to fix CAN-2005-2096
- rel 2; STBR
---- Files affected:
SPECS:
zlib.spec (1.92 -> 1.93)
---- Diffs:
================================================================
Index: SPECS/zlib.spec
diff -u SPECS/zlib.spec:1.92 SPECS/zlib.spec:1.93
--- SPECS/zlib.spec:1.92 Wed Jul 6 18:28:56 2005
+++ SPECS/zlib.spec Wed Jul 6 20:20:56 2005
@@ -1,7 +1,4 @@
# $Revision$, $Date$
-# TODO
-# - security http://security.gentoo.org/glsa/glsa-200507-05.xml
-#
# Conditional build:
%bcond_without asmopt # without assembler optimization for i586+
%bcond_with pax
@@ -29,6 +26,7 @@
Source0: http://www.zlib.net/%{name}-%{version}.tar.gz
# Source0-md5: 68bd51aaa6558c3bc3fd4890e53413de
Patch0: %{name}-asmopt.patch
+Patch1: %{name}-inftrees.patch
URL: http://www.zlib.net/
Obsoletes: zlib1
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -252,6 +250,8 @@
%if %{with asmopt}
%patch0 -p1
+%patch1 -p0
+
%ifarch i686 pentium3 athlon
cp contrib/asm686/match.S .
%endif
@@ -314,6 +314,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.93 2005/07/06 18:20:56 glen
+- add patch from gentoo to fix CAN-2005-2096
+- rel 2; STBR
+
Revision 1.92 2005/07/06 16:28:56 glen
- TODO security
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/zlib.spec?r1=1.92&r2=1.93&f=u
More information about the pld-cvs-commit
mailing list