From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZHPrh0xYrz36V2 for ; Tue, 18 Mar 2025 21:20:36 +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) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZHPrc3Vkbz37BJ for ; Tue, 18 Mar 2025 21:20:32 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (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) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4ZHPrZ2Nx8z5bq; Tue, 18 Mar 2025 21:20:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1742332830; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=CyMiFx3o5jCYz7tskR0k0v6VNOSYhfU1QXP1QVwgQYI=; b=wY9EnEuapdmPiaKu5pD1rKqU94UtdPXDysYnm6t1yBxedc848SzjvQj6Uoij5D+nVToXyG AoW2GsgRa2T8FmFFO8pKNj4nniGIMNCDuiki4qZG5tnBvgkC+Jx1GOlTWU/J3oVfBw/R6a 65ZBVgfPMBofl2PlkwZJLUHI5iQA0EvRadO0CzBD+CE3TQF8oqVbQVSNqgh8XFOVSobn6/ m8lZjKSLjUVYjuX1PbcgiatfSrBTPtgy7gj0oN03XmMD3k7VCQ0idxE/JXrVYJtX2FXmxE Pw/ogwL4YtcP7NrSp5+1wt2wR9magZlrJ+b7BiPUxI+MZ/txSXBqAi7v5Rf6hA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1742332830; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=CyMiFx3o5jCYz7tskR0k0v6VNOSYhfU1QXP1QVwgQYI=; b=Bts5lELpGaSvQqPANLtI0ptgVYQE6lry0fY2TqijLa+XgPflWM+/yIlh8n9eFOUsCuK0vg Jd3x9Rxa3d9uEIDw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] kmod: Update to version 34.1 Date: Tue, 18 Mar 2025 22:20:12 +0100 Message-ID: <20250318212018.3324141-9-adolf.belka@ipfire.org> In-Reply-To: <20250318212018.3324141-1-adolf.belka@ipfire.org> References: <20250318212018.3324141-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit - Update from version 0.34 to 0.34.1 - Update of rootfile not required - Changelog 0.34.1 It's mostly a build system fix release, the first .1 we are releasing. My goal is to mimic what is done in the kernel and propagate the critical fixes to a stable release, which should help distros to get the fixes ahead of a new release, without having to patch it themselves. Shortlog is below: meson: Use short options for ln everywhere meson: Fix setting an absolute customdir NEWS: ditch mention of libxz.so meson: Fix build with glibc 2.31 kmod 34.1 build: support missing gtkdocize in releases Signed-off-by: Adolf Belka --- lfs/kmod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/kmod b/lfs/kmod index bf2e393ec..e311dd649 100644 --- a/lfs/kmod +++ b/lfs/kmod @@ -24,7 +24,7 @@ include Config -VER = 34 +VER = 34.1 # https://www.kernel.org/pub/linux/utils/kernel/kmod/ @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 115e7e84efd33bfc3e16b57a27ba8cb1b56056800b4d86664188cf2a5d7a5f59484b1b536b6760d153fec5ca89c9da5fd7a1df31a3c9d95e1c6cec9afd3eb1fe +$(DL_FILE)_BLAKE2 = 87fc5c62ce16c9ce90cfff1b7b77169908773eaa29138d1c31da4d7d28fbd7bb82f116cf76ec7901ab93ca3d6fc75141855f4130bf3f740901e0e8b0dbb4f68e install : $(TARGET) -- 2.49.0