diff --git a/nfs-utils/.footprint b/nfs-utils/.footprint index 9786e40e..8a33b392 100644 --- a/nfs-utils/.footprint +++ b/nfs-utils/.footprint @@ -24,6 +24,7 @@ lrwxrwxrwx root/root usr/man/man8/rpc.mountd.8.gz -> mountd.8.gz lrwxrwxrwx root/root usr/man/man8/rpc.nfsd.8.gz -> nfsd.8.gz lrwxrwxrwx root/root usr/man/man8/rpc.rquotad.8.gz -> rquotad.8.gz lrwxrwxrwx root/root usr/man/man8/rpc.statd.8.gz -> statd.8.gz +-rw-r--r-- root/root usr/man/man8/rpcdebug.8.gz -rw-r--r-- root/root usr/man/man8/rquotad.8.gz -rw-r--r-- root/root usr/man/man8/showmount.8.gz -rw-r--r-- root/root usr/man/man8/statd.8.gz @@ -39,6 +40,7 @@ drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/rpc.nfsd -rwxr-xr-x root/root usr/sbin/rpc.rquotad -rwxr-xr-x root/root usr/sbin/rpc.statd +-rwxr-xr-x root/root usr/sbin/rpcdebug -rwxr-xr-x root/root usr/sbin/showmount drwxr-xr-x root/root var/ drwxr-xr-x root/root var/lib/ diff --git a/nfs-utils/.md5sum b/nfs-utils/.md5sum index 81fe576d..b3af3d50 100644 --- a/nfs-utils/.md5sum +++ b/nfs-utils/.md5sum @@ -1,5 +1,4 @@ c5ccf58f5f9f57aba75c8b72219eb6e6 exports 73ad69a472b77946167025b946e0794a nfs -574fc0ec4e129751bd8884fdc4558558 nfs-utils-1.0.7-gcc4.patch -8f863120261cd572ad320a9152581e11 nfs-utils-1.0.7.tar.gz +73981058e49b0b4ce2a15e21960529f5 nfs-utils-1.0.9.tar.gz 91238e88d73c9841b9e8beb24aafa873 nfsserver diff --git a/nfs-utils/Pkgfile b/nfs-utils/Pkgfile index 5673f261..7d2e1eab 100644 --- a/nfs-utils/Pkgfile +++ b/nfs-utils/Pkgfile @@ -3,23 +3,22 @@ # Maintainer: Per Lidén, core-ports at crux dot nu name=nfs-utils -version=1.0.7 -release=3 +version=1.0.9 +release=1 source=(http://dl.sourceforge.net/nfs/$name-$version.tar.gz \ - $name-$version-gcc4.patch \ exports nfs nfsserver) build () { cd $name-$version - patch -p1 < ../$name-$version-gcc4.patch ./configure --prefix=/usr \ + --mandir=/usr/man \ --enable-nfsv3 \ --disable-nfsv4 \ --disable-gss \ --with-statedir=/var/lib/nfs \ --sysconfdir=/etc make - make install_prefix=$PKG install + make DESTDIR=$PKG install install -D -m 755 ../nfs $PKG/etc/rc.d/nfs install -D -m 755 ../nfsserver $PKG/etc/rc.d/nfsserver install -D -m 644 ../exports $PKG/etc/exports diff --git a/nfs-utils/nfs-utils-1.0.7-gcc4.patch b/nfs-utils/nfs-utils-1.0.7-gcc4.patch deleted file mode 100644 index 5964166c..00000000 --- a/nfs-utils/nfs-utils-1.0.7-gcc4.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -Nru nfs-utils-1.0.7/support/rpc/svc_auth_gss.c nfs-utils-1.0.7-gcc4/support/rpc/svc_auth_gss.c ---- nfs-utils-1.0.7/support/rpc/svc_auth_gss.c 2004-10-19 00:23:05.000000000 +0000 -+++ nfs-utils-1.0.7-gcc4/support/rpc/svc_auth_gss.c 2005-10-20 19:42:05.000000000 +0000 -@@ -382,7 +382,11 @@ - return (AUTH_FAILED); - } - auth->svc_ah_ops = &svc_auth_gss_ops; -+ -+ /* - SVCAUTH_PRIVATE(auth) = gd; -+ */ -+ auth->svc_ah_private = (caddr_t) gd; - rqst->rq_xprt->xp_auth = auth; - } - else gd = SVCAUTH_PRIVATE(rqst->rq_xprt->xp_auth);