This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via be9b67262ab67cf87a725515be5253f7d82f1adb (commit) from 73c9f064d2fec365b9c557d28118a86546236024 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit be9b67262ab67cf87a725515be5253f7d82f1adb Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Sep 21 23:38:19 2010 +0200
Updated Kernel (2.6.32.22).
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/test/update.sh | 2 +- lfs/linux | 6 +++--- src/paks/linux-xen/install.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/test/update.sh b/config/rootfiles/core/test/update.sh index bf0032b..8bdfda6 100644 --- a/config/rootfiles/core/test/update.sh +++ b/config/rootfiles/core/test/update.sh @@ -24,7 +24,7 @@ . /opt/pakfire/lib/functions.sh /usr/local/bin/backupctrl exclude >/dev/null 2>&1 # -KVER="2.6.32.21" +KVER="2.6.32.22" MOUNT=`grep "kernel" /boot/grub/grub.conf | tail -n 1` # Nur den letzten Parameter verwenden echo $MOUNT > /dev/null diff --git a/lfs/linux b/lfs/linux index 7a35feb..c5a5ce8 100644 --- a/lfs/linux +++ b/lfs/linux @@ -24,8 +24,8 @@
include Config
-PATCHLEVEL = .21 -VER = 2.6.32.21 +PATCHLEVEL = .22 +VER = 2.6.32.22
THISAPP = linux-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -64,7 +64,7 @@ patch-2.6.16-nath323-1.3.bz2 = $(URL_IPFIRE)/patch-2.6.16-nath323-1.3.bz2 reiser4-for-2.6.32.patch.bz2 = $(URL_IPFIRE)/reiser4-for-2.6.32.patch.bz2 xen-patches-2.6.32-2c.tar.bz2 = $(URL_IPFIRE)/xen-patches-2.6.32-2c.tar.bz2
-$(DL_FILE)_MD5 = e4acefa00c5b8fcc539d9cbf34d88cdb +$(DL_FILE)_MD5 = c53844ab98703777b0546b5061606a47 netfilter-layer7-v2.22.tar.gz_MD5 = 98dff8a3d5a31885b73341633f69501f patch-2.6.16-nath323-1.3.bz2_MD5 = f926409ff703a307baf54b57ab75d138 reiser4-for-2.6.32.patch.bz2_MD5 = 3246397973d9271eb8e6d7c97c5d2d91 diff --git a/src/paks/linux-xen/install.sh b/src/paks/linux-xen/install.sh index 91d1655..2975c25 100644 --- a/src/paks/linux-xen/install.sh +++ b/src/paks/linux-xen/install.sh @@ -24,7 +24,7 @@ . /opt/pakfire/lib/functions.sh extract_files # -KVER=2.6.32.21 +KVER=2.6.32.22 ROOT=`grep "root=" /boot/grub/grub.conf | cut -d"=" -f2 | cut -d" " -f1 | tail -n 1` MOUNT=`grep "kernel" /boot/grub/grub.conf | tail -n 1` # Nur den letzten Parameter verwenden
hooks/post-receive -- IPFire 2.x development tree