[arch-commits] CVS update of arch/build/daemons/samba (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Tue Sep 11 21:28:39 UTC 2007
Date: Tuesday, September 11, 2007 @ 17:28:39
Author: tpowa
Path: /home/cvs-arch/arch/build/daemons/samba
Modified: PKGBUILD (1.93 -> 1.94)
'upgpkg: update to new version'
----------+
PKGBUILD | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
Index: arch/build/daemons/samba/PKGBUILD
diff -u arch/build/daemons/samba/PKGBUILD:1.93 arch/build/daemons/samba/PKGBUILD:1.94
--- arch/build/daemons/samba/PKGBUILD:1.93 Tue Aug 21 15:13:26 2007
+++ arch/build/daemons/samba/PKGBUILD Tue Sep 11 17:28:39 2007
@@ -1,21 +1,21 @@
-# $Id: PKGBUILD,v 1.93 2007/08/21 19:13:26 tpowa Exp $
+# $Id: PKGBUILD,v 1.94 2007/09/11 21:28:39 tpowa Exp $
# Maintainer: judd <jvinet at zeroflux.org>
pkgname=samba
-pkgver=3.0.25c
+pkgver=3.0.26a
# We use the 'A' to fake out pacman's version comparators. Samba chooses
# to append 'a','b',etc to their subsequent releases, which pamcan
# misconstrues as alpha, beta, etc. Bad samba!
-_realver=3.0.25c
+_realver=3.0.26a
pkgrel=1
pkgdesc="Tools to access a server's filespace and printers via SMB"
arch=(i686 x86_64)
url="http://www.samba.org"
license=('GPL')
backup=(etc/logrotate.d/samba etc/pam.d/samba)
-depends=('db>=4.5' 'popt' 'libcups' 'libldap' 'smbclient' 'libcap' 'heimdal>=0.8.1' 'pam' 'fam')
+depends=('db>=4.5' 'popt' 'libcups' 'acl' 'libldap' 'smbclient>=3.0.26a' 'libcap' 'heimdal>=0.8.1' 'pam' 'fam')
source=(http://us1.samba.org/samba/ftp/${pkgname}-${_realver}.tar.gz \
no-clients.patch samba samba.logrotate swat.xinetd samba.pam samba.conf.d)
-md5sums=('87950694270b86cbc1b2074cb53dd1aa'
+md5sums=('16b47e6add332e5ac4523fc88c381d06'
'9fc80d2b5210a94b386ea0904337f5bd'
'e93533fa2296c07c1f645dfdd373657f'
'3d09190213d20a946c30658ccfcbd455'
@@ -32,8 +32,9 @@
./configure --prefix=/usr --with-configdir=/etc/samba \
--with-lockdir=/var/run/samba \
- --with-fhs --with-pam --with-ads \
- --without-smbmount --without-libsmbclient
+ --with-fhs --with-pam --with-ads --with-acl-support \
+ --without-smbmount --without-libsmbclient \
+ --localstatedir=/var
make -j1 || return 1
mkdir -p $startdir/pkg/var/log/samba
mkdir -p $startdir/pkg/etc/samba/private
@@ -74,3 +75,4 @@
rm $startdir/pkg/usr/sbin/mount.cifs
rm $startdir/pkg/usr/sbin/umount.cifs
}
+
More information about the arch-commits
mailing list