From 3d389c25f6ebea6a5796730495f7d058bf4f23c2 Mon Sep 17 00:00:00 2001 From: piernov Date: Sat, 3 Mar 2012 16:49:56 +0100 Subject: samba3-server 3.6.3-1 màj port (cherry picked from commit 72a08811d628be79ad4e5c462de84a24121c8f9e) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- samba3-server/.footprint.i686 | 3 --- samba3-server/.footprint.x86_64 | 3 --- samba3-server/.md5sum.i686 | 2 +- samba3-server/.md5sum.x86_64 | 2 +- samba3-server/Pkgfile | 14 ++++++-------- 5 files changed, 8 insertions(+), 16 deletions(-) (limited to 'samba3-server') diff --git a/samba3-server/.footprint.i686 b/samba3-server/.footprint.i686 index bcc543c3e..91589e53a 100755 --- a/samba3-server/.footprint.i686 +++ b/samba3-server/.footprint.i686 @@ -58,9 +58,6 @@ drwxr-xr-x root/root usr/share/man/man8/ -rw-r--r-- root/root usr/share/man/man8/smbspool.8.gz -rw-r--r-- root/root usr/share/man/man8/smbta-util.8.gz -rw-r--r-- root/root usr/share/man/man8/swat.8.gz --rw-r--r-- root/root usr/share/man/man8/tdbbackup.8.gz --rw-r--r-- root/root usr/share/man/man8/tdbdump.8.gz --rw-r--r-- root/root usr/share/man/man8/tdbtool.8.gz -rw-r--r-- root/root usr/share/man/man8/vfs_acl_tdb.8.gz -rw-r--r-- root/root usr/share/man/man8/vfs_acl_xattr.8.gz -rw-r--r-- root/root usr/share/man/man8/vfs_aio_fork.8.gz diff --git a/samba3-server/.footprint.x86_64 b/samba3-server/.footprint.x86_64 index bcc543c3e..91589e53a 100755 --- a/samba3-server/.footprint.x86_64 +++ b/samba3-server/.footprint.x86_64 @@ -58,9 +58,6 @@ drwxr-xr-x root/root usr/share/man/man8/ -rw-r--r-- root/root usr/share/man/man8/smbspool.8.gz -rw-r--r-- root/root usr/share/man/man8/smbta-util.8.gz -rw-r--r-- root/root usr/share/man/man8/swat.8.gz --rw-r--r-- root/root usr/share/man/man8/tdbbackup.8.gz --rw-r--r-- root/root usr/share/man/man8/tdbdump.8.gz --rw-r--r-- root/root usr/share/man/man8/tdbtool.8.gz -rw-r--r-- root/root usr/share/man/man8/vfs_acl_tdb.8.gz -rw-r--r-- root/root usr/share/man/man8/vfs_acl_xattr.8.gz -rw-r--r-- root/root usr/share/man/man8/vfs_aio_fork.8.gz diff --git a/samba3-server/.md5sum.i686 b/samba3-server/.md5sum.i686 index cfbe53411..6e79759a8 100755 --- a/samba3-server/.md5sum.i686 +++ b/samba3-server/.md5sum.i686 @@ -1,2 +1,2 @@ -bd2bb63b1c90161b88262f813bd1ce8b samba-3.6.2.tar.gz +98ac9db9f4b6ebfc3f013aa193ffb0d1 samba-3.6.3.tar.gz 27c2f98d1ffe671d2d9237e72fe6c8fa smb.conf diff --git a/samba3-server/.md5sum.x86_64 b/samba3-server/.md5sum.x86_64 index cfbe53411..6e79759a8 100755 --- a/samba3-server/.md5sum.x86_64 +++ b/samba3-server/.md5sum.x86_64 @@ -1,2 +1,2 @@ -bd2bb63b1c90161b88262f813bd1ce8b samba-3.6.2.tar.gz +98ac9db9f4b6ebfc3f013aa193ffb0d1 samba-3.6.3.tar.gz 27c2f98d1ffe671d2d9237e72fe6c8fa smb.conf diff --git a/samba3-server/Pkgfile b/samba3-server/Pkgfile index 2cae0b7c8..4e7fd9499 100755 --- a/samba3-server/Pkgfile +++ b/samba3-server/Pkgfile @@ -6,22 +6,20 @@ # Run on: samba3 name=samba3-server -version=3.6.2 +version=3.6.3 release=1 -localname=samba -source=( http://us6.samba.org/samba/ftp/stable/$localname-$version.tar.gz\ - smb.conf) - +source=(http://us6.samba.org/samba/ftp/stable/samba-$version.tar.gz + smb.conf) build() { source /etc/blfs-bootscripts # wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2 - wget http://nutyx.meticul.eu/files/patchs/aaabasicfs/blfs-bootscripts-$scriptsversion.tar.bz2 + wget http://nutyx.meticul.eu/files/patchs/aaabasicfs/blfs-bootscripts-$scriptsversion.tar.bz2 tar xf $scripts-$scriptsversion.tar.bz2 cd $scripts-$scriptsversion make DESTDIR=$PKG install-samba make DESTDIR=$PKG install-winbind - cd ../$localname-$version/source3 + cd ../samba-$version/source3 PYTHON_VER=2.7 ./configure --prefix=/usr \ --localstatedir=/var \ --sysconfdir=/etc \ @@ -36,5 +34,5 @@ build() { install -v -m644 ../examples/smb.conf.default $PKG/etc/samba/smb.conf.default cp $SRC/smb.conf $PKG/etc/samba/ + rm -f $PKG/usr/share/man/man8/tdb* } - -- cgit v1.2.3-54-g00ecf