From 9e3eebb4ef732acb81b9039a9d6983b5f59fcf9a Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Thu, 24 Apr 2025 15:43:52 +0200 Subject: [PATCH] nfs: Update to version 2.8.3 - 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 Signed-off-by: Michael Tremer --- lfs/nfs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lfs/nfs b/lfs/nfs index 645aca302..5f3f8190e 100644 --- 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 -- 2.39.5