From patchwork Wed Nov 30 15:54:51 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 6225 Return-Path: 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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4NMkLH3Qryz3wgq for ; Wed, 30 Nov 2022 15:55:03 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4NMkLF0zlZz2RZ; Wed, 30 Nov 2022 15:55:01 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NMkLD6j3kz2yf0; Wed, 30 Nov 2022 15:55:00 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4NMkLC56jJz2xYk for ; Wed, 30 Nov 2022 15:54:59 +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 ECDSA (P-384)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4NMkLB1dLYz2RZ for ; Wed, 30 Nov 2022 15:54:57 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1669823699; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=B0osv6BBfk+70EzPcu0MCqRUEFt+mlNfXYUK3DWdU24=; b=BJm/miOSgBlgHVvlpoIBonH0sPw+qs6EMTNusg9J2KBCu1e0+y0xjb0XY6Yiak7YizNdMb 17SWtktMzzzxhNAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1669823699; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=B0osv6BBfk+70EzPcu0MCqRUEFt+mlNfXYUK3DWdU24=; b=KRgxGOcQ3mFBAqcTf3fYeLpznYXjmeuJSMlQoVR38Ccm+jFfS8mgpRB9CqnSIw5MrUEB99 dEtXDlM2nfM7Xn1vwKuCg93PGrS+IxH0+KeYWmooVEhnhpqs0pNhVJPpwAdNz2v7LudMZ+ nCw7Dp+L7bmSzohVbHGqH8pkTD8R415Yncj3u5+8SwpaN0s/a8SZYHnuDIsuA6k8Z7qbzi JmP/hNhzFcXm/db3CDab88T+G9t2ewvEQLXt/+laj8aWuhOf1moOSBvfLAjQtTcOcfZXmo aNL79+vNnZoGeT66HfgKuSzJQ/DobOnpJz/6wyBMsOP8vfcqSoCecBMXZUXbog== Message-ID: Date: Wed, 30 Nov 2022 16:54:51 +0100 MIME-Version: 1.0 Content-Language: en-US To: development@lists.ipfire.org From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] kmod: Update to 30 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Peter Müller --- kmod/kmod.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kmod/kmod.nm b/kmod/kmod.nm index 9a766e203..79d41fbc4 100644 --- a/kmod/kmod.nm +++ b/kmod/kmod.nm @@ -4,12 +4,12 @@ ############################################################################### name = kmod -version = 26 +version = 30 release = 1 maintainer = Michael Tremer groups = System/Kernel -url = http://git.kernel.org/cgit/utils/kernel/kmod/kmod.git +url = https://git.kernel.org/cgit/utils/kernel/kmod/kmod.git license = GPLv2+ summary = Linux kernel module management utilities.