packages (LINUX_3_0): kernel/kernel.spec - up to 3.0.36; grsecurity constif...

arekm arekm at pld-linux.org
Wed Jun 27 10:54:53 CEST 2012


Author: arekm                        Date: Wed Jun 27 08:54:53 2012 GMT
Module: packages                      Tag: LINUX_3_0
---- Log message:
- up to 3.0.36; grsecurity constify plugin disabled as it doesn't work with gcc 4.7

---- Files affected:
packages/kernel:
   kernel.spec (1.987.2.53 -> 1.987.2.54) 

---- Diffs:

================================================================
Index: packages/kernel/kernel.spec
diff -u packages/kernel/kernel.spec:1.987.2.53 packages/kernel/kernel.spec:1.987.2.54
--- packages/kernel/kernel.spec:1.987.2.53	Sun Jun 10 23:03:50 2012
+++ packages/kernel/kernel.spec	Wed Jun 27 10:54:47 2012
@@ -94,7 +94,7 @@
 %endif
 
 %define		basever		3.0
-%define		postver		.34
+%define		postver		.36
 %define		rel		1
 
 %define		_enable_debug_packages			0
@@ -141,7 +141,7 @@
 # Source0-md5:	ecf932280e2441bdd992423ef3d55f8f
 %if "%{postver}" != ".0"
 Patch0:		http://www.kernel.org/pub/linux/kernel/v3.x/patch-%{version}.bz2
-# Patch0-md5:	c6389181e178a0ebba50011685b8c7d5
+# Patch0-md5:	cd69f8476268f179d0aa46d93a90c63e
 %endif
 
 Source3:	kernel-autoconf.h
@@ -1022,6 +1022,7 @@
 cd -
 
 %{__make} \
+	CONSTIFY_PLUGIN="" \
 	TARGETOBJ=%{targetobj} \
 	%{?with_verbose:V=1} \
 	oldconfig
@@ -1030,6 +1031,7 @@
 
 # build kernel
 %{__make} \
+	CONSTIFY_PLUGIN="" \
 	TARGETOBJ=%{targetobj} \
 	%{?with_verbose:V=1} \
 	all
@@ -1556,6 +1558,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.987.2.54  2012/06/27 08:54:47  arekm
+- up to 3.0.36; grsecurity constify plugin disabled as it doesn't work with gcc 4.7
+
 Revision 1.987.2.53  2012/06/10 21:03:50  glen
 - up to 3.0.34
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/kernel/kernel.spec?r1=1.987.2.53&r2=1.987.2.54



More information about the pld-cvs-commit mailing list