public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 4b5d8a37b69c29dae49a6cf561ed669aa44f4d64
@ 2024-04-14 12:41 Arne Fitzenreiter
  0 siblings, 0 replies; only message in thread
From: Arne Fitzenreiter @ 2024-04-14 12:41 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 4352 bytes --]

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 <arne_f(a)ipfire.org>
Date:   Sun Apr 14 14:38:32 2024 +0200

    kernel: disable CONFIG_N_GSM
    
    this feature should not used by IPFire and there
    is a possible unfixed race condition that can
    used for a privilege elevation attack.
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

commit 991b7eb4e2c7086aaa01700357f9d166143cbd56
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Sun Apr 14 14:38:00 2024 +0200

    kernel: update to 6.6.27
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

-----------------------------------------------------------------------

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/kernel.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="gcc (GCC) 13.2.0"
 CONFIG_CC_IS_GCC=y
@@ -3654,7 +3654,7 @@ CONFIG_SERIAL_NONSTANDARD=y
 # CONFIG_MOXA_INTELLIO is not set
 # CONFIG_MOXA_SMARTIO is not set
 CONFIG_N_HDLC=m
-CONFIG_N_GSM=m
+# CONFIG_N_GSM is not set
 # CONFIG_NOZOMI is not set
 # CONFIG_NULL_TTY is not set
 CONFIG_HVC_DRIVER=y
diff --git a/config/kernel/kernel.config.riscv64-ipfire b/config/kernel/kernel.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=y
 CONFIG_N_HDLC=m
 # CONFIG_GOLDFISH_TTY is not set
 # CONFIG_IPWIRELESS is not set
-CONFIG_N_GSM=m
+# CONFIG_N_GSM is not set
 CONFIG_NOZOMI=m
 # CONFIG_NULL_TTY is not set
 CONFIG_HVC_DRIVER=y
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="gcc (GCC) 13.2.0"
 CONFIG_CC_IS_GCC=y
@@ -3562,7 +3562,7 @@ CONFIG_SERIAL_NONSTANDARD=y
 # CONFIG_MOXA_INTELLIO is not set
 # CONFIG_MOXA_SMARTIO is not set
 CONFIG_N_HDLC=m
-CONFIG_N_GSM=m
+# CONFIG_N_GSM is not set
 CONFIG_NOZOMI=m
 # CONFIG_NULL_TTY is not set
 CONFIG_HVC_DRIVER=y
diff --git a/lfs/linux b/lfs/linux
index f01c5101f..0016a76f5 100644
--- a/lfs/linux
+++ b/lfs/linux
@@ -24,7 +24,7 @@
 
 include Config
 
-VER         = 6.6.26
+VER         = 6.6.27
 
 THISAPP    = linux-$(VER)
 DL_FILE    = linux-$(VER).tar.xz
@@ -72,7 +72,7 @@ objects = \
 
 $(DL_FILE) = $(URL_IPFIRE)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 633ef0a386e6877811466c9ac937440709ec878b6ed4d26df874d524d9d6e3d92e0d73a6916bade1fffe297345e72253274fd57ccbab5addd461e10569bc702d
+$(DL_FILE)_BLAKE2 = 386ceee8c6f48936461a6b5a770a7ade5ebb81cf936ee3712a7ebcf6a938490d8829babe15bf7a58cc0fc64f5f0cbb6bc501d3612eab6faa9531e00c929b4bb1
 
 install : $(TARGET)
 


hooks/post-receive
--
IPFire 2.x development tree

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-04-14 12:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-14 12:41 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 4b5d8a37b69c29dae49a6cf561ed669aa44f4d64 Arne Fitzenreiter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox