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 4gKQs574wQz2xQW for ; Tue, 19 May 2026 07:14:17 +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 4gKQs56hJlz2xPV for ; Tue, 19 May 2026 07:14:17 +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 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 4gKQs503cVz12Z for ; Tue, 19 May 2026 07:14:17 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1779174857; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=vDbyyaYCh6LDqauhb1DootR1S/YWjD0IfLOazAhY1kk=; b=qF4XJuhOrCH9pg0ToPO+0UDJJLE7SjF5huRdZNEJeN/34kKXkqZe6KncfQK916tARwIMxX mwKC2yFnEMzN1KAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1779174857; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=vDbyyaYCh6LDqauhb1DootR1S/YWjD0IfLOazAhY1kk=; b=l1Jl10bhNTpJgOzq50+ih7D3mzbsn3Kv4b/us9fUVE7htXJjvjFI+yloTedLBStkLAV9ki lEO+0sNtcb67sTeLfaCNJa7e9pLzwiI4pG4EeUc9zhmYKKOHTudly83uODlzZjFhAoNHXD xPwsp7rdHMpuldD7DLooF9ltdLfzXH2U+Qm+x6ixshWZTnvgOCSMu+Iss/LxVuMozuA6nv kgCyqCuRdzuaUdaz293wqOA975DHEV1bJPH/4YKwAIE0K9qH8caix1dvWYG42UxzEJBB8L Y8brdnCVaXS/XSNxdJ3Q7NU/0vrTsQy9P7TQOhZ3I4BqIA1cdwirx+/HC+pNTg== Received: by people01.haj.ipfire.org (Postfix, from userid 1001) id 4gKQrt67HXz2xKy; Tue, 19 May 2026 07:14:06 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 229e75a614a5b1909e4a6d6769af041a1d36823a X-Git-Refname: refs/heads/next X-Git-Reftype: branch X-Git-Oldrev: 9d4921e021d8ef14b2bbd9a5c4a89938397dae07 X-Git-Newrev: 229e75a614a5b1909e4a6d6769af041a1d36823a Message-Id: <4gKQrt67HXz2xKy@people01.haj.ipfire.org> Date: Tue, 19 May 2026 07:14:06 +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 229e75a614a5b1909e4a6d6769af041a1d36823a (commit) from 9d4921e021d8ef14b2bbd9a5c4a89938397dae07 (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 229e75a614a5b1909e4a6d6769af041a1d36823a Author: Arne Fitzenreiter Date: Tue May 19 09:13:20 2026 +0200 kernel: update to 6.18.32 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 b5ab100b5..36345ca47 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.28 Kernel Configuration +# Linux/x86 6.18.32 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 e27a366f5..0ece11f46 100644 --- a/lfs/linux +++ b/lfs/linux @@ -24,7 +24,7 @@ include Config -VER = 6.18.28 +VER = 6.18.32 THISAPP = linux-$(VER) DL_FILE = linux-$(VER).tar.xz @@ -69,7 +69,7 @@ objects = \ $(DL_FILE) = $(URL_IPFIRE)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 3684278c2d75e87c0083424ccfd6917518d3e28f5a94db9fa33a7787f8e7aa836453547218e2b466b02adf73135f28d84ebf39f0b58f145179d23cd53bb0c8f3 +$(DL_FILE)_BLAKE2 = f292fd58cf61b23dbe40e4a1124d2e310712b2b3826195f348b9c5ab7773de9b4eed48e9abc524c5c2d5a05adab13fd305bab7ebfa0a829217e265ff4cdc69f5 install : $(TARGET) hooks/post-receive -- IPFire 2.x development tree