From 14057125888ba4092e38e6d0d5f06a443842eed6 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Tue, 18 Mar 2025 22:20:12 +0100 Subject: [PATCH] kmod: Update to version 34.1 - 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 Signed-off-by: Michael Tremer --- 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.39.5