[Lunar-commits] <moonbase> samba: version bumped to 3.4.0.
Florin Braescu
florin at lunar-linux.org
Wed Aug 5 13:50:38 CEST 2009
commit e15bf6a7def287404c29793ce14b6c4bce9c0f6e
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed Aug 5 14:50:38 2009 +0300
samba: version bumped to 3.4.0.
Configuration changes:
o The default passdb backend has been changed to 'tdbsam'!
General changes:
o Samba4 and Samba3 sources are included in the tarball
Authentication Changes:
o Changed the way smbd handles untrusted domain names given during user
authentication.
Printing Changes:
o Various fixes including printer change notificiation for Samba spoolss
print servers.
Internal changes:
o The remaining hand-marshalled DCE/RPC services (ntsvcs, svcctl, eventlog
and spoolss) were replaced by autogenerated code based on PIDL.
o Samba3 and Samba4 do now share a common tevent library.
o The code has been cleaned up and the major basic interfaces are shared with
Samba4 now.
o An asynchronous API has been added.
Configuration changes
=====================
!!! ATTENTION !!!
The default passdb backend has been changed to 'tdbsam'! That breaks existing
setups using the 'smbpasswd' backend without explicit declaration! Please use
'passdb backend = smbpasswd' if you would like to stick to the 'smbpasswd'
backend or convert your smbpasswd entries using e.g. 'pdbedit -i smbpasswd -e
tdbsam'.
The 'tdbsam' backend is much more flexible concerning per user settings
like 'profile path' or 'home directory' and there are some commands which do not
work with the 'smbpasswd' backend at all.
---
net/samba/BUILD | 4 ++--
net/samba/DETAILS | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/net/samba/BUILD b/net/samba/BUILD
index df248e3..525c2b4 100644
--- a/net/samba/BUILD
+++ b/net/samba/BUILD
@@ -4,7 +4,7 @@
WITH_PAM="--with-pam --with-pam_smbpass"
fi &&
- cd source
+ cd source3
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
@@ -15,7 +15,7 @@
--with-swatdir=/usr/share/samba/swat \
$OPTS || exit 1
- mkdir -p /etc/samba /usr/share/samba /var/log/samba &&
+ mkdir -p /etc/samba /usr/share/samba /var/log/samba &&
default_make &&
diff --git a/net/samba/DETAILS b/net/samba/DETAILS
index b52730a..b64db04 100644
--- a/net/samba/DETAILS
+++ b/net/samba/DETAILS
@@ -1,5 +1,5 @@
MODULE=samba
- VERSION=3.3.6
+ VERSION=3.3.7
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL[0]=http://us1.samba.org/$MODULE/ftp
SOURCE_URL[1]=http://us2.samba.org/$MODULE/ftp
@@ -8,10 +8,10 @@
SOURCE_URL[4]=ftp://se.samba.org/pub/$MODULE
SOURCE_URL[5]=ftp://de.samba.org/samba.org
SOURCE_URL[6]=http://us1.samba.org/$MODULE/ftp/old-versions
- SOURCE_VFY=sha1:e6dea0bc938bd74e593a78c23afb55574edfba9a
+ SOURCE_VFY=sha1:
WEB_SITE=http://www.samba.org
ENTERED=20010922
- UPDATED=20090623
+ UPDATED=20090805
SHORT="Samba provides file and print services to SMB/CIFS clients"
PSAFE=no
More information about the Lunar-commits
mailing list