[Lunar-commits] CVS: moonbase/kernel/linux-stable DETAILS, 1.22, 1.23 PRE_BUILD, 1.11, 1.12

Moritz Heiber moe at lunar-linux.org
Thu Jun 17 09:42:35 GMT 2004


Update of /var/cvs/lunar/moonbase/kernel/linux-stable
In directory dbguin.lunar-linux.org:/tmp/cvs-serv10465

Modified Files:
	DETAILS PRE_BUILD 
Log Message:
Bumping this to 2.4.26. Includes the fpu fix.


Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-stable/DETAILS,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- DETAILS	20 Feb 2004 21:36:40 -0000	1.22
+++ DETAILS	17 Jun 2004 09:42:33 -0000	1.23
@@ -1,15 +1,18 @@
           MODULE=linux-stable
              PKG=linux
-         VERSION=2.4.25
+         VERSION=2.4.26
           SOURCE=$PKG-$VERSION.tar.bz2
+         SOURCE1=24_kernel_ia32-and-x86_64-fix-fpu-state.patch
 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
-      SOURCE_VFY=md5:5fc8e9f43fa44ac29ddf9a9980af57d8
+  SOURCE1_URL[0]=$PATCH_URL/$SOURCE1
+      SOURCE_VFY=md5:88d7aefa03c92739cb70298a0b486e2c
+     SOURCE1_VFY=md5:e41fbc91f88f01a8aec6e113d039fd81
         WEB_SITE=http://www.kernel.org
      KEEP_SOURCE=on
 	 ENTERED=20020720
-         UPDATED=20040220
+         UPDATED=20040617
            SHORT="The Linux kernel is the core of a Linux GNU Operating System."
 cat << EOF
 This is the Linus-tree Linux kernel with only critical patches included.

Index: PRE_BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-stable/PRE_BUILD,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- PRE_BUILD	9 Oct 2003 15:47:38 -0000	1.11
+++ PRE_BUILD	17 Jun 2004 09:42:33 -0000	1.12
@@ -7,12 +7,12 @@
   exit;
 fi
   
-cd       /usr/src
-rm  -rf  linux-$VERSION linux
+cd       /usr/src                 &&
+rm  -rf  linux-$VERSION linux     &&
 
-unpack  $SOURCE
+unpack  $SOURCE                   &&
 
-ln  -sf   linux-$VERSION  linux
+ln  -sf   linux-$VERSION  linux   &&
 
 if  [  -f   $CONFIG_CACHE/.config  ];  then
   cp        $CONFIG_CACHE/.config  /usr/src/linux
@@ -22,5 +22,4 @@
 cd /usr/src/linux-$VERSION
 sedit 's/EXTRAVERSION =/EXTRAVERSION = -stable/g' Makefile 
 
-#patch_it $SOURCE_CACHE/$SOURCE2 1
-
+patch_it $SOURCE_CACHE/$SOURCE1 1



More information about the Lunar-commits mailing list