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 56b9e4553e150d514a47de1af7fae2abc43bdd0f (commit) via e42d35f4964f0c72c0383d64ffd960274a667b3a (commit) from 70defeb036de5e8043a867f08effdc741d95fe99 (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 56b9e4553e150d514a47de1af7fae2abc43bdd0f Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Nov 10 21:15:21 2015 +0100
finish core95
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit e42d35f4964f0c72c0383d64ffd960274a667b3a Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Nov 10 21:13:51 2015 +0100
kernel: update to 3.14.57
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/linux | 12 ++++++------ make.sh | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-)
Difference in files: diff --git a/lfs/linux b/lfs/linux index 2ec7531..da0578a 100644 --- a/lfs/linux +++ b/lfs/linux @@ -24,10 +24,10 @@
include Config
-VER = 3.14.56 -RPI_PATCHES = 3.14.56-grsec-ipfire1 -A7M_PATCHES = 3.14.56-grsec-ipfire1 -GRS_PATCHES = grsecurity-3.1ipfire-3.14.56-v1.patch.xz +VER = 3.14.57 +RPI_PATCHES = 3.14.57-grsec-ipfire1 +A7M_PATCHES = 3.14.57-grsec-ipfire1 +GRS_PATCHES = grsecurity-3.1ipfire-3.14.57-v1.patch.xz
THISAPP = linux-$(VER) @@ -83,10 +83,10 @@ rpi-patches-$(RPI_PATCHES).patch.xz = $(URL_IPFIRE)/rpi-patches-$(RPI_PATCHES). arm7-multi-patches-$(A7M_PATCHES).patch.xz = $(URL_IPFIRE)/arm7-multi-patches-$(A7M_PATCHES).patch.xz $(GRS_PATCHES) = $(URL_IPFIRE)/$(GRS_PATCHES)
-$(DL_FILE)_MD5 = 32010dbb68e50b994bcf845635b616d5 +$(DL_FILE)_MD5 = b7e254c83a0324852c8ccc4ed1b5377d rpi-patches-$(RPI_PATCHES).patch.xz_MD5 = 4ab53e184441c895adf318a1c2874d43 arm7-multi-patches-$(A7M_PATCHES).patch.xz_MD5 = f29bd5c156384b0a4bb7c6e2c973ea06 -$(GRS_PATCHES)_MD5 = 2cf4583ffeb979900d362038cb1accb4 +$(GRS_PATCHES)_MD5 = de603c5cb2e38ee308f1647ad3bd24cf
install : $(TARGET)
diff --git a/make.sh b/make.sh index 47e07b2..ff67537 100755 --- a/make.sh +++ b/make.sh @@ -26,7 +26,7 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name VERSION="2.17" # Version number CORE="95" # Core Level (Filename) -PAKFIRE_CORE="94" # Core Level (PAKFIRE) +PAKFIRE_CORE="95" # Core Level (PAKFIRE) GIT_BRANCH=`git rev-parse --abbrev-ref HEAD` # Git Branch SLOGAN="www.ipfire.org" # Software slogan CONFIG_ROOT=/var/ipfire # Configuration rootdir
hooks/post-receive -- IPFire 2.x development tree