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 778dd44789906aebae18c92baafcbbae7b8c044a (commit) from 2fabddb44d05ba177ccf59308dc54ab549288a2b (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 778dd44789906aebae18c92baafcbbae7b8c044a Author: Arne Fitzenreiter <arne_f(a)ipfire.org> Date: Sat Oct 12 13:12:03 2019 +0200 kernel: update to 4.14.149 Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org> ----------------------------------------------------------------------- Summary of changes: lfs/linux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Difference in files: diff --git a/lfs/linux b/lfs/linux index 5c7a47522..dbf9fe194 100644 --- a/lfs/linux +++ b/lfs/linux @@ -24,8 +24,8 @@ include Config -VER = 4.14.148 -ARM_PATCHES = 4.14.148-ipfire0 +VER = 4.14.149 +ARM_PATCHES = 4.14.149-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 = 6c996a628c9eab5884551ffbcf8ddc37 +$(DL_FILE)_MD5 = c01c629217ca0b7a604f6e29585b74f0 arm-multi-patches-$(ARM_PATCHES).patch.xz_MD5 = cc8c0146a076ad32e0d20078378bf1e3 install : $(TARGET) hooks/post-receive -- IPFire 2.x development tree