From patchwork Fri Aug 7 20:34:03 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10114 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 4hGx1t4D41z3wqC for ; Fri, 07 Aug 2026 20:43:30 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::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 4hGx1k3HZxz5cP for ; Fri, 07 Aug 2026 20:43:22 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hGwsV1mP9z2yZl for ; Fri, 07 Aug 2026 20:36:14 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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 mail02.haj.ipfire.org (Postfix) with ESMTPS id 4hGwsN2dVvz37Y9 for ; Fri, 07 Aug 2026 20:36:08 +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 4hGwsC5365z7KD; Fri, 07 Aug 2026 20:35:59 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1786134959; 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=F3IxPFyFHxB4BFgLpGEfsBH/HVFxov/9AO/PYn5ZXyc=; b=i4D0pDtGkiW+AzxUJhhv9ZSTGh6PmrTQJ0b2czdtSzrpv9Qk1WJGFifxXjfTRBFWxIee70 +cdsH4IzIa/vtaBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1786134959; 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=F3IxPFyFHxB4BFgLpGEfsBH/HVFxov/9AO/PYn5ZXyc=; b=uT8qUTFZh9uVE9TPh8AYRcT4H+OlRiKrulatrY7/r7AJtHX1GmlvtkAFL297ELx/gLc/ar IDkd4Q/3WEKQae4Mfb0UY4k7XyYkAxKzshBETRtzayHUIF9ywNgj3Bt0skF4aVu2NSxBIX feDNcVAb2uju4LjiWP4hhXZ/FQ61fRQKWOdbtgGpN9PpPbT0tc2lwtsh/Z+Ov8oVUdKXu1 mGrTJBFj4sxKC4h1IMmdTYzEbqUQ6JB9yW5fMR25bIt4RnshLkOW+cl05Vd3PBQf2pXk8U l46r8IemJB9i1KtovcfWK5zvmFlNPPatQHS44dmh6tUCDvjdce2blHU31Otbww== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] nfs: Update to version 2.9.2 Date: Fri, 7 Aug 2026 22:34:03 +0200 Message-ID: <20260807203410.1596981-14-adolf.belka@ipfire.org> In-Reply-To: <20260807203410.1596981-1-adolf.belka@ipfire.org> References: <20260807203410.1596981-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.1 to 2.9.2 - No change in rootfile - Changelog is just a list of the commits. The details can be found in the changelog at 2.9.2 https://sourceforge.net/projects/nfs/files/nfs-utils/2.9.2/ Signed-off-by: Adolf Belka --- lfs/nfs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/nfs b/lfs/nfs index d0da3266b..06b91de29 100644 --- a/lfs/nfs +++ b/lfs/nfs @@ -26,7 +26,7 @@ include Config SUMMARY = Support Utilities for Kernel nfsd -VER = 2.9.1 +VER = 2.9.2 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 = 30 +PAK_VER = 31 DEPS = rpcbind @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 029cc11c1d72c880aa22c90d841c7c9427e2acb2a39d46df07aac5714db62fad0dd78b82779fa325399cb03f4df918f0570bf17006b05efa3a9318f61000daab +$(DL_FILE)_BLAKE2 = ef6b726bdeda695047af9359316f4519e674b855b064feca409be97acc9e6f78585e4e064646f437b229fb5261b48618db33a458eb315228141b2e9693efd81b install : $(TARGET)