nfs-utils: updated to 1.0.9

This commit is contained in:
Simone Rota 2006-07-08 09:43:53 +00:00
parent 3215be64c0
commit e45dedde2f
4 changed files with 7 additions and 22 deletions

View File

@ -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/

View File

@ -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

View File

@ -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

View File

@ -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);