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 cdf1bea72448ac1f5704bd292ae1a5338a856d58 (commit) from 4e69701332f4cee583752ed3ff3e4d44b129931d (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 cdf1bea72448ac1f5704bd292ae1a5338a856d58 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Jun 27 18:18:41 2019 +0200
kernel: update to 4.14.131
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/linux | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-)
Difference in files: diff --git a/lfs/linux b/lfs/linux index 91b014983..b675e4fbe 100644 --- a/lfs/linux +++ b/lfs/linux @@ -24,8 +24,8 @@
include Config
-VER = 4.14.129 -ARM_PATCHES = 4.14.129-ipfire0 +VER = 4.14.131 +ARM_PATCHES = 4.14.131-ipfire0
THISAPP = linux-$(VER) DL_FILE = linux-$(VER).tar.xz @@ -34,7 +34,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) CFLAGS = CXXFLAGS =
-PAK_VER = 84 +PAK_VER = 85 DEPS = ""
HEADERS_ARCH = $(BUILD_PLATFORM) @@ -82,7 +82,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 = e21f063410d670641b22512ae5219cd0 +$(DL_FILE)_MD5 = 895790cf47b6a565ac5e5ce71b322dac + arm-multi-patches-$(ARM_PATCHES).patch.xz_MD5 = 5c5f6da89606e63701cdcd84a500aca1
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree