Date: Wednesday, March 30, 2011 @ 09:34:45 Author: tpowa Revision: 117241
upgpkg: cifs-utils 4.9-2 fix suid bit on mount.cifs Modified: cifs-utils/trunk/PKGBUILD ----------+ PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-03-30 11:21:28 UTC (rev 117240) +++ PKGBUILD 2011-03-30 13:34:45 UTC (rev 117241) @@ -2,7 +2,7 @@ # Maintainer: Tobias Powalowski <[email protected]> pkgname=cifs-utils pkgver=4.9 -pkgrel=1 +pkgrel=2 pkgdesc="CIFS filesystem user-space tools" arch=(i686 x86_64) url="http://wiki.samba.org/index.php/LinuxCIFS_utils" @@ -20,5 +20,7 @@ cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install rm -r $pkgdir/usr/bin + # set mount.cifs uid, to enable none root mounting form fstab + chmod +s $pkgdir/sbin/mount.cifs } md5sums=('908d904e6b9e58f09f530de151a88ef8')
