cifs-utils: update to 6.5

This commit is contained in:
Juergen Daubert 2016-02-23 12:11:34 +01:00
parent 88af0d5ac7
commit 420afb353d
3 changed files with 13 additions and 12 deletions

View File

@ -13,14 +13,15 @@ drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/cifs-utils/
-rwxr-xr-x root/root usr/lib/cifs-utils/idmapwb.so
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/cifscreds.1.gz
-rw-r--r-- root/root usr/man/man1/getcifsacl.1.gz
-rw-r--r-- root/root usr/man/man1/setcifsacl.1.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/cifs.idmap.8.gz
-rw-r--r-- root/root usr/man/man8/idmapwb.8.gz
-rw-r--r-- root/root usr/man/man8/mount.cifs.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/cifs.idmap
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/cifscreds.1.gz
-rw-r--r-- root/root usr/share/man/man1/getcifsacl.1.gz
-rw-r--r-- root/root usr/share/man/man1/setcifsacl.1.gz
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/cifs.idmap.8.gz
-rw-r--r-- root/root usr/share/man/man8/idmapwb.8.gz
-rw-r--r-- root/root usr/share/man/man8/mount.cifs.8.gz

View File

@ -1,2 +1,2 @@
24c6eded8b4023e946223862709baf6c cifs
b7d75b67fd3987952896d27256c7293d cifs-utils-6.4.tar.bz2
74b2c398ce83a8b792faabc414cec314 cifs-utils-6.5.tar.bz2

View File

@ -4,14 +4,14 @@
# Depends on: samba keyutils
name=cifs-utils
version=6.4
version=6.5
release=1
source=(https://download.samba.org/pub/linux-cifs/$name/$name-$version.tar.bz2
cifs)
build () {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
./configure --prefix=/usr
make
make DESTDIR=$PKG install
install -D -m 0755 $SRC/cifs $PKG/etc/rc.d/cifs