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, master has been updated via a9300d08658dad8849b3882f98cc77cc45130d74 (commit) from a45c7981df91c0ef7740fb96d116b3742752f226 (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 a9300d08658dad8849b3882f98cc77cc45130d74 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Jun 17 17:42:13 2018 +0200
kernel: update to 4.14.50
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/linux | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
Difference in files: diff --git a/lfs/linux b/lfs/linux index 55df73159..6226b14e9 100644 --- a/lfs/linux +++ b/lfs/linux @@ -24,8 +24,8 @@
include Config
-VER = 4.14.49 -ARM_PATCHES = 4.14.49-ipfire0 +VER = 4.14.50 +ARM_PATCHES = 4.14.50-ipfire0
THISAPP = linux-$(VER) DL_FILE = linux-$(VER).tar.xz @@ -34,7 +34,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) CFLAGS = CXXFLAGS =
-PAK_VER = 74 +PAK_VER = 75 DEPS = ""
ifeq "$(BUILD_ARCH)" "i586" @@ -75,8 +75,8 @@ 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 = 8854c1382064813bb7b63eb2bc0c18b4 -arm-multi-patches-$(ARM_PATCHES).patch.xz_MD5 = 7c6e98b0514945a4e65e0c43b9920035 +$(DL_FILE)_MD5 = 0d397a2e14669a97d54c1b82ab2b1994 +arm-multi-patches-$(ARM_PATCHES).patch.xz_MD5 = c38181f9fd416f10352e3dd3a01bb1d1
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree