SPECS (LINUX_2_6_16): kernel.spec - [x86-64 only] enable stack-pro...

pluto pluto at pld-linux.org
Sun Aug 27 12:03:17 CEST 2006


Author: pluto                        Date: Sun Aug 27 10:03:16 2006 GMT
Module: SPECS                         Tag: LINUX_2_6_16
---- Log message:
- [x86-64 only] enable stack-protector buffer overflow detection.

---- Files affected:
SPECS:
   kernel.spec (1.441.2.1558.2.25 -> 1.441.2.1558.2.26) 

---- Diffs:

================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1558.2.25 SPECS/kernel.spec:1.441.2.1558.2.26
--- SPECS/kernel.spec:1.441.2.1558.2.25	Sun Aug 27 09:12:55 2006
+++ SPECS/kernel.spec	Sun Aug 27 12:03:11 2006
@@ -277,9 +277,12 @@
 # from http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/xen-3.0.2-src.tgz
 Patch120:	xen-3.0-2.6.16.patch
 Patch121:	linux-xen-page_alloc.patch
+
 # from  http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/iw266_we20-6.diff
 Patch140:	linux-2.6.16-we20-6.patch
+
 Patch200:	linux-2.6-ppc-ICE-hacks.patch
+Patch201:	linux-2.6-x86_64-stack-protector.patch
 
 Patch1000:	linux-2.6-grsec-minimal.patch
 
@@ -812,6 +815,13 @@
 
 %patch140 -p1
 
+%ifarch ppc ppc64
+%patch200 -p1
+%endif
+%ifarch %{x8664}
+%patch201 -p1
+%endif
+
 %if %{with grsec_minimal}
 %patch1000 -p1
 %endif
@@ -823,10 +833,6 @@
 %patch9999 -p1
 %endif
 
-%ifarch ppc ppc64
-%patch200 -p1
-%endif
-
 # Fix EXTRAVERSION in main Makefile
 sed -i 's#EXTRAVERSION =.*#EXTRAVERSION = %{_postver}#g' Makefile
 
@@ -1677,6 +1683,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.441.2.1558.2.26  2006/08/27 10:03:11  pluto
+- [x86-64 only] enable stack-protector buffer overflow detection.
+
 Revision 1.441.2.1558.2.25  2006/08/27 07:12:55  adamg
 - CVE notes for 2.6.16.28
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1558.2.25&r2=1.441.2.1558.2.26&f=u



More information about the pld-cvs-commit mailing list