diff options
Diffstat (limited to 'extra/samba3')
-rwxr-xr-x | extra/samba3/.md5sum.i686 | 2 | ||||
-rwxr-xr-x | extra/samba3/.md5sum.x86_64 | 2 | ||||
-rwxr-xr-x | extra/samba3/Pkgfile | 8 | ||||
-rwxr-xr-x | extra/samba3/smb.conf | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/extra/samba3/.md5sum.i686 b/extra/samba3/.md5sum.i686 index 4f8cecf3f..875d93d25 100755 --- a/extra/samba3/.md5sum.i686 +++ b/extra/samba3/.md5sum.i686 @@ -1 +1 @@ -355b4530c20997e94aebc74cd6ea5307 samba-3.5.8.tar.gz +fc3fe1103cf9d71abe12a8c604f31c76 samba-3.5.9.tar.gz diff --git a/extra/samba3/.md5sum.x86_64 b/extra/samba3/.md5sum.x86_64 index 4f8cecf3f..875d93d25 100755 --- a/extra/samba3/.md5sum.x86_64 +++ b/extra/samba3/.md5sum.x86_64 @@ -1 +1 @@ -355b4530c20997e94aebc74cd6ea5307 samba-3.5.8.tar.gz +fc3fe1103cf9d71abe12a8c604f31c76 samba-3.5.9.tar.gz diff --git a/extra/samba3/Pkgfile b/extra/samba3/Pkgfile index 9866ae3c4..478c784ab 100755 --- a/extra/samba3/Pkgfile +++ b/extra/samba3/Pkgfile @@ -3,10 +3,10 @@ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch # Depends on: talloc, libcups, gamin, kerberos, libcap -# Run on: libcups,gamin,kerberos,libcap +# Run on: talloc,libcups,gamin,kerberos,libcap name=samba3 -version=3.5.8 +version=3.5.9 release=1 localname=samba source=( http://us6.samba.org/samba/ftp/stable/$localname-$version.tar.gz) @@ -14,12 +14,12 @@ source=( http://us6.samba.org/samba/ftp/stable/$localname-$version.tar.gz) build() { cd $localname-$version/source3 - ./configure --prefix=/usr \ + PYTHON_VER=2.7 ./configure --prefix=/usr \ --localstatedir=/var \ --sysconfdir=/etc \ --with-piddir=/var/run \ --with-pammodulesdir=/lib/security \ - --with-fhs --with-cups --with-syslog \ + --with-fhs --with-syslog \ --with-cifsumount --with-cifsmount make make DESTDIR=$PKG install diff --git a/extra/samba3/smb.conf b/extra/samba3/smb.conf index 7085ce741..d0336edaf 100755 --- a/extra/samba3/smb.conf +++ b/extra/samba3/smb.conf @@ -2,7 +2,7 @@ workgroup = MYGROUP netbios name = NUTYX-SERVER dos charset = cp850 - unix charset = ISO-8859-1 + unix charset = UTF-8 server string = nutyx-server ; printcap name = /etc/printcap printcap name = cups |