[Lunar-commits] r17255 - in moonbase/trunk/kernel: linux-2.4 linux-2.4-agr linux-2.4-grsec linux-2.4-om linux-2.4-stable linux-2.4-vanilla linux-2.6

Moritz Heiber moe at lunar-linux.org
Thu Nov 10 19:30:34 UTC 2005


Author: moe
Date: 2005-11-10 19:30:33 +0000 (Thu, 10 Nov 2005)
New Revision: 17255

Modified:
   moonbase/trunk/kernel/linux-2.4-agr/PRE_BUILD
   moonbase/trunk/kernel/linux-2.4-grsec/PRE_BUILD
   moonbase/trunk/kernel/linux-2.4-om/PRE_BUILD
   moonbase/trunk/kernel/linux-2.4-stable/PRE_BUILD
   moonbase/trunk/kernel/linux-2.4-vanilla/PRE_BUILD
   moonbase/trunk/kernel/linux-2.4/PRE_BUILD
   moonbase/trunk/kernel/linux-2.6/DETAILS
Log:
* Update to 2.6.14.1 for linux-2.6
* Fix the tar upgrade nagging screen for 2.4.*:

echo != message .. especially when it comes to color codes



Modified: moonbase/trunk/kernel/linux-2.4/PRE_BUILD
===================================================================
--- moonbase/trunk/kernel/linux-2.4/PRE_BUILD	2005-11-10 19:22:43 UTC (rev 17254)
+++ moonbase/trunk/kernel/linux-2.4/PRE_BUILD	2005-11-10 19:30:33 UTC (rev 17255)
@@ -21,7 +21,7 @@
   tar xf $SOURCE_CACHE/$SOURCE --no-same-owner \
   --no-same-permissions --strip-components=1
 else
-  echo "${PROBLEM_COLOR}Error:${DEFAULT_COLOR} Please update your tar module"
+  message "${PROBLEM_COLOR}Error:${DEFAULT_COLOR} Please update your tar module"
   exit 1
 fi
 

Modified: moonbase/trunk/kernel/linux-2.4-agr/PRE_BUILD
===================================================================
--- moonbase/trunk/kernel/linux-2.4-agr/PRE_BUILD	2005-11-10 19:22:43 UTC (rev 17254)
+++ moonbase/trunk/kernel/linux-2.4-agr/PRE_BUILD	2005-11-10 19:30:33 UTC (rev 17255)
@@ -21,7 +21,7 @@
   tar xf $SOURCE_CACHE/$SOURCE --no-same-owner \
   --no-same-permissions --strip-components=1
 else
-  echo "${PROBLEM_COLOR}Error:${DEFAULT_COLOR} Please update your tar module"
+  message "${PROBLEM_COLOR}Error:${DEFAULT_COLOR} Please update your tar module"
   exit 1
 fi
 

Modified: moonbase/trunk/kernel/linux-2.4-grsec/PRE_BUILD
===================================================================
--- moonbase/trunk/kernel/linux-2.4-grsec/PRE_BUILD	2005-11-10 19:22:43 UTC (rev 17254)
+++ moonbase/trunk/kernel/linux-2.4-grsec/PRE_BUILD	2005-11-10 19:30:33 UTC (rev 17255)
@@ -21,7 +21,7 @@
   tar xf $SOURCE_CACHE/$SOURCE --no-same-owner \
   --no-same-permissions --strip-components=1
 else
-  echo "${PROBLEM_COLOR}Error:${DEFAULT_COLOR} Please update your tar module"
+  message "${PROBLEM_COLOR}Error:${DEFAULT_COLOR} Please update your tar module"
   exit 1
 fi
 

Modified: moonbase/trunk/kernel/linux-2.4-om/PRE_BUILD
===================================================================
--- moonbase/trunk/kernel/linux-2.4-om/PRE_BUILD	2005-11-10 19:22:43 UTC (rev 17254)
+++ moonbase/trunk/kernel/linux-2.4-om/PRE_BUILD	2005-11-10 19:30:33 UTC (rev 17255)
@@ -21,7 +21,7 @@
   tar xf $SOURCE_CACHE/$SOURCE --no-same-owner \
   --no-same-permissions --strip-components=1
 else
-  echo "${PROBLEM_COLOR}Error:${DEFAULT_COLOR} Please update your tar module"
+  message "${PROBLEM_COLOR}Error:${DEFAULT_COLOR} Please update your tar module"
   exit 1
 fi
 

Modified: moonbase/trunk/kernel/linux-2.4-stable/PRE_BUILD
===================================================================
--- moonbase/trunk/kernel/linux-2.4-stable/PRE_BUILD	2005-11-10 19:22:43 UTC (rev 17254)
+++ moonbase/trunk/kernel/linux-2.4-stable/PRE_BUILD	2005-11-10 19:30:33 UTC (rev 17255)
@@ -21,7 +21,7 @@
   tar xf $SOURCE_CACHE/$SOURCE --no-same-owner \
   --no-same-permissions --strip-components=1
 else
-  echo "${PROBLEM_COLOR}Error:${DEFAULT_COLOR} Please update your tar module"
+  message "${PROBLEM_COLOR}Error:${DEFAULT_COLOR} Please update your tar module"
   exit 1
 fi
 

Modified: moonbase/trunk/kernel/linux-2.4-vanilla/PRE_BUILD
===================================================================
--- moonbase/trunk/kernel/linux-2.4-vanilla/PRE_BUILD	2005-11-10 19:22:43 UTC (rev 17254)
+++ moonbase/trunk/kernel/linux-2.4-vanilla/PRE_BUILD	2005-11-10 19:30:33 UTC (rev 17255)
@@ -21,7 +21,7 @@
   tar xf $SOURCE_CACHE/$SOURCE --no-same-owner \
   --no-same-permissions --strip-components=1
 else
-  echo "${PROBLEM_COLOR}Error:${DEFAULT_COLOR} Please update your tar module"
+  message "${PROBLEM_COLOR}Error:${DEFAULT_COLOR} Please update your tar module"
   exit 1
 fi
 

Modified: moonbase/trunk/kernel/linux-2.6/DETAILS
===================================================================
--- moonbase/trunk/kernel/linux-2.6/DETAILS	2005-11-10 19:22:43 UTC (rev 17254)
+++ moonbase/trunk/kernel/linux-2.6/DETAILS	2005-11-10 19:30:33 UTC (rev 17255)
@@ -1,18 +1,18 @@
           MODULE=linux-2.6
-         VERSION=2.6.14
+         VERSION=2.6.14.1
 	    BASE=2.6.14
           SOURCE=linux-${BASE}.tar.bz2
-# 	 SOURCE2=patch-${VERSION}.bz2
+ 	 SOURCE2=patch-${VERSION}.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$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[0]=$KERNEL_URL/pub/linux/kernel/v2.6/
-#  SOURCE2_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/
+  SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/
+  SOURCE2_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/
       SOURCE_VFY=sha1:e8024d1c65b5fd14be0d64904ff9bb904a290526
-#     SOURCE2_VFY=sha1:8e69a84acab9240def81e011cd0c7bdae2d05bf0
+     SOURCE2_VFY=sha1:6ef5ed6b90299f945c40ae993dbd6a58ec7ada7b
         WEB_SITE=http://www.kernel.org
          ENTERED=20041019
-         UPDATED=20051103
+         UPDATED=20051110
            SHORT="The Linux kernel is the core of a Linux GNU Operating System."
      KEEP_SOURCE=on
            TMPFS=off



More information about the Lunar-commits mailing list