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 4gBgYy1PTjz2xfM for ; Fri, 08 May 2026 07:22:46 +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 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 4gBgYy13lfz2xMP for ; Fri, 08 May 2026 07:22:46 +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 4gBgYw6zrbz100 for ; Fri, 08 May 2026 07:22:44 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1778224964; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=R2aOFf6PpQDuMMgEKUPtDV1cpQfZUjQ1OOECMNfgnrg=; b=A5WlM5kW/rLIDffiAbMqyB5B9szGUn54Hgg8eTbub6qSHHI7wfdQ5SarSox02R3yVC6MBs SphQ77Sv8hIsf+AQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1778224964; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=R2aOFf6PpQDuMMgEKUPtDV1cpQfZUjQ1OOECMNfgnrg=; b=dVDMwYO8qOt13GovK90gAWSmP+4GkryDQcTp2w1f/PuIMXe9TSIbvnO32A1DqNLyUV/ypW B84LaR4xoLdjIAQWl8XIMO0maZEGa9xohl/Y1ZMFcoSaMPx9myErXW7L+AEhEaRAcvfLRp kUs3VH3ZOw/RmqE/OwapeHtJu/4DyQnbmsNQDkf9wS4Q1EBvJm1XQkKVSA2eS2FwcfkOcC WZpefkG4cuD/0UxDQUb6MgEEC1OzYPM7zvcp32WBPhtKtKgZp+WoA/rP4TCsbsS0CJOzSv FRzbZbf31ER9UTRininSaIyK9lWV2BEKrTJXN8uucvuHQiG4sK70AWGrihn7Ag== Received: by people01.haj.ipfire.org (Postfix, from userid 1001) id 4gBgYw4msPz2xPx; Fri, 08 May 2026 07:22:44 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 28a4d2bdf3fc2d0f8f75476447c01f364c499e84 X-Git-Refname: refs/heads/next X-Git-Reftype: branch X-Git-Oldrev: fb51212fa3f4b7a109bf310795e057398329e49e X-Git-Newrev: 28a4d2bdf3fc2d0f8f75476447c01f364c499e84 Message-Id: <4gBgYw4msPz2xPx@people01.haj.ipfire.org> Date: Fri, 08 May 2026 07:22:44 +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 28a4d2bdf3fc2d0f8f75476447c01f364c499e84 (commit) from fb51212fa3f4b7a109bf310795e057398329e49e (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 28a4d2bdf3fc2d0f8f75476447c01f364c499e84 Author: Arne Fitzenreiter Date: Fri May 8 09:20:07 2026 +0200 kernel: update to 6.18.28 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 8d2f01c18..ec8dd5542 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.27 Kernel Configuration +# Linux/arm64 6.18.28 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 3b54c5f09..b5ab100b5 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.27 Kernel Configuration +# Linux/x86 6.18.28 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 067c09805..e27a366f5 100644 --- a/lfs/linux +++ b/lfs/linux @@ -24,7 +24,7 @@ include Config -VER = 6.18.27 +VER = 6.18.28 THISAPP = linux-$(VER) DL_FILE = linux-$(VER).tar.xz @@ -69,7 +69,7 @@ objects = \ $(DL_FILE) = $(URL_IPFIRE)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 89aad6fdf579a231533650b5a6d2c670b24bf41bb24dd7be6fd8bc726ea6d3f40deefdbbe00f8646c9e88aa8db6d86937e3c90d28bf7ffac5c22c3c3518fbe10 +$(DL_FILE)_BLAKE2 = 3684278c2d75e87c0083424ccfd6917518d3e28f5a94db9fa33a7787f8e7aa836453547218e2b466b02adf73135f28d84ebf39f0b58f145179d23cd53bb0c8f3 install : $(TARGET) hooks/post-receive -- IPFire 2.x development tree