mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
nfs-utils: update to 2.6.4.
This commit is contained in:
parent
93dd8f6142
commit
237765ff93
2 changed files with 25 additions and 3 deletions
22
srcpkgs/nfs-utils/patches/musl-unistd.patch
Normal file
22
srcpkgs/nfs-utils/patches/musl-unistd.patch
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
diff -ur a/support/reexport/fsidd.c b/support/reexport/fsidd.c
|
||||||
|
--- a/support/reexport/fsidd.c 2023-11-21 09:11:42.660255810 -0500
|
||||||
|
+++ b/support/reexport/fsidd.c 2023-11-21 09:12:36.536375957 -0500
|
||||||
|
@@ -7,6 +7,7 @@
|
||||||
|
#include <dlfcn.h>
|
||||||
|
#endif
|
||||||
|
#include <event2/event.h>
|
||||||
|
+#include <unistd.h>
|
||||||
|
|
||||||
|
#include "conffile.h"
|
||||||
|
#include "reexport_backend.h"
|
||||||
|
diff -ur a/support/reexport/reexport.c b/support/reexport/reexport.c
|
||||||
|
--- a/support/reexport/reexport.c 2023-11-21 09:11:42.660255810 -0500
|
||||||
|
+++ b/support/reexport/reexport.c 2023-11-21 09:12:13.654324929 -0500
|
||||||
|
@@ -8,6 +8,7 @@
|
||||||
|
#include <sys/types.h>
|
||||||
|
#include <sys/vfs.h>
|
||||||
|
#include <errno.h>
|
||||||
|
+#include <unistd.h>
|
||||||
|
|
||||||
|
#include "nfsd_path.h"
|
||||||
|
#include "conffile.h"
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'nfs-utils'
|
# Template file for 'nfs-utils'
|
||||||
pkgname=nfs-utils
|
pkgname=nfs-utils
|
||||||
version=2.6.2
|
version=2.6.4
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-statduser=nobody --enable-gss --enable-nfsv4
|
configure_args="--with-statduser=nobody --enable-gss --enable-nfsv4
|
||||||
--with-statedir=/var/lib/nfs --enable-libmount-mount --enable-svcgss
|
--with-statedir=/var/lib/nfs --enable-libmount-mount --enable-svcgss
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://www.linux-nfs.org/"
|
homepage="https://www.linux-nfs.org/"
|
||||||
distfiles="${KERNEL_SITE}/utils/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
|
distfiles="${KERNEL_SITE}/utils/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=5200873e81c4d610e2462fc262fe18135f2dbe78b7979f95accd159ae64d5011
|
checksum=01b3b0fb9c7d0bbabf5114c736542030748c788ec2fd9734744201e9b0a1119d
|
||||||
replaces="rpcgen>=0"
|
replaces="rpcgen>=0"
|
||||||
|
|
||||||
hostmakedepends="pkg-config libtirpc-devel rpcsvc-proto mit-krb5-devel"
|
hostmakedepends="pkg-config libtirpc-devel rpcsvc-proto mit-krb5-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue