There is an updated pull request by slymattz against master on the void-packages repository https://github.com/slymattz/void-packages nfs-utils-2.8.2 https://github.com/void-linux/void-packages/pull/53467 nfs-utils: update to 2.8.2, libtirpc: update to 1.3.6 #### Testing the changes - I tested the changes in this PR: **YES** #### Local build testing - I built this PR locally for my native architecture: x86_64-glibc - I built this PR locally for these architectures (if supported. mark crossbuilds): - x86_64-musl #### Patching for musl 1. _musl-svcgssd-sysconf.patch_ was used to prevent buffer overflow. However, the problem has been solved [upstream](https://patchwork.kernel.org/project/linux-nfs/patch/20241201153637.449538-1-b.tataroiu@gmail.com/) 2. _nfs-utils-2.7.1-define_macros_for_musl.patch_ has been incorporated upstream 3. _musl-getservbyport.patch_ stays as it hasn't been applied upstream 3. _musl-fix_long_unsigned_int.patch_ also stays as it fixes compilation errors on musl (for reference, see https://github.com/void-linux/void-packages/pull/52088#issue-2501336506) A patch file from https://github.com/void-linux/void-packages/pull/53467.patch is attached