CVS: moonbase/kernel/linux-grsec BUILD, 1.8, 1.9 DETAILS, 1.10, 1.11 POST_INSTALL, 1.9, 1.10 PRE_BUILD, 1.5, 1.6

Auke Kok sofar at lunar-linux.org
Mon Dec 8 23:28:20 GMT 2003


Update of /var/cvs/lunar/moonbase/kernel/linux-grsec
In directory dbguin.lunar-linux.org:/tmp/cvs-serv25085/linux-openmosix

Modified Files:
	BUILD DETAILS POST_INSTALL PRE_BUILD 
Log Message:
Adding a basic -openmosix kernel including patchset etc etc... for those cluster-oriented ppl around there. Still need the userspace tools tho!


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-grsec/BUILD,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- BUILD	5 Dec 2003 22:09:26 -0000	1.8
+++ BUILD	8 Dec 2003 23:28:18 -0000	1.9
@@ -36,7 +36,7 @@
 (
 
   yes  n  |  make  oldconfig
-  cp .config $CONFIG_CACHE/.config.grsec
+  cp .config $CONFIG_CACHE/.config.openmosix
   rm -f arch/i386/boot/bzImage
 
   # Because parallel make seems not to work, a hack
@@ -47,10 +47,10 @@
   make -j${KMAKES} clean                       &&
   make -j${KMAKES} bzImage                     &&
   make -j${KMAKES} modules                     &&
-  backup_mods_krnl  ${VERSION}-grsec-$PVERSION &&
+  backup_mods_krnl  ${VERSION}-openmosix-$PVERSION &&
   prepare_install                              &&
   make  modules_install                        &&
 
-  cp    arch/i386/boot/bzImage   /boot/${VERSION}-grsec-${PVERSION} 
+  cp    arch/i386/boot/bzImage   /boot/${VERSION}-openmosix-${PVERSION} 
   
 ) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-grsec/DETAILS,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- DETAILS	3 Dec 2003 10:47:11 -0000	1.10
+++ DETAILS	8 Dec 2003 23:28:18 -0000	1.11
@@ -1,24 +1,24 @@
-           MODULE=linux-grsec
+           MODULE=linux-openmosix
           VERSION=2.4.23
-         PVERSION=r3.1.1
+         PVERSION=rc1.0.0
            SOURCE=linux-$VERSION.tar.bz2
-          SOURCE2=linux-$VERSION-grsec-patch-set-$PVERSION.tar.bz2
+          SOURCE2=linux-$VERSION-openmosix-patch-set-$PVERSION.tar.bz2
  SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION
     SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.4/$SOURCE
     SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.4/$SOURCE
    SOURCE2_URL[0]=$PATCH_URL/$SOURCE2
        SOURCE_VFY=md5:642af5ab5e1fc63685fde85e9ae601e4
-      SOURCE2_VFY=md5:5883fd74afd35d2905c930e0838899b9
+      SOURCE2_VFY=md5:0e4792e4eec12b0debe0aec5d4c125e4
           WEBSITE=http://www.kernel.org
-          ENTERED=20030227
-          UPDATED=20031203
+          ENTERED=20031206
+          UPDATED=20031206
       KEEP_SOURCE="on"
             SHORT="The Linux kernel, the core of the GNU/Linux OS, with the lunar patch set"
 cat << EOF
 This is the same as the linux module but with a fixed patche set with all
 the main patches and with these additional patches:
  
- grsecurity
+  openmosix-2
 
 Features are enabled or disabled by the standard kernel configuration tools,
 i.e. "make menuconfig" or "make config" or "make xconfig".

Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-grsec/POST_INSTALL,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- POST_INSTALL	3 Dec 2003 10:54:51 -0000	1.9
+++ POST_INSTALL	8 Dec 2003 23:28:18 -0000	1.10
@@ -1,7 +1,7 @@
 
 case  $BOOT_LOADER  in
-  lilo)  update_lilo ${VERSION}-grsec-${PVERSION} grsec-$VERSION ;;
-  grub)  update_grub ${VERSION}-grsec-${PVERSION} grsec-$VERSION ;;
+  lilo)  update_lilo ${VERSION}-openmosix-${PVERSION} openmosix-$VERSION ;;
+  grub)  update_grub ${VERSION}-openmosix-${PVERSION} openmosix-$VERSION ;;
 esac
 
 

Index: PRE_BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-grsec/PRE_BUILD,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- PRE_BUILD	3 Dec 2003 10:47:11 -0000	1.5
+++ PRE_BUILD	8 Dec 2003 23:28:18 -0000	1.6
@@ -15,25 +15,14 @@
 ln  -s     linux-$VERSION  linux
 
 if  [  -f   $CONFIG_CACHE/.config  ];  then
-  cp        $CONFIG_CACHE/.config.grsec  /usr/src/linux/.config
+  cp        $CONFIG_CACHE/.config.openmosix  /usr/src/linux/.config
 fi
 
 cd /usr/src/linux
 mkdir patches
 bzcat $SOURCE_CACHE/$SOURCE2 | tar -xf - -C patches
 
-for pat in patches/main/*
-do
-  patch_it $pat 1
-done
-
-for pat in patches/fix/*
-do
-  patch_it $pat 1
-done
-
-for pat in patches/grsecurity/*
-do
+for pat in patches/openmosix/* patches/main/* patches/fix/* ; do
   patch_it $pat 1
 done
 




More information about the Lunar-commits mailing list