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. 4a991cd92943bb673b003aa475400a62f5a4804a Date: Sat, 08 Feb 2025 19:26:07 +0000 Message-ID: <4Yr1674YWfz2xP3@people01.haj.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7088568655163436139==" List-Id: --===============7088568655163436139== 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 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 Date: Sat Feb 8 20:25:33 2025 +0100 core192: remove cups symlinks =20 Signed-off-by: Arne Fitzenreiter commit 89c366f3557f2b6e9ab99a93d2f33980cdd566c6 Author: Arne Fitzenreiter Date: Sat Feb 8 20:25:15 2025 +0100 kernel: update to 6.12.13 =20 Signed-off-by: Arne Fitzenreiter ----------------------------------------------------------------------- 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/kerne= l.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=3D"gcc (GCC) 14.2.0" CONFIG_CC_IS_GCC=3Dy diff --git a/config/kernel/kernel.config.riscv64-ipfire b/config/kernel/kerne= l.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=3D"gcc (GCC) 14.2.0" CONFIG_CC_IS_GCC=3Dy 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=3D"gcc (GCC) 14.2.0" CONFIG_CC_IS_GCC=3Dy 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 =20 +# Remove cups symlinks +rm -rf /etc/rc.d/rc?.d/???cups + # Extract files extract_files =20 diff --git a/lfs/linux b/lfs/linux index 5c1d84e3d..a58257fba 100644 --- a/lfs/linux +++ b/lfs/linux @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 6.12.12 +VER =3D 6.12.13 =20 THISAPP =3D linux-$(VER) DL_FILE =3D linux-$(VER).tar.xz @@ -69,7 +69,7 @@ objects =3D \ =20 $(DL_FILE) =3D $(URL_IPFIRE)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D e32d607f2732c5ad719aa2f31c7f42f6243d7e9d52447dc923563d= 2982a68a3bed836acac116e1e30f15e4eceb87671a96db507a7019d00eaf52f36c9340b07f +$(DL_FILE)_BLAKE2 =3D 6c1f22d80bd5226a08c5ef80e9ab2ba553d00b49b4795b8ccb2273= 81a7275ec89534267354318fa9b938fe99c4d91f0bf6b1d55263ea57eccc3aea1a9ce1d611 =20 install : $(TARGET) =20 hooks/post-receive -- IPFire 2.x development tree --===============7088568655163436139==--