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 fa37e705d96ae4b09e357dd869c5911b66b7b4d7 (commit) from a7cd6a4a1113f358fe1e496b164e77bae797429e (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 fa37e705d96ae4b09e357dd869c5911b66b7b4d7 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Jan 26 12:32:15 2014 +0100
kernel: update to 3.10.28.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/76/update.sh | 3 ++- lfs/linux | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/76/update.sh b/config/rootfiles/core/76/update.sh index cf0d2f9..b36cff7 100644 --- a/config/rootfiles/core/76/update.sh +++ b/config/rootfiles/core/76/update.sh @@ -71,7 +71,7 @@ esac
# # -KVER="3.10.27" +KVER="3.10.28" MOUNT=`grep "kernel" /boot/grub/grub.conf 2>/dev/null | tail -n 1 ` # Nur den letzten Parameter verwenden echo $MOUNT > /dev/null @@ -382,6 +382,7 @@ echo '/usr/bin/logger -p syslog.emerg -t ipfire "Check it before reboot !!!"' >> echo '/usr/bin/logger -p syslog.emerg -t ipfire " *** Please reboot... *** "' >> /tmp/pak_update echo 'touch /var/run/need_reboot ' >> /tmp/pak_update # +killall -KILL pak_update chmod +x /tmp/pak_update /tmp/pak_update &
diff --git a/lfs/linux b/lfs/linux index 0ab282f..52853c7 100644 --- a/lfs/linux +++ b/lfs/linux @@ -24,10 +24,10 @@
include Config
-VER = 3.10.27 +VER = 3.10.28
RPI_PATCHES = linux-3.10.27-grsec-943b563 -GRS_PATCHES = grsecurity-2.9.1-3.10.27-ipfire1.patch.xz +GRS_PATCHES = grsecurity-2.9.1-3.10.28-ipfire1.patch.xz
THISAPP = linux-$(VER) DL_FILE = linux-$(VER).tar.xz @@ -36,7 +36,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) CFLAGS = CXXFLAGS =
-PAK_VER = 32 +PAK_VER = 33 DEPS = ""
VERSUFIX=ipfire$(KCFG) @@ -74,9 +74,9 @@ $(DL_FILE) = $(URL_IPFIRE)/$(DL_FILE) rpi-patches-$(RPI_PATCHES).patch.xz = $(URL_IPFIRE)/rpi-patches-$(RPI_PATCHES).patch.xz $(GRS_PATCHES) = $(URL_IPFIRE)/$(GRS_PATCHES)
-$(DL_FILE)_MD5 = 4edaaea57dc940969c54ac249e49f7e7 +$(DL_FILE)_MD5 = 789a39e8a381a60e46fe922cb66d77e2 rpi-patches-$(RPI_PATCHES).patch.xz_MD5 = 8cf81f48408306d93ccee59b58af2e92 -$(GRS_PATCHES)_MD5 = a83aad5c389ea9a496ba41608267d3dc +$(GRS_PATCHES)_MD5 = ebbcee19d1231da81f7238de703ff911
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree