From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4fqqR712Clz37D6 for ; Tue, 07 Apr 2026 15:11:31 +0000 (UTC) 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 "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4fqqQv2HSZz36XG for ; Tue, 07 Apr 2026 15:11:19 +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 4fqqQv01tgz5sT; Tue, 07 Apr 2026 15:11:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1775574679; 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=XQGa/c+ZWy0EFsQfW/HIi6cGopcAYGjf6tj1pDEOUm0=; b=q0a2dK3MLi6b/KMvyhO8Xb8NvBL/imXYyqrj2m6PWBmm4YP2QQiK3gE8CPkmElo5cNO8R5 Dmg1n1vErck/Q2ucZS9tvHHWHN2YPN7lLlQ9fMxfvu0FXyz8a04P37zQ3sOaCfCRILWf/M F5GH4E29dRrw0sm3GCup3pkhbUueGPsSSEQfdf0Ssl0rfGhRMtg9nautIAjaaxqsGGi9Nk ZocjLrW9GliWR7kqCah0en8NpWmsiYkivUliFGD96wFggTW+/2pu2ac1W10PWPx8d9s71B XbBU8njKAfut9EfgliWTUZDO4/a85cYTAu3SF2+wcH2CQONHgA762avrwJQ/GA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1775574679; 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=XQGa/c+ZWy0EFsQfW/HIi6cGopcAYGjf6tj1pDEOUm0=; b=Qx5twe6PREaEhMb5v0eDaAwqine207VioRQXxUEFYz+nzVKbz1/PctCRroZOOu4jOQ6P8+ w3rNQbh64IW+K3BA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] nfs: Update to version 2.9.1 Date: Tue, 7 Apr 2026 17:10:58 +0200 Message-ID: <20260407151108.3472751-25-adolf.belka@ipfire.org> In-Reply-To: <20260407151108.3472751-1-adolf.belka@ipfire.org> References: <20260407151108.3472751-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 2.8.5 to 2.9.1 - No change to rootfile - Changelog is just a list of the commits. The details can be found in the changelog at 2.9.1 https://sourceforge.net/projects/nfs/files/nfs-utils/2.9.1/ 2.8.7 https://sourceforge.net/projects/nfs/files/nfs-utils/2.8.7/ 2.8.6 https://sourceforge.net/projects/nfs/files/nfs-utils/2.8.6/ Signed-off-by: Adolf Belka --- lfs/nfs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/nfs b/lfs/nfs index c404be338..d0da3266b 100644 --- a/lfs/nfs +++ b/lfs/nfs @@ -26,7 +26,7 @@ include Config SUMMARY = Support Utilities for Kernel nfsd -VER = 2.8.5 +VER = 2.9.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 = 29 +PAK_VER = 30 DEPS = rpcbind @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 56a2e193de3810ef8fafec65356851ad5900ee03d3f5aefa7fc336712bfdaf7ee6b235f973fec815c7396996cd8806320e09825798202e9957c9817607641dd0 +$(DL_FILE)_BLAKE2 = 029cc11c1d72c880aa22c90d841c7c9427e2acb2a39d46df07aac5714db62fad0dd78b82779fa325399cb03f4df918f0570bf17006b05efa3a9318f61000daab install : $(TARGET) -- 2.53.0