[Lunar-commits] CVS: moonbase/kernel/linux-2.6-grsec DETAILS, 1.5,
1.6 PRE_BUILD, 1.4, 1.5
Jaime Buffery
nestu at lunar-linux.org
Tue Mar 22 12:16:47 UTC 2005
Update of /var/cvs/lunar/moonbase/kernel/linux-2.6-grsec
In directory espresso.foo-projects.org:/tmp/cvs-serv7579
Modified Files:
DETAILS PRE_BUILD
Log Message:
2.6.11-2.1.3 -> 2.6.11.5-2.1.4. gcc 3.3.3, glibc 2.3.2, headers 2.6.11.0
The kernel tarball is downloaded as main + .5 patch, just like linux-2.6 does.
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-2.6-grsec/DETAILS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- DETAILS 7 Mar 2005 18:48:50 -0000 1.5
+++ DETAILS 22 Mar 2005 12:16:45 -0000 1.6
@@ -1,18 +1,23 @@
MODULE=linux-2.6-grsec
KERNEL_VERSION=2.6.11
- GRSEC_VERSION=2.1.3
- VERSION=${KERNEL_VERSION}-${GRSEC_VERSION}
+ KERNEL_RELEASE=${KERNEL_VERSION}.5
+ GRSEC_VERSION=2.1.4
+ VERSION=${KERNEL_RELEASE}-${GRSEC_VERSION}
SOURCE=linux-${KERNEL_VERSION}.tar.bz2
- SOURCE2=grsecurity-${GRSEC_VERSION}-${KERNEL_VERSION}-200503070900.patch
-SOURCE_DIRECTORY=linux-${KERNEL_VERSION}-grsec-${GRSEC_VERSION}
+ SOURCE2=patch-${KERNEL_RELEASE}.bz2
+ SOURCE3=grsecurity-${GRSEC_VERSION}-${KERNEL_RELEASE}-200503212014.patch.bz2
+SOURCE_DIRECTORY=linux-${KERNEL_RELEASE}-grsec-${GRSEC_VERSION}
SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/
SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/
- SOURCE2_URL=http://www.grsecurity.net/
+ SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/
+ SOURCE2_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/
+ SOURCE3_URL=http://www.grsecurity.net/
SOURCE_VFY=sha1:d72ab76360d004dac4b976633dd0490e8d4b15cd
- SOURCE2_VFY=sha1:046231484c1e718567f6438f6fc1fc6636aa7366
+ SOURCE2_VFY=sha1:1b6cc1b0eaa1c070a58eed3de79c0db5e7a54a48
+ SOURCE3_VFY=sha1:abe2bdcb6c202267e02af28e5f3d656401e2dc2c
WEB_SITE=http://www.kernel.org
ENTERED=20041012
- UPDATED=20050307
+ UPDATED=20050322
KEEP_SOURCE="on"
SHORT="The Linux kernel with the latest grsecurity patch"
cat << EOF
Index: PRE_BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-2.6-grsec/PRE_BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- PRE_BUILD 5 Mar 2005 11:42:45 -0000 1.4
+++ PRE_BUILD 22 Mar 2005 12:16:45 -0000 1.5
@@ -17,6 +17,7 @@
cd linux/ &&
patch_it ${SOURCE2} 1 &&
+ patch_it ${SOURCE3} 1 &&
for config in .config-2.6-grsec .config.2.6.stable
do
More information about the Lunar-commits
mailing list