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, core134 has been updated
via 65cffb34113f9db1cfd72f95d3eff2f488ac78d2 (commit)
via cdf1bea72448ac1f5704bd292ae1a5338a856d58 (commit)
from 54577393cf2b4f5a54e38567b7553bfa997d1b11 (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 65cffb34113f9db1cfd72f95d3eff2f488ac78d2
Merge: 54577393c cdf1bea72
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Thu Jun 27 18:25:25 2019 +0200
Merge branch 'master' into core134
-----------------------------------------------------------------------
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