SPECS (LINUX_2_6_16): kernel.spec - linux-2.6-grsec-wrong-deref.pa...

adamg adamg at pld-linux.org
Sat Jul 14 21:38:46 CEST 2007


Author: adamg                        Date: Sat Jul 14 19:38:46 2007 GMT
Module: SPECS                         Tag: LINUX_2_6_16
---- Log message:
- linux-2.6-grsec-wrong-deref.patch patch applied - should fix rare oopses
  noticed on some machines; thx qboosh
- release 2

---- Files affected:
SPECS:
   kernel.spec (1.441.2.1558.2.95 -> 1.441.2.1558.2.96) 

---- Diffs:

================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1558.2.95 SPECS/kernel.spec:1.441.2.1558.2.96
--- SPECS/kernel.spec:1.441.2.1558.2.95	Sun Jun 24 12:15:11 2007
+++ SPECS/kernel.spec	Sat Jul 14 21:38:41 2007
@@ -129,7 +129,7 @@
 
 %define		_basever	2.6.16
 %define		_postver	.52
-%define		_rel		1
+%define		_rel		2
 %define		_subname	%{?with_pax:-pax}%{?with_grsec_full:-grsecurity}%{?with_xen0:-xen0}%{?with_xenU:-xenU}
 Summary:	The Linux kernel (the core of the Linux operating system)
 Summary(de):	Der Linux-Kernel (Kern des Linux-Betriebssystems)
@@ -299,6 +299,7 @@
 Patch252:	linux-alsa-hda.patch
 
 Patch1000:	linux-2.6-grsec-minimal.patch
+Patch1001:	linux-2.6-grsec-wrong-deref.patch
 
 Patch1200:	linux-2.6-apparmor.patch
 Patch1201:	linux-2.6-apparmor-caps.patch
@@ -907,6 +908,10 @@
 %patch10000 -p1
 %endif
 
+%if %{with grsecurity}
+%patch1001 -p1
+%endif
+
 # Fix EXTRAVERSION in main Makefile
 sed -i 's#EXTRAVERSION =.*#EXTRAVERSION = %{_postver}#g' Makefile
 
@@ -1753,6 +1758,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.441.2.1558.2.96  2007/07/14 19:38:41  adamg
+- linux-2.6-grsec-wrong-deref.patch patch applied - should fix rare oopses
+  noticed on some machines; thx qboosh
+- release 2
+
 Revision 1.441.2.1558.2.95  2007/06/24 10:15:11  marcus
 - added pci-id for nforce4 audio
 
================================================================

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



More information about the pld-cvs-commit mailing list