From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arne Fitzenreiter To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 4b5d8a37b69c29dae49a6cf561ed669aa44f4d64 Date: Sun, 14 Apr 2024 12:41:07 +0000 Message-ID: <4VHVKH4rJsz2xFq@people01.haj.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0272205617280728817==" List-Id: --===============0272205617280728817== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 4b5d8a37b69c29dae49a6cf561ed669aa44f4d64 (commit) via 991b7eb4e2c7086aaa01700357f9d166143cbd56 (commit) from 31a8214d1651e556f3eac2d8fd19ca9ec5bde724 (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 4b5d8a37b69c29dae49a6cf561ed669aa44f4d64 Author: Arne Fitzenreiter Date: Sun Apr 14 14:38:32 2024 +0200 kernel: disable CONFIG_N_GSM =20 this feature should not used by IPFire and there is a possible unfixed race condition that can used for a privilege elevation attack. =20 Signed-off-by: Arne Fitzenreiter commit 991b7eb4e2c7086aaa01700357f9d166143cbd56 Author: Arne Fitzenreiter Date: Sun Apr 14 14:38:00 2024 +0200 kernel: update to 6.6.27 =20 Signed-off-by: Arne Fitzenreiter ----------------------------------------------------------------------- Summary of changes: config/kernel/kernel.config.aarch64-ipfire | 4 ++-- config/kernel/kernel.config.riscv64-ipfire | 2 +- config/kernel/kernel.config.x86_64-ipfire | 4 ++-- lfs/linux | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) Difference in files: diff --git a/config/kernel/kernel.config.aarch64-ipfire b/config/kernel/kerne= l.config.aarch64-ipfire index 1689aaea8..836c48b01 100644 --- a/config/kernel/kernel.config.aarch64-ipfire +++ b/config/kernel/kernel.config.aarch64-ipfire @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 6.6.26-ipfire Kernel Configuration +# Linux/arm64 6.6.27-ipfire Kernel Configuration # CONFIG_CC_VERSION_TEXT=3D"gcc (GCC) 13.2.0" CONFIG_CC_IS_GCC=3Dy @@ -3654,7 +3654,7 @@ CONFIG_SERIAL_NONSTANDARD=3Dy # CONFIG_MOXA_INTELLIO is not set # CONFIG_MOXA_SMARTIO is not set CONFIG_N_HDLC=3Dm -CONFIG_N_GSM=3Dm +# CONFIG_N_GSM is not set # CONFIG_NOZOMI is not set # CONFIG_NULL_TTY is not set CONFIG_HVC_DRIVER=3Dy diff --git a/config/kernel/kernel.config.riscv64-ipfire b/config/kernel/kerne= l.config.riscv64-ipfire index 4617615d5..2bd39e7de 100644 --- a/config/kernel/kernel.config.riscv64-ipfire +++ b/config/kernel/kernel.config.riscv64-ipfire @@ -3319,7 +3319,7 @@ CONFIG_SERIAL_NONSTANDARD=3Dy CONFIG_N_HDLC=3Dm # CONFIG_GOLDFISH_TTY is not set # CONFIG_IPWIRELESS is not set -CONFIG_N_GSM=3Dm +# CONFIG_N_GSM is not set CONFIG_NOZOMI=3Dm # CONFIG_NULL_TTY is not set CONFIG_HVC_DRIVER=3Dy diff --git a/config/kernel/kernel.config.x86_64-ipfire b/config/kernel/kernel= .config.x86_64-ipfire index edecade1d..d36fc381c 100644 --- a/config/kernel/kernel.config.x86_64-ipfire +++ b/config/kernel/kernel.config.x86_64-ipfire @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 6.6.26-ipfire Kernel Configuration +# Linux/x86 6.6.27-ipfire Kernel Configuration # CONFIG_CC_VERSION_TEXT=3D"gcc (GCC) 13.2.0" CONFIG_CC_IS_GCC=3Dy @@ -3562,7 +3562,7 @@ CONFIG_SERIAL_NONSTANDARD=3Dy # CONFIG_MOXA_INTELLIO is not set # CONFIG_MOXA_SMARTIO is not set CONFIG_N_HDLC=3Dm -CONFIG_N_GSM=3Dm +# CONFIG_N_GSM is not set CONFIG_NOZOMI=3Dm # CONFIG_NULL_TTY is not set CONFIG_HVC_DRIVER=3Dy diff --git a/lfs/linux b/lfs/linux index f01c5101f..0016a76f5 100644 --- a/lfs/linux +++ b/lfs/linux @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 6.6.26 +VER =3D 6.6.27 =20 THISAPP =3D linux-$(VER) DL_FILE =3D linux-$(VER).tar.xz @@ -72,7 +72,7 @@ objects =3D \ =20 $(DL_FILE) =3D $(URL_IPFIRE)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 633ef0a386e6877811466c9ac937440709ec878b6ed4d26df874d5= 24d9d6e3d92e0d73a6916bade1fffe297345e72253274fd57ccbab5addd461e10569bc702d +$(DL_FILE)_BLAKE2 =3D 386ceee8c6f48936461a6b5a770a7ade5ebb81cf936ee3712a7ebc= f6a938490d8829babe15bf7a58cc0fc64f5f0cbb6bc501d3612eab6faa9531e00c929b4bb1 =20 install : $(TARGET) =20 hooks/post-receive -- IPFire 2.x development tree --===============0272205617280728817==--