diff options
author | sem <sem@FreeBSD.org> | 2006-08-15 23:25:02 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2006-08-15 23:25:02 +0800 |
commit | b9364391f0f581b05c8f5822ac735b7468e7dd26 (patch) | |
tree | 067c58894b623151798097be23086bfeb340c44a /net | |
parent | b54c86f237f0915837f1c97435663ba8279571f0 (diff) | |
download | freebsd-ports-gnome-b9364391f0f581b05c8f5822ac735b7468e7dd26.tar.gz freebsd-ports-gnome-b9364391f0f581b05c8f5822ac735b7468e7dd26.tar.zst freebsd-ports-gnome-b9364391f0f581b05c8f5822ac735b7468e7dd26.zip |
- Update to 3.0.23b
Common bugs fixed in 3.0.23b include:
o Ambiguity with unqualified names in smb.conf parameters
such as "force user" and "valid users".
o Errors in 'net ads join' caused by bad IP address in the list
of domain controllers.
o SMB signing errors in the client and server code.
o Domain join failures when using smbpasswd on a Samba PDC.
Common bugs fixed in 3.0.23a include:
o Failure to strip the domain name from groups when 'winbind
use default domain = yes'
o Failure in pam_winbind to correctly parse arguments.
o Bad token creation of local users on member servers not
running winbindd.
o Failure to add users or groups to ACLs using the Windows
object picker.
o Failure in file serving code when 'kernel oplocks = yes'.
New features in 3.0.23a include:
o New "createupn" option to "net ads join"
o Rewritten Kerberos keytab generation when 'use kerberos
keytab = yes'
PR: ports/102040
Submitted by: maintainer
Diffstat (limited to 'net')
-rw-r--r-- | net/samba3/Makefile | 4 | ||||
-rw-r--r-- | net/samba3/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/samba3/Makefile b/net/samba3/Makefile index e6134de4f5b9..1d04deb2f74f 100644 --- a/net/samba3/Makefile +++ b/net/samba3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= samba -PORTVERSION?= 3.0.23 +PORTVERSION?= 3.0.23b PORTREVISION?= 0 PORTEPOCH?= 1 CATEGORIES?= net @@ -20,6 +20,7 @@ COMMENT?= A free SMB and CIFS client and server for UNIX CONFLICTS?= ja-samba-2.* ja-samba-3.* samba-2.* sharity-light-1.* USE_ICONV= yes +USE_FAM= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf:259 autoheader:259 @@ -255,7 +256,6 @@ MAN7+= pam_winbind.7 MAN8+= winbindd.8 .endif - PLIST_SUB+= RC_DIR=${RC_DIR} \ SAMBA_LOGDIR=${SAMBA_LOGDIR} \ SAMBA_LOCKDIR=${SAMBA_LOCKDIR} \ diff --git a/net/samba3/distinfo b/net/samba3/distinfo index 77900754c250..623e6f5b294a 100644 --- a/net/samba3/distinfo +++ b/net/samba3/distinfo @@ -1,3 +1,3 @@ -MD5 (samba-3.0.23.tar.gz) = f2f8722248021ca0e8f31b1853d3bf66 -SHA256 (samba-3.0.23.tar.gz) = a198213c44c9837169916c82a885c9916e1627c5dc2285663998f8c307d8590e -SIZE (samba-3.0.23.tar.gz) = 17677551 +MD5 (samba-3.0.23b.tar.gz) = f2d1a513fd7138fd1515d3bdf702f7c7 +SHA256 (samba-3.0.23b.tar.gz) = d5a0f2a907a11b0776601225a6fcf3d680cba32e2eee9829277bd391cdf84941 +SIZE (samba-3.0.23b.tar.gz) = 17686227 |