[arch-commits] Commit in samba/trunk (PKGBUILD)

Eric Belanger eric at archlinux.org
Tue Jun 3 23:07:11 UTC 2008


    Date: Tuesday, June 3, 2008 @ 19:07:11
  Author: eric
Revision: 2482

upgpkg: samba 3.0.30-1
    upstream update to fix security bug (closes  FS#10526)

Modified:
  samba/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-06-03 15:53:54 UTC (rev 2481)
+++ PKGBUILD	2008-06-03 23:07:11 UTC (rev 2482)
@@ -1,21 +1,25 @@
 # $Id$
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=samba
-pkgver=3.0.28A
+pkgver=3.0.30
 # 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.28
+_realver=3.0.30
 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 etc/samba/smb.conf etc/xinetd.d/swat etc/conf.d/samba)
-depends=('db>=4.6' 'popt' 'libcups' 'acl' 'libldap' 'smbclient>=3.0.27A' 'libcap' 'heimdal>=1.0.1' 'pam' 'fam')
+depends=('db>=4.6' 'popt' 'libcups' 'acl' 'libldap' 'smbclient>=3.0.30' 'libcap' 'heimdal>=1.0.1' 'pam' 'fam')
 options=(!makeflags)
 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=('d647ec1f34414fa8691f74536dcccfb5' '9fc80d2b5210a94b386ea0904337f5bd'\
+         'e93533fa2296c07c1f645dfdd373657f' '5697da77590ec092cc8a883bae06093c'\
+         'a4bbfa39fee95bba2e7ad6b535fae7e6' '96f82c38f3f540b53f3e5144900acf17'\
+         'f2f2e348acd1ccb566e95fa8a561b828')
 
 # for x86_64 and probably i686 make sure to not have dmapi/xfsdump installed when 
 # compiling or it will link against it which is not wanted right now(?)
@@ -72,10 +76,3 @@
   rm $startdir/pkg/usr/sbin/mount.cifs
   rm $startdir/pkg/usr/sbin/umount.cifs
 }
-md5sums=('8761cd7c02833d959fbebd4f69895075'
-         '9fc80d2b5210a94b386ea0904337f5bd'
-         'e93533fa2296c07c1f645dfdd373657f'
-         '5697da77590ec092cc8a883bae06093c'
-         'a4bbfa39fee95bba2e7ad6b535fae7e6'
-         '96f82c38f3f540b53f3e5144900acf17'
-         'f2f2e348acd1ccb566e95fa8a561b828')





More information about the arch-commits mailing list