diff options
-rwxr-xr-x | extra/samba3-server/.footprint.i686 | 1 | ||||
-rwxr-xr-x | extra/samba3-server/.footprint.x86_64 | 1 | ||||
-rwxr-xr-x | extra/samba3-server/.md5sum.i686 | 2 | ||||
-rwxr-xr-x | extra/samba3-server/.md5sum.x86_64 | 2 | ||||
-rwxr-xr-x | extra/samba3-server/Pkgfile | 5 |
5 files changed, 7 insertions, 4 deletions
diff --git a/extra/samba3-server/.footprint.i686 b/extra/samba3-server/.footprint.i686 index d1ccc0325..bcc543c3e 100755 --- a/extra/samba3-server/.footprint.i686 +++ b/extra/samba3-server/.footprint.i686 @@ -63,6 +63,7 @@ drwxr-xr-x root/root usr/share/man/man8/ -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 -rw-r--r-- root/root usr/share/man/man8/vfs_audit.8.gz -rw-r--r-- root/root usr/share/man/man8/vfs_cacheprime.8.gz -rw-r--r-- root/root usr/share/man/man8/vfs_cap.8.gz diff --git a/extra/samba3-server/.footprint.x86_64 b/extra/samba3-server/.footprint.x86_64 index d1ccc0325..bcc543c3e 100755 --- a/extra/samba3-server/.footprint.x86_64 +++ b/extra/samba3-server/.footprint.x86_64 @@ -63,6 +63,7 @@ drwxr-xr-x root/root usr/share/man/man8/ -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 -rw-r--r-- root/root usr/share/man/man8/vfs_audit.8.gz -rw-r--r-- root/root usr/share/man/man8/vfs_cacheprime.8.gz -rw-r--r-- root/root usr/share/man/man8/vfs_cap.8.gz diff --git a/extra/samba3-server/.md5sum.i686 b/extra/samba3-server/.md5sum.i686 index 69c8f46c5..c2c4ade31 100755 --- a/extra/samba3-server/.md5sum.i686 +++ b/extra/samba3-server/.md5sum.i686 @@ -1,2 +1,2 @@ -e297e0ea7923c7de8d7c1d8fd0ec0a05 samba-3.6.0.tar.gz +5291717be0734e07dc07b6110e162e87 samba-3.6.1.tar.gz 27c2f98d1ffe671d2d9237e72fe6c8fa smb.conf diff --git a/extra/samba3-server/.md5sum.x86_64 b/extra/samba3-server/.md5sum.x86_64 index 69c8f46c5..c2c4ade31 100755 --- a/extra/samba3-server/.md5sum.x86_64 +++ b/extra/samba3-server/.md5sum.x86_64 @@ -1,2 +1,2 @@ -e297e0ea7923c7de8d7c1d8fd0ec0a05 samba-3.6.0.tar.gz +5291717be0734e07dc07b6110e162e87 samba-3.6.1.tar.gz 27c2f98d1ffe671d2d9237e72fe6c8fa smb.conf diff --git a/extra/samba3-server/Pkgfile b/extra/samba3-server/Pkgfile index 8dcd68a4f..ff4deb538 100755 --- a/extra/samba3-server/Pkgfile +++ b/extra/samba3-server/Pkgfile @@ -6,7 +6,7 @@ # Run on: samba3 name=samba3-server -version=3.6.0 +version=3.6.1 release=1 localname=samba source=( http://us6.samba.org/samba/ftp/stable/$localname-$version.tar.gz\ @@ -15,7 +15,8 @@ source=( http://us6.samba.org/samba/ftp/stable/$localname-$version.tar.gz\ build() { source /etc/blfs-bootscripts - wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2 +# 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 tar xf $scripts-$scriptsversion.tar.bz2 cd $scripts-$scriptsversion make DESTDIR=$PKG install-samba |