cifs-utils: update to 6.8

This commit is contained in:
Juergen Daubert 2018-03-15 15:15:08 +01:00
parent 094dba1c28
commit f60fbd4d81
4 changed files with 14 additions and 6 deletions

View File

@ -1,2 +1,3 @@
24c6eded8b4023e946223862709baf6c cifs
af3ae1d27aca624c4daac5bf3eb0d4c1 cifs-utils-6.7.tar.bz2
a385d60293e6f9e4cb0d4ac2093990d8 cifs-utils-6.8.tar.bz2
6db11ecfad2a038af32f1f01b351e985 cifs-utils-man.tar.xz

View File

@ -1,6 +1,7 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Y11QQewaeO3JmOrZgtnr9eVxJjwnrx8XHqFYi67aEnyXl0fvtBWQZERibDqNlclJBi2GkFQkXGZwunmfhv8BwE=
SHA256 (Pkgfile) = b66fa714e7ecbe726273efef6564f9b322a622e17a7c27457b2e57c9aad03dcc
RWSE3ohX2g5d/dNy0ksnNaWMXFqyr1yK6CXIpLBXtLx2ziuQGHOdIc9HVvLkHSvzNX0kvCWKfMtKbC9KL5Y9wB/GGgXm2wXU4AE=
SHA256 (Pkgfile) = 2ff1faee2ddcd1103bf9c0544b55e19889e6fac84914a47d4898253ddb353819
SHA256 (.footprint) = 24d983fca25f91dd80378ea506d7a8a8be8d65c3eb9c1bae1a79fb1ac76023ed
SHA256 (cifs-utils-6.7.tar.bz2) = b2f21612474ab012e75accd167aab607a0614ff67efb56ea0f36789fa785cfab
SHA256 (cifs-utils-6.8.tar.bz2) = e7d1f6050c43f21f82cd77e288eb756755effd22f0c310fc2c525df9d41dff79
SHA256 (cifs-utils-man.tar.xz) = 14b14f323a66f049e23e639c20ae1898f7bdea8ce8de814166bb7d5d60812e5c
SHA256 (cifs) = 6dc576a4b23722cc9b7fd630275f3ba721a0e659a8a9642cd0f7c37df09c9e79

View File

@ -4,16 +4,22 @@
# Depends on: samba keyutils
name=cifs-utils
version=6.7
version=6.8
release=1
source=(https://download.samba.org/pub/linux-cifs/$name/$name-$version.tar.bz2
cifs)
cifs-utils-man.tar.xz cifs)
build () {
cd $name-$version
autoreconf -i
./configure --prefix=/usr
make
make DESTDIR=$PKG install
install -d $PKG/usr/share/man/man{1,8}
install -m 0644 *.1 $PKG/usr/share/man/man1
install -m 0644 *.8 $PKG/usr/share/man/man8
install -D -m 0755 $SRC/cifs $PKG/etc/rc.d/cifs
}

Binary file not shown.