]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
nfs: Update to version 2.8.3
authorAdolf Belka <adolf.belka@ipfire.org>
Thu, 24 Apr 2025 13:43:52 +0000 (15:43 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 24 Apr 2025 14:58:46 +0000 (14:58 +0000)
- Update from version 2.8.2 to 2.8.3
- Update of rootfile not required
- Changelog is just a list of the commits and is over 500 lines long. The details can be
   found in the changelog at https://sourceforge.net/projects/nfs/files/nfs-utils/2.8.3/

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/nfs

diff --git a/lfs/nfs b/lfs/nfs
index 645aca3025c1df9d905258e146a8705df72b6485..5f3f8190e3c291afa37a44cf83f34ee4f563780f 100644 (file)
--- a/lfs/nfs
+++ b/lfs/nfs
@@ -26,7 +26,7 @@ include Config
 
 SUMMARY    = Support Utilities for Kernel nfsd
 
-VER        = 2.8.2
+VER        = 2.8.3
 
 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    = 26
+PAK_VER    = 27
 
 DEPS       = rpcbind
 
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = b3b876dd1b4c745f4fe26b6ae9ec4690f7a946f5616276ce543a7cf0504156408e59682499b80aca4d09fe819de75c6499a11726bec0a392a277685199b56ac6
+$(DL_FILE)_BLAKE2 = 70fbba171697e13e0050cb146ff7e30ce53937d37882e4f53be62ee2792e8afee451a74e81d3b739a4d3c76ef444c5602a7a6a2a1e1148829a50f27e5da18533
 
 install : $(TARGET)
 
@@ -82,11 +82,11 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && ./configure \
-               --prefix=/usr \
-               --sysconfdir=/etc  \
-               --disable-gss \
-               --without-tcp-wrappers \
-               --disable-ipv6
+                               --prefix=/usr \
+                               --sysconfdir=/etc  \
+                               --disable-gss \
+                               --without-tcp-wrappers \
+                               --disable-ipv6
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install