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 be60bc8914126fbcbab34cbf3826d2d5c821bfeb (commit) via 520e6a1dd4d31d32ff6194ea96362f2881119984 (commit) from 793a273ab5da4c03db0a62b54104bbd4d8225b1c (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 be60bc8914126fbcbab34cbf3826d2d5c821bfeb Author: Arne Fitzenreiter Date: Fri Aug 9 23:50:15 2019 +0200 close core135 Signed-off-by: Arne Fitzenreiter commit 520e6a1dd4d31d32ff6194ea96362f2881119984 Author: Arne Fitzenreiter Date: Fri Aug 9 23:47:55 2019 +0200 kernel: update to 4.14.138 Signed-off-by: Arne Fitzenreiter ----------------------------------------------------------------------- Summary of changes: lfs/linux | 6 +++--- make.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) Difference in files: diff --git a/lfs/linux b/lfs/linux index 149549ddf..a9e30714f 100644 --- a/lfs/linux +++ b/lfs/linux @@ -24,8 +24,8 @@ include Config -VER = 4.14.137 -ARM_PATCHES = 4.14.137-ipfire0 +VER = 4.14.138 +ARM_PATCHES = 4.14.138-ipfire0 THISAPP = linux-$(VER) DL_FILE = linux-$(VER).tar.xz @@ -82,7 +82,7 @@ objects =$(DL_FILE) \ $(DL_FILE) = $(URL_IPFIRE)/$(DL_FILE) arm-multi-patches-$(ARM_PATCHES).patch.xz = $(URL_IPFIRE)/arm-multi-patches-$(ARM_PATCHES).patch.xz -$(DL_FILE)_MD5 = 9a9507865cc1ea62d3bb49afe1b26d5a +$(DL_FILE)_MD5 = 00a16e1b1c6f295d236e5f82e20a0d2f arm-multi-patches-$(ARM_PATCHES).patch.xz_MD5 = aac1fa091598028a8c27d64f206b6fca install : $(TARGET) diff --git a/make.sh b/make.sh index 9613b4e5c..9d5e561bc 100755 --- a/make.sh +++ b/make.sh @@ -27,7 +27,7 @@ SNAME="ipfire" # Short name # If you update the version don't forget to update backupiso and add it to core update VERSION="2.23" # Version number CORE="135" # Core Level (Filename) -PAKFIRE_CORE="134" # Core Level (PAKFIRE) +PAKFIRE_CORE="135" # 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