aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--UPDATING16
-rw-r--r--net/samba3/Makefile4
-rw-r--r--net/samba3/distinfo6
3 files changed, 21 insertions, 5 deletions
diff --git a/UPDATING b/UPDATING
index 3c3ed4695c1f..6562454be0a0 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,22 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20060815:
+ AFFECTS: users of net/samba3
+ AUTHOR: timur@gnu.org
+
+ Since Samba 3.0.8, it has been recommended that all domain accounts
+ listed in smb.conf on a member server be fully qualified with the
+ domain name. This is now a requirement. All unqualified names are
+ assumed to be local to the Unix host, either as part of the server's
+ local passdb or in the local system list of accounts (e.g. /etc/passwd
+ or /etc/group).
+
+ If the member server is not running winbindd at all, domain
+ accounts will be implicitly mapped to local accounts and their
+ tokens will be modified appropriately to reflect the local
+ SID and group membership.
+
20060804:
AFFECTS: users of editors/jedit-devel
AUTHOR: question+fbsdports@closedsrc.org
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