diff --git a/config/rootfiles/packages/nfs b/config/rootfiles/packages/nfs
index 2090e30e5..b8acffb58 100644
--- a/config/rootfiles/packages/nfs
+++ b/config/rootfiles/packages/nfs
@@ -1,7 +1,6 @@
 etc/rc.d/init.d/nfs-server
 sbin/mount.nfs
 sbin/mount.nfs4
-sbin/nfsdcltrack
 sbin/umount.nfs
 sbin/umount.nfs4
 #usr/include/nfsidmap.h
@@ -35,6 +34,7 @@ usr/sbin/nfsconf
 usr/sbin/nfsdcld
 usr/sbin/nfsdclddb
 usr/sbin/nfsdclnts
+usr/sbin/nfsdctl
 usr/sbin/nfsidmap
 usr/sbin/nfsiostat
 usr/sbin/nfsref
@@ -68,7 +68,7 @@ usr/sbin/start-statd
 #usr/share/man/man8/nfsdcld.8
 #usr/share/man/man8/nfsdclddb.8
 #usr/share/man/man8/nfsdclnts.8
-#usr/share/man/man8/nfsdcltrack.8
+#usr/share/man/man8/nfsdctl.8
 #usr/share/man/man8/nfsidmap.8
 #usr/share/man/man8/nfsiostat.8
 #usr/share/man/man8/nfsref.8
diff --git a/lfs/nfs b/lfs/nfs
index 3c7766645..a81586514 100644
--- a/lfs/nfs
+++ b/lfs/nfs
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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
 
 SUMMARY    = Support Utilities for Kernel nfsd
 
-VER        = 2.7.1
+VER        = 2.8.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    = 24
+PAK_VER    = 25
 
 DEPS       = rpcbind
 
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 0b62f9e86c687c5608947b667526b23cb480c1c526a4303db4d3e551383e5d482ea5b088e26d7f70240abcac405db3668f71377679294bd80796b42717d05f3b
+$(DL_FILE)_BLAKE2 = b3b876dd1b4c745f4fe26b6ae9ec4690f7a946f5616276ce543a7cf0504156408e59682499b80aca4d09fe819de75c6499a11726bec0a392a277685199b56ac6
 
 install : $(TARGET)
 
