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 4a991cd92943bb673b003aa475400a62f5a4804a (commit) via 89c366f3557f2b6e9ab99a93d2f33980cdd566c6 (commit) from 6fb6199bb71f3fd8ecff4ff688bba3612acd35e7 (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 4a991cd92943bb673b003aa475400a62f5a4804a Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Feb 8 20:25:33 2025 +0100
core192: remove cups symlinks
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit 89c366f3557f2b6e9ab99a93d2f33980cdd566c6 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Feb 8 20:25:15 2025 +0100
kernel: update to 6.12.13
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/kernel/kernel.config.aarch64-ipfire | 2 +- config/kernel/kernel.config.riscv64-ipfire | 2 +- config/kernel/kernel.config.x86_64-ipfire | 2 +- config/rootfiles/core/192/update.sh | 3 +++ lfs/linux | 4 ++-- 5 files changed, 8 insertions(+), 5 deletions(-)
Difference in files: diff --git a/config/kernel/kernel.config.aarch64-ipfire b/config/kernel/kernel.config.aarch64-ipfire index 37cddb8a3..c0cd6894d 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.12.10 Kernel Configuration +# Linux/arm64 6.12.13 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.0" CONFIG_CC_IS_GCC=y diff --git a/config/kernel/kernel.config.riscv64-ipfire b/config/kernel/kernel.config.riscv64-ipfire index 15bc066a7..1f5c82cf0 100644 --- a/config/kernel/kernel.config.riscv64-ipfire +++ b/config/kernel/kernel.config.riscv64-ipfire @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/riscv 6.12.12 Kernel Configuration +# Linux/riscv 6.12.13 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.0" CONFIG_CC_IS_GCC=y diff --git a/config/kernel/kernel.config.x86_64-ipfire b/config/kernel/kernel.config.x86_64-ipfire index c4818427c..eb24bfac0 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.12.12 Kernel Configuration +# Linux/x86 6.12.13 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.0" CONFIG_CC_IS_GCC=y diff --git a/config/rootfiles/core/192/update.sh b/config/rootfiles/core/192/update.sh index b99ef6c30..b1fc44d9e 100644 --- a/config/rootfiles/core/192/update.sh +++ b/config/rootfiles/core/192/update.sh @@ -111,6 +111,9 @@ for package in perl-JSON perl-MIME-Base64 ncat gnu-netcat; do rm -f "/opt/pakfire/db/rootfiles/${package}" done
+# Remove cups symlinks +rm -rf /etc/rc.d/rc?.d/???cups + # Extract files extract_files
diff --git a/lfs/linux b/lfs/linux index 5c1d84e3d..a58257fba 100644 --- a/lfs/linux +++ b/lfs/linux @@ -24,7 +24,7 @@
include Config
-VER = 6.12.12 +VER = 6.12.13
THISAPP = linux-$(VER) DL_FILE = linux-$(VER).tar.xz @@ -69,7 +69,7 @@ objects = \
$(DL_FILE) = $(URL_IPFIRE)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = e32d607f2732c5ad719aa2f31c7f42f6243d7e9d52447dc923563d2982a68a3bed836acac116e1e30f15e4eceb87671a96db507a7019d00eaf52f36c9340b07f +$(DL_FILE)_BLAKE2 = 6c1f22d80bd5226a08c5ef80e9ab2ba553d00b49b4795b8ccb227381a7275ec89534267354318fa9b938fe99c4d91f0bf6b1d55263ea57eccc3aea1a9ce1d611
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree