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 4gKQvK63KGz2xQW for ; Tue, 19 May 2026 07:16:13 +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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gKQvK5RFTz2xPV for ; Tue, 19 May 2026 07:16:13 +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) (Client CN "people01.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gKQvK2nK6z12Z for ; Tue, 19 May 2026 07:16:13 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1779174973; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=nU+R4LhJAOK/m2VCRD9folZapvv5nsJVWWqBJTIC2as=; b=uidR1GO5qe5Xk95PEp9bMayGZerx+89JlK47zNlSnGY+DmJb9gQTBE8E0NYnofFxjNjCAA 79LugUI+NeFPtaDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1779174973; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=nU+R4LhJAOK/m2VCRD9folZapvv5nsJVWWqBJTIC2as=; b=rDYolkLySJ4IGvpsF+Q6p1lBzpJ5ex0YA/sxWcjx1LeQr66CnWSRFuJwMeYd7IzIRbb0j2 4a5uK0CbAJu2RN1YH7vxMr1GPQ282HgzQJNvjOwBGq9RQ7t39KlICIlSX86XOFQMPMvn6y N8Sx2uQ5J0oPJN4jNI28w9jQs4CqEdq3WtmIqQZCVdYTh0gEqacaNiY0m75nA9MDIKq0Zn 1HCz6QEiIsvdLq2BLQRmRGmhtzdPz3IRuazmEGjbPkPD1haF9mi7P1Pm9wAdBEE52qMZ80 uWwgDy+bIE4GZ+Nblak12yOCkGGjbU9rOwViQdJPxwx604jtHi0Ead8wIIn+0g== Received: by people01.haj.ipfire.org (Postfix, from userid 1001) id 4gKQvK1zCMz2xKy; Tue, 19 May 2026 07:16:13 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, master, updated. 6d3a3709d4766a98ffc6379ebf5b13a6627a9387 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 0a634bf539610d9aa6e4e974c65bec853116c5f1 X-Git-Newrev: 6d3a3709d4766a98ffc6379ebf5b13a6627a9387 Message-Id: <4gKQvK1zCMz2xKy@people01.haj.ipfire.org> Date: Tue, 19 May 2026 07:16:13 +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, master has been updated via 6d3a3709d4766a98ffc6379ebf5b13a6627a9387 (commit) from 0a634bf539610d9aa6e4e974c65bec853116c5f1 (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 6d3a3709d4766a98ffc6379ebf5b13a6627a9387 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