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 a75eebc86a52d9f3b3c520c52389c45bc47e6b50 (commit)
from 69cf4f306514d633843f510f4f80e9abaefd977f (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 a75eebc86a52d9f3b3c520c52389c45bc47e6b50
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sat Oct 5 14:42:09 2019 +0200
kernel: update to 4.14.147
Signed-off-by: Arne Fitzenreiter <arne_f(a)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 59044b2c7..195c49add 100644
--- a/lfs/linux
+++ b/lfs/linux
@@ -24,8 +24,8 @@
include Config
-VER = 4.14.146
-ARM_PATCHES = 4.14.146-ipfire0
+VER = 4.14.147
+ARM_PATCHES = 4.14.147-ipfire0
THISAPP = linux-$(VER)
DL_FILE = linux-$(VER).tar.xz
@@ -34,7 +34,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
CFLAGS =
CXXFLAGS =
-PAK_VER = 87
+PAK_VER = 88
DEPS = ""
HEADERS_ARCH = $(BUILD_PLATFORM)
@@ -82,8 +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 = d55e9c282ff19a9ded75d4c3746c604e
-arm-multi-patches-$(ARM_PATCHES).patch.xz_MD5 = cc8c0146a076ad32e0d20078378bf1e3
+$(DL_FILE)_MD5 = 93d7e6572edd81505a2c0db4ef7d807b
+arm-multi-patches-$(ARM_PATCHES).patch.xz_MD5 = d5e8af09958e5b23f58d1954ede74d4a
install : $(TARGET)
hooks/post-receive
--
IPFire 2.x development tree