From patchwork Tue Sep 22 17:24:11 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10271 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) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4hq6R86Wsnz3x9S for ; Tue, 22 Sep 2026 17:24:36 +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) (Client CN "mail02.haj.ipfire.org", Issuer "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4hq6R637k2z8YC for ; Tue, 22 Sep 2026 17:24:34 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hq6R32Zfcz36XN for ; Tue, 22 Sep 2026 17:24:31 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4hq6Qx2rv0z36fp for ; Tue, 22 Sep 2026 17:24:25 +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 4hq6Qw081Bz6mX; Tue, 22 Sep 2026 17:24:23 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1790097864; 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=4jXmFv/xipet8t2EL2Bd5dkBJVaatMvOQ7+r3xE3i0g=; b=9D6EhMSvO55yrVQI4ktE9I4Hj1NDBZkI4VbYgXIO1jRS9EtCklogvGQlajdVGY5ir4OakH EKZa16MjQx49rtBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1790097864; 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=4jXmFv/xipet8t2EL2Bd5dkBJVaatMvOQ7+r3xE3i0g=; b=FRaczja1oci7HFlFYVkVxMon280wz9BNLjtqNhoSgrHfC1Nf5Eb5Zde6idr2PrZY9yvmP9 nCfPYBpWb0Whmvcaf+miujlJl23ldgXG5313InDIjc1ELXcUe7fp8tBO2LyesS0eWuIvJa jrP2ev9L/TBg0NQrF1aqBCI4ApZjugt6Y2PfEFf10mgXznuDwi2IXI4KLtTP6D11YYIVJV YkaxE5li+vqDMtcf39736G/ApXu95n8eqrsW5G2AeS0hCdD2RoInwYZbEojggVlkQEpsOx DQnVvMUsE3JhqfbA+A/1/H9LAiCsKaNByJsXVZw4mNDYJTLmSWxJdEh5X5MUAA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] nfs: Update to version 3.1.1 Date: Tue, 22 Sep 2026 19:24:11 +0200 Message-ID: <20260922172417.3447503-10-adolf.belka@ipfire.org> In-Reply-To: <20260922172417.3447503-1-adolf.belka@ipfire.org> References: <20260922172417.3447503-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 - Update from version 2.9.2 to 3.1.1 - No change in rootfile - Changelog is just a list of the commits. The details can be found in the changelog at 3.1.1 https://sourceforge.net/projects/nfs/files/nfs-utils/3.1.1/ Signed-off-by: Adolf Belka --- lfs/nfs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/nfs b/lfs/nfs index 06b91de29..e221ae0fd 100644 --- a/lfs/nfs +++ b/lfs/nfs @@ -26,7 +26,7 @@ include Config SUMMARY = Support Utilities for Kernel nfsd -VER = 2.9.2 +VER = 3.1.1 THISAPP = nfs-utils-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = nfs -PAK_VER = 31 +PAK_VER = 32 DEPS = rpcbind @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = ef6b726bdeda695047af9359316f4519e674b855b064feca409be97acc9e6f78585e4e064646f437b229fb5261b48618db33a458eb315228141b2e9693efd81b +$(DL_FILE)_BLAKE2 = 7418b4d70b436fa489e31ae6c96b532d45f8e5bd20f84804d48f95b490844469b14ff7651ca81a480557e19b1a1a2e34293460120201ee6d0c05c8299e9da809 install : $(TARGET)