From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4d4cK405pzz2xh0 for ; Mon, 10 Nov 2025 04:35:04 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4d4cK36wW3z2xLw for ; Mon, 10 Nov 2025 04:35:03 +0000 (UTC) Received: from people01.haj.ipfire.org (people01.haj.ipfire.org [IPv6:2001:678:b28::161]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "people01.haj.ipfire.org", Issuer "E8" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4d4cK325qHzBY for ; Mon, 10 Nov 2025 04:35:03 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1762749303; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=I/7UUiMMsseoDeanKL2SguAfCUA2sqPj3DOm7DGnc3A=; b=UsBRcoXVxyA2jYjkOau5oP0MKigH18feeyHO++fE6la1TZpIjXAwBVjvQVBScpNGyeiYxA 0QvY7HRDIg5qSWDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1762749303; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=I/7UUiMMsseoDeanKL2SguAfCUA2sqPj3DOm7DGnc3A=; b=M9WsaDoNMe0PiFcCXWzjD7nzvHUmG5K7e3I9h+EhN9h1dPPvRHdy0Rz0onEte8Lsb6mSK/ I8SW2cCauR542AAOJJoSu8S4GsR1pIcjISehdxBDEGeGTex4uFEh6N9iCmdhAP8s4qjdUZ wzNfVyKg1BqFN9M4ZACPINe4Ssxr90f82YOnEOQkAuN/9p5Uny85CoMcjUuN6ap3a8aRo2 F2ruxOoQNyTv1v1J9plXhpLCMAvsom8X1q19hMp+/mYXXJfnAtk8TIQ25tzj/hjT0Xdkjf A3htOs4uusrhGdHkFyMlfWxbmHpqLTJfFnmsITufuGH3owPHXOKDzy1iPvH2Fg== Received: by people01.haj.ipfire.org (Postfix, from userid 1001) id 4d4cK271Czz2xPM; Mon, 10 Nov 2025 04:35:02 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. cc704b6cbb63bbb946191dc10ade6efc1617c508 X-Git-Refname: refs/heads/next X-Git-Reftype: branch X-Git-Oldrev: 3f11d447512cbe374fed552841de112fbc59d8dc X-Git-Newrev: cc704b6cbb63bbb946191dc10ade6efc1617c508 Message-Id: <4d4cK271Czz2xPM@people01.haj.ipfire.org> Date: Mon, 10 Nov 2025 04:35:02 +0000 (UTC) From: Arne Fitzenreiter Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: 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 cc704b6cbb63bbb946191dc10ade6efc1617c508 (commit) from 3f11d447512cbe374fed552841de112fbc59d8dc (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 cc704b6cbb63bbb946191dc10ade6efc1617c508 Author: Arne Fitzenreiter Date: Mon Nov 10 05:33:36 2025 +0100 kernel: update to 6.12.57 Signed-off-by: Arne Fitzenreiter ----------------------------------------------------------------------- Summary of changes: config/kernel/kernel.config.x86_64-ipfire | 2 +- lfs/linux | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) Difference in files: diff --git a/config/kernel/kernel.config.x86_64-ipfire b/config/kernel/kernel.config.x86_64-ipfire index c2a28bf0b..0b24d1250 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.56 Kernel Configuration +# Linux/x86 6.12.57 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 15.2.0" CONFIG_CC_IS_GCC=y diff --git a/lfs/linux b/lfs/linux index 7b3906273..d1ef2503e 100644 --- a/lfs/linux +++ b/lfs/linux @@ -24,7 +24,7 @@ include Config -VER = 6.12.56 +VER = 6.12.57 THISAPP = linux-$(VER) DL_FILE = linux-$(VER).tar.xz @@ -69,7 +69,7 @@ objects = \ $(DL_FILE) = $(URL_IPFIRE)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = a1d880940565a481e9e6653dd816bb75a90ecb3dbe9223e8dab77d9f4dc3ca5b330e6aeaa74e45b22984f995787ae92bc67576be7cafefc1fb14b1631f368fa6 +$(DL_FILE)_BLAKE2 = 763749a1fee8dda500c77c7b5cc4787fe213c523dda66ddda6307195787bd3646cba868173cc8c0833c6bdc8e695e8283738f3c29cfdba5c35d4d2956742a791 install : $(TARGET) hooks/post-receive -- IPFire 2.x development tree