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 4ZSbwY3pxWz33B1 for ; Wed, 2 Apr 2025 20:25:49 +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 4ZSbwT6dKtz3378 for ; Wed, 2 Apr 2025 20:25:45 +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 4ZSbwT4PQ4zvC; Wed, 2 Apr 2025 20:25:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1743625545; 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=s8ZZD2be5fKmXqAfLb/WOP8dNDNulyVBrUrTmY1OHec=; b=7T6ceCXj6C0035oN37p6XkHhauOKE8gyH8GZm5RcAM1xFguaOXuy9O1qrikMoLwiXQ412i iCNwsUbn59EUBhBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1743625545; 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=s8ZZD2be5fKmXqAfLb/WOP8dNDNulyVBrUrTmY1OHec=; b=SjFrR7Fme4lGaWrm3OcT/VLlmVaVsyr/UgFKhnCeRk4FxzmmrHR21J/Ql0WgbGp/3ber4F dNz1hgsrMwIDF3o/s8xfiYbrJwod3vPPz8wy/TBj4lJsLS4QgKKCsz+wCxnrvgTOqT8eGX mfTU50FCFuw4AirCM+gfUBPV7TS7XuFUie8emHCvIAD8aTtkR2BQ+iJWpCJSimmaBSaIql WHbEo8PpxyeAyHh7Lf51Bsw8lPmpY7LO6fYntU45Zd/lh8aIgWBpiX6mrIgFj5EJVnEkVQ bmQDnwIzkJDEE/Dulx+FY3t+Crwq7SoHl7TQcm4yr2Ln4X33x4p9KKvCJSdaoA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] kmod: Update to version 34.2 Date: Wed, 2 Apr 2025 22:25:39 +0200 Message-ID: <20250402202540.3373627-4-adolf.belka@ipfire.org> In-Reply-To: <20250402202540.3373627-1-adolf.belka@ipfire.org> References: <20250402202540.3373627-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 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 --- 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.49.0