From 12b518caca412a70a7bbb9aab72b2c3fb948c1b9 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Wed, 2 Apr 2025 22:25:39 +0200 Subject: [PATCH] kmod: Update to version 34.2 - Update from version 34.1 to 34.2 - Update of rootfile not required - Changelog 34.2 NEWS: squash a couple of typos libkmod: fix buffer-overflow in weakdep_to_char testsuite: Add modprobe -c test for weakdep autotools: Fix generated files in tarball kmod 34.2 libkmod: release memory on builtin error path libkmod: fix buffer-overflow in weakdep_to_char 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 e311dd649..de181c2a2 100644 --- a/lfs/kmod +++ b/lfs/kmod @@ -24,7 +24,7 @@ include Config -VER = 34.1 +VER = 34.2 # 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 = 87fc5c62ce16c9ce90cfff1b7b77169908773eaa29138d1c31da4d7d28fbd7bb82f116cf76ec7901ab93ca3d6fc75141855f4130bf3f740901e0e8b0dbb4f68e +$(DL_FILE)_BLAKE2 = 73e7664ef882f5d17985230797d619716b52adfbd39761579a375cdda1f516a0e120b8e3a753983d44b4cff08d3109737aca0b19283549c53a6cc2772f7ae812 install : $(TARGET) -- 2.39.5