From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] nfs: Update to version 2.7.1 Date: Sun, 15 Sep 2024 18:43:40 +0200 Message-ID: <20240915164342.4134180-7-adolf.belka@ipfire.org> In-Reply-To: <20240915164342.4134180-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6505433020367908105==" List-Id: --===============6505433020367908105== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 2.6.4 to 2.7.1 - Update of rootfile - Changelog is a list of all the commits and it is made available in the file 2.7.1-Changelog in the sourceforge site https://sourceforge.net/projects/nfs/files/nfs-utils/2.7.1/ Signed-off-by: Adolf Belka --- config/rootfiles/packages/nfs | 2 ++ lfs/nfs | 9 ++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/packages/nfs b/config/rootfiles/packages/nfs index e4c3c5219..2090e30e5 100644 --- a/config/rootfiles/packages/nfs +++ b/config/rootfiles/packages/nfs @@ -37,6 +37,7 @@ usr/sbin/nfsdclddb usr/sbin/nfsdclnts usr/sbin/nfsidmap usr/sbin/nfsiostat +usr/sbin/nfsref usr/sbin/nfsstat usr/sbin/rpc.idmapd usr/sbin/rpc.mountd @@ -70,6 +71,7 @@ usr/sbin/start-statd #usr/share/man/man8/nfsdcltrack.8 #usr/share/man/man8/nfsidmap.8 #usr/share/man/man8/nfsiostat.8 +#usr/share/man/man8/nfsref.8 #usr/share/man/man8/nfsstat.8 #usr/share/man/man8/rpc.idmapd.8 #usr/share/man/man8/rpc.mountd.8 diff --git a/lfs/nfs b/lfs/nfs index 713dbeacd..3c7766645 100644 --- a/lfs/nfs +++ b/lfs/nfs @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2023 IPFire Team = # +# Copyright (C) 2007-2024 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -26,7 +26,7 @@ include Config =20 SUMMARY =3D Support Utilities for Kernel nfsd =20 -VER =3D 2.6.4 +VER =3D 2.7.1 =20 THISAPP =3D nfs-utils-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -34,7 +34,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D nfs -PAK_VER =3D 22 +PAK_VER =3D 24 =20 DEPS =3D rpcbind =20 @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D eaec88d872e2b4cf8cd588e8770af44b7f7636685a229c9a70c10e= 6fab1344651c5e9a73ab9f520e7c92c2de455998bf14bba070b463db1e17e9e7042851b38f +$(DL_FILE)_BLAKE2 =3D 0b62f9e86c687c5608947b667526b23cb480c1c526a4303db4d3e5= 51383e5d482ea5b088e26d7f70240abcac405db3668f71377679294bd80796b42717d05f3b =20 install : $(TARGET) =20 @@ -87,7 +87,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --disable-gss \ --without-tcp-wrappers \ --disable-ipv6 - cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install =20 --=20 2.46.0 --===============6505433020367908105==--