nfs-utils: update to 1.2.8

This commit is contained in:
Juergen Daubert 2013-04-24 18:08:32 +02:00
parent 5801628dfc
commit 47ed508075
2 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,5 @@
c5ccf58f5f9f57aba75c8b72219eb6e6 exports c5ccf58f5f9f57aba75c8b72219eb6e6 exports
167ea3a16eb6f33b3642e920147bb265 idmapd.conf 167ea3a16eb6f33b3642e920147bb265 idmapd.conf
1477840e1c19e0ac95c538db8b401d90 nfs 1477840e1c19e0ac95c538db8b401d90 nfs
3b5ca797197765dc0c3a4122720c7716 nfs-utils-1.2.7.tar.bz2 fb48630b7c145fb9d6602a79c6eaab11 nfs-utils-1.2.8.tar.bz2
071bb2c4e2104599f0bba55a8ce35f37 nfsserver 071bb2c4e2104599f0bba55a8ce35f37 nfsserver

View File

@ -4,14 +4,17 @@
# Depends on: util-linux udev libcap rpcbind libnfsidmap libevent keyutils sqlite3 # Depends on: util-linux udev libcap rpcbind libnfsidmap libevent keyutils sqlite3
name=nfs-utils name=nfs-utils
version=1.2.7 version=1.2.8
release=2 release=1
source=(http://downloads.sourceforge.net/project/nfs/$name/$version/$name-$version.tar.bz2 \ source=(http://downloads.sourceforge.net/project/nfs/$name/$version/$name-$version.tar.bz2 \
exports idmapd.conf nfs nfsserver) exports idmapd.conf nfs nfsserver)
build () { build () {
cd $name-$version cd $name-$version
# fix version string
sed -i '/^AC_INIT/s/7/8/' configure.ac
./autogen.sh
./configure --prefix=/usr \ ./configure --prefix=/usr \
--mandir=/usr/man \ --mandir=/usr/man \