nfs-utils: update to 2.3.1

This commit is contained in:
Juergen Daubert 2017-12-22 12:40:24 +01:00
parent c972d2c75a
commit 83c83997d7
4 changed files with 10 additions and 12 deletions

View File

@ -22,12 +22,13 @@ lrwxrwxrwx root/root sbin/umount.nfs4 -> mount.nfs
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/nfsidmap.h
-rw-r--r-- root/root usr/include/nfsidmap_plugin.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libnfsidmap.a
-rwxr-xr-x root/root usr/lib/libnfsidmap.la
lrwxrwxrwx root/root usr/lib/libnfsidmap.so -> libnfsidmap.so.0.3.0
lrwxrwxrwx root/root usr/lib/libnfsidmap.so.0 -> libnfsidmap.so.0.3.0
-rwxr-xr-x root/root usr/lib/libnfsidmap.so.0.3.0
lrwxrwxrwx root/root usr/lib/libnfsidmap.so -> libnfsidmap.so.1.0.0
lrwxrwxrwx root/root usr/lib/libnfsidmap.so.1 -> libnfsidmap.so.1.0.0
-rwxr-xr-x root/root usr/lib/libnfsidmap.so.1.0.0
drwxr-xr-x root/root usr/lib/libnfsidmap/
-rw-r--r-- root/root usr/lib/libnfsidmap/nsswitch.a
-rwxr-xr-x root/root usr/lib/libnfsidmap/nsswitch.la

View File

@ -1,7 +1,7 @@
c5ccf58f5f9f57aba75c8b72219eb6e6 exports
167ea3a16eb6f33b3642e920147bb265 idmapd.conf
49054b601b8277e86cafae36911cba46 nfs
6acb40b47a6fdbaf04134587334a0fae nfs-utils-2.2.1.tar.xz
d77b182a9ee396aa6221ac2401ad7046 nfs-utils-2.3.1.tar.xz
6981419f23fbe0a0ef3b44eb2efac8fd nfsclient
eb907aa29567365aef517b7948dc9aa0 nfsserver
dfe1c59368b5846316ebcf3b32666c54 rpc.idmapd

View File

@ -1,8 +1,8 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/YVeh72+oXBDfCMMR8mU/zH8plSnplFXribvcxNHxIUW3W1Uq8opppSlh/pJxZhZC4WmxD2iK5lL7OYfzII2mwg=
SHA256 (Pkgfile) = 311f6ebe35c7c56e56dc542b3cf4e821b228305fb60e06f09a2f19faa25be592
SHA256 (.footprint) = 102597ca8295f9265b014748df9448175a0beccca13391c7e0bda3678ba495b9
SHA256 (nfs-utils-2.2.1.tar.xz) = f5a1f08928c156bba28ab730dc0d736bbf324670c349fba57a4ebb402f45a63a
RWSE3ohX2g5d/WOGfSCr4Kf9cAkW5qbEWu+PLIW9idusPwiAGSq6dv1T0xTpv9p8FBZNSlcGZO4/sHjB5QuE3rvKlgtTlDoy3Q0=
SHA256 (Pkgfile) = 966f24b57279d2976ac881b0730480a1ca726a5121d74a318db1740d82494541
SHA256 (.footprint) = 11be441bc7389ac9723b4642c591ba89e91fd2c4429338c8bfeb1c5df449870a
SHA256 (nfs-utils-2.3.1.tar.xz) = 96d06b5a86b185815760d8f04c34fdface8fa8b9949ff256ac05c3ebc08335a5
SHA256 (exports) = 9556615724e66fbe6e7a2bfd740db4c5399a6abafab8cce868975f6926548eec
SHA256 (idmapd.conf) = 2759ea36eff3397c39b534ee34752e02f60976160d66570ae19dbbbb5c00ee53
SHA256 (nfs) = 3ab2824ff5cbe4498faf6cbbbea19793d96bd80c48b9c18c0939938b18ab0217

View File

@ -4,7 +4,7 @@
# Depends on: util-linux libcap rpcbind libevent keyutils sqlite3
name=nfs-utils
version=2.2.1
version=2.3.1
release=1
source=(https://www.kernel.org/pub/linux/utils/$name/$version/$name-$version.tar.xz
exports idmapd.conf
@ -13,9 +13,6 @@ source=(https://www.kernel.org/pub/linux/utils/$name/$version/$name-$version.tar
build () {
cd $name-$version
# fix fresh build/install
cp support/nfsidmap/nfsidmap.h support/include
./configure --prefix=/usr \
--sysconfdir=/etc \
--with-statedir=/var/lib/nfs \