opt/cifs-utils/Pkgfile
Juergen Daubert ca2829293b cifs-utils: update to 5.4
We are not affected by CVE-2012-1586 [1][2] because our port
doesn't install the mount.cifs as a setuid binary.

[1] http://article.gmane.org/gmane.linux.kernel.cifs/5912
[2] https://bugzilla.redhat.com/show_bug.cgi?id=807252
2012-04-19 10:13:39 +02:00

17 lines
463 B
Plaintext

# Description: Utilities for doing and managing mounts of the Linux CIFS filesystem
# URL: http://wiki.samba.org/index.php/LinuxCIFS_utils
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: samba keyutils
name=cifs-utils
version=5.4
release=1
source=(ftp://ftp.samba.org/pub/linux-cifs/$name/$name-$version.tar.bz2)
build () {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}