[Lunar-commits] <moonbase> linux-stable: version bumped to 3.2.18.
Florin Braescu
florin at lunar-linux.org
Sat May 26 16:45:01 CEST 2012
commit 84f876c06e11dcafaeb2492c4f268ab738fcdffe
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat May 26 16:45:01 2012 +0200
linux-stable: version bumped to 3.2.18.
---
kernel/linux-stable/BUILD | 33 ++++++++++++++++++++-------------
kernel/linux-stable/DETAILS | 19 +++++++++++--------
2 files changed, 31 insertions(+), 21 deletions(-)
diff --git a/kernel/linux-stable/BUILD b/kernel/linux-stable/BUILD
index 38c7002..ff9e2a9 100644
--- a/kernel/linux-stable/BUILD
+++ b/kernel/linux-stable/BUILD
@@ -1,14 +1,21 @@
+(
+
# Needed for x86_64
-MYARCH="`arch | grep -qw i.86 && echo i386 || arch`"
-
-echo | make oldconfig
-LD_PRELOAD= cp .config $CONFIG_CACHE/.config.stable
-rm -f arch/${MYARCH}/boot/bzImage
-
-make ${MAKES:+-j$MAKES} bzImage
-make ${MAKES:+-j$MAKES} modules
-backup_mods_krnl $VERSION
-prepare_install
-make modules_install
-cp arch/${MYARCH}/boot/bzImage /boot/$VERSION-`arch`
-cp System.map /boot/System.map-$VERSION-`arch`
+ MYARCH="`arch | grep -qw i.86 && echo i386 || arch`"
+
+ PATCH_VERSION=$(echo $VERSION | cut -d . -f 3)
+ FULL_VERSION=$(echo $VERSION | cut -d . -f 1,2).${PATCH_VERSION:-0}
+
+ echo | make oldconfig
+ LD_PRELOAD= cp .config $CONFIG_CACHE/.config.stable
+ rm -f arch/${MYARCH}/boot/bzImage
+
+ make ${MAKES:+-j$MAKES} bzImage
+ make ${MAKES:+-j$MAKES} modules
+ backup_mods_krnl $FULL_VERSION
+ prepare_install
+ make modules_install
+ cp arch/${MYARCH}/boot/bzImage /boot/$FULL_VERSION-`arch`
+ cp System.map /boot/System.map-$FULL_VERSION-`arch`
+
+) > $C_FIFO 2>&1
diff --git a/kernel/linux-stable/DETAILS b/kernel/linux-stable/DETAILS
index 3df91b3..edab40a 100644
--- a/kernel/linux-stable/DETAILS
+++ b/kernel/linux-stable/DETAILS
@@ -1,15 +1,18 @@
MODULE=linux-stable
- VERSION=3.1.10
- SOURCE=linux-$VERSION.tar.bz2
+ VERSION=3.2.18
+ BASE=$(echo $VERSION | cut -d. -f1,2)
+ SOURCE=linux-$BASE.tar.xz
+ SOURCE2=patch-$VERSION.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION
- SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v3.0
- SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v3.0
- SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v3.0
- SOURCE2_URL[1]=http://www.kernel.org/pub/linux/kernel/v3.0
- SOURCE_VFY=sha1:5b136de7753872aec54f5e68271c615a202066fb
+ SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v3.x
+ SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v3.x
+ SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v3.x
+ SOURCE2_URL[1]=http://www.kernel.org/pub/linux/kernel/v3.x
+ SOURCE_VFY=sha1:0d6ae32001e3c2ecd996675c4262a9ae977733c5
+ SOURCE2_VFY=sha1:c2abe8b3d8ec11168baf0e7c46438b0fccd81b8c
WEB_SITE=http://www.kernel.org
ENTERED=20041019
- UPDATED=20120119
+ UPDATED=20120526
SHORT="The core of a Linux GNU Operating System"
KEEP_SOURCE=on
TMPFS=off
More information about the Lunar-commits
mailing list