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 4gBBZY75LGz2xgk for ; Thu, 07 May 2026 12:36:37 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gBBZY6lydz2xDp for ; Thu, 07 May 2026 12:36:37 +0000 (UTC) Received: from people01.haj.ipfire.org (people01.haj.ipfire.org [172.28.1.161]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bit raw public key) server-digest SHA256 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "people01.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gBBZW3gxdzP9 for ; Thu, 07 May 2026 12:36:35 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1778157395; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=HBdRLtUe/8pgXFwQemJlYVikPD9L+luQ3oIaDawXCyQ=; b=hfAWQkuCdrOFn403Cvjv1Li+z8KIjdV2coRbpXz7f2SlJ9CpaHyR61CSED3h0JU5a7aXnf uw+n2YzfgnKO4pBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1778157395; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=HBdRLtUe/8pgXFwQemJlYVikPD9L+luQ3oIaDawXCyQ=; b=MIMMPjqGgaahPFzg7b7NC09DPndYZnSZcAwUbO+YRqVFRIVuzMSKXM3LEYU/4TTMsLDn+p 0V7UWVIKfy0cFAkM8yGVemd3nhRCRl+i8s+4AFLxBjol4MVUge8Xt5rYu35nLCcnOyhzrq bVIKv8lw9QP4zOyQ7l/vRVOWQqJkeNYvbUdu1SnQmcvTF+fyl3GqJSmIz0SOdMIN2FE0gt q4FouSbKFn+qpOjwcgA2iqi9uywYFd3kJ1Q8U9Byy5Mp36/GpCn8HxAn5GwyQs93MiGjoI agG1vXtMvlL/W9MSzYeIeu4HD0JAUvH3OtRVDyhhYQgwAYRxlTkvut9JR9spsQ== Received: by people01.haj.ipfire.org (Postfix, from userid 1001) id 4gBBZW0Frjz2xL4; Thu, 07 May 2026 12:36:35 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. fb51212fa3f4b7a109bf310795e057398329e49e X-Git-Refname: refs/heads/next X-Git-Reftype: branch X-Git-Oldrev: 8cafea9bcc936f6a0a8f472032df03dc8b444f4c X-Git-Newrev: fb51212fa3f4b7a109bf310795e057398329e49e Message-Id: <4gBBZW0Frjz2xL4@people01.haj.ipfire.org> Date: Thu, 07 May 2026 12:36:34 +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 fb51212fa3f4b7a109bf310795e057398329e49e (commit) from 8cafea9bcc936f6a0a8f472032df03dc8b444f4c (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 fb51212fa3f4b7a109bf310795e057398329e49e Author: Arne Fitzenreiter Date: Thu May 7 14:36:04 2026 +0200 kernel: update to 6.18.27 Signed-off-by: Arne Fitzenreiter ----------------------------------------------------------------------- Summary of changes: config/kernel/kernel.config.aarch64-ipfire | 2 +- config/kernel/kernel.config.x86_64-ipfire | 2 +- lfs/linux | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) Difference in files: diff --git a/config/kernel/kernel.config.aarch64-ipfire b/config/kernel/kernel.config.aarch64-ipfire index be537f2db..8d2f01c18 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.18.26 Kernel Configuration +# Linux/arm64 6.18.27 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 15.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 3a36c24d0..3b54c5f09 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.18.26 Kernel Configuration +# Linux/x86 6.18.27 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 4bb361bc9..067c09805 100644 --- a/lfs/linux +++ b/lfs/linux @@ -24,7 +24,7 @@ include Config -VER = 6.18.26 +VER = 6.18.27 THISAPP = linux-$(VER) DL_FILE = linux-$(VER).tar.xz @@ -69,7 +69,7 @@ objects = \ $(DL_FILE) = $(URL_IPFIRE)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = fbd4c50e480176135a81dfffa94e7bbb3b5bafa91555c5c6201c9f1d0c883a5fbe0c2cc60b9ae14f722946ff2559a1f4dc8015e2e217cb9c161c5f46860594dd +$(DL_FILE)_BLAKE2 = 89aad6fdf579a231533650b5a6d2c670b24bf41bb24dd7be6fd8bc726ea6d3f40deefdbbe00f8646c9e88aa8db6d86937e3c90d28bf7ffac5c22c3c3518fbe10 install : $(TARGET) hooks/post-receive -- IPFire 2.x development tree