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 f62e4836012046ecb3c9ecc2ed104b9f8f07b032 (commit)
via cea994660b35b2aa6c908aea79a4f6ba068ae39d (commit)
via 03de90cc3c56e72865d3c4543d12ad301840d606 (commit)
from ee5b84beabf05b6a8b2ee1edecc62ca95e2f5de6 (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 f62e4836012046ecb3c9ecc2ed104b9f8f07b032
Merge: cea994660b 03de90cc3c
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Mon May 27 22:08:11 2024 +0200
Merge branch 'master' into next
commit cea994660b35b2aa6c908aea79a4f6ba068ae39d
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Mon May 27 22:07:21 2024 +0200
core187: ship suricata and vectorscan
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/kernel/kernel.config.x86_64-ipfire | 2 +-
config/rootfiles/{oldcore/131 => core/187}/filelists/suricata | 0
config/rootfiles/core/187/filelists/vectorscan | 1 +
lfs/linux | 4 ++--
4 files changed, 4 insertions(+), 3 deletions(-)
copy config/rootfiles/{oldcore/131 => core/187}/filelists/suricata (100%)
create mode 120000 config/rootfiles/core/187/filelists/vectorscan
Difference in files:
diff --git a/config/kernel/kernel.config.x86_64-ipfire b/config/kernel/kernel.config.x86_64-ipfire
index af4bd81d0..10502dc3c 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.31-ipfire Kernel Configuration
+# Linux/x86 6.6.32-ipfire Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.0"
CONFIG_CC_IS_GCC=y
diff --git a/config/rootfiles/core/187/filelists/suricata b/config/rootfiles/core/187/filelists/suricata
new file mode 120000
index 000000000..f671f6993
--- /dev/null
+++ b/config/rootfiles/core/187/filelists/suricata
@@ -0,0 +1 @@
+../../../common/suricata
\ No newline at end of file
diff --git a/config/rootfiles/core/187/filelists/vectorscan b/config/rootfiles/core/187/filelists/vectorscan
new file mode 120000
index 000000000..d684465f3
--- /dev/null
+++ b/config/rootfiles/core/187/filelists/vectorscan
@@ -0,0 +1 @@
+../../../common/vectorscan
\ No newline at end of file
diff --git a/lfs/linux b/lfs/linux
index 42d61e67d..ca3b05119 100644
--- a/lfs/linux
+++ b/lfs/linux
@@ -24,7 +24,7 @@
include Config
-VER = 6.6.31
+VER = 6.6.32
THISAPP = linux-$(VER)
DL_FILE = linux-$(VER).tar.xz
@@ -72,7 +72,7 @@ objects = \
$(DL_FILE) = $(URL_IPFIRE)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 521d01b10be736cc7be1108ad0fe9b046aad0ba5af02539d3d0425e424d5c081aaa69446e9f861e5ff4166c0f99201cb827b044d5a70816e4059f53f417c945f
+$(DL_FILE)_BLAKE2 = 6456fcafe10eae6c0cf962b651aa567ba9ad522c4df0c87301ab0060313b8179a818a1d305e0af21599bc5b7bf42e2f61121a2ee0658a065524d098eb2947f0e
install : $(TARGET)
hooks/post-receive
--
IPFire 2.x development tree