Update net/samba33 to the 3.3.4 version. Major enhancements in Samba

3.3.4 include:

    o Fix domain logins for WinXP clients pre SP3 (bug #6263).
    o Fix samr_OpenDomain access checks (bug #6089).
    o Fix usrmgr.exe creating a user (bug #6243).
This commit is contained in:
Timur I. Bakeyev 2009-05-26 00:09:41 +00:00
parent f3a4a44f33
commit ed552e3804
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234560
3 changed files with 9 additions and 6 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= samba
PORTVERSION?= 3.3.3
PORTVERSION?= 3.3.4
PORTREVISION?= 0
CATEGORIES?= net
MASTER_SITES= ${MASTER_SITE_SAMBA}
@ -72,11 +72,13 @@ OPTIONS= LDAP "With LDAP support" on \
DNSUPDATE "With dynamic DNS update(require ADS)" off \
DNSSD "With DNS service discovery support" off \
EXP_MODULES "With experimental modules" off \
SHARED_LIBS "With shared libraries" off \
POPT "With system-wide POPT library" on \
MAX_DEBUG "With maximum debugging" off \
SMBTORTURE "With smbtorture" off
# Disable for now on
.undef WITH_SHARED_LIBS
.include <bsd.port.pre.mk>
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
@ -116,7 +118,7 @@ SAMBA_WANT_LDAP= yes
.endif
.if !defined(WITHOUT_CUPS)
LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base
LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client
CONFIGURE_ARGS+= --enable-cups --enable-iprint
SUB_LIST+= CUPS=""
.else

View File

@ -1,3 +1,3 @@
MD5 (samba-3.3.3.tar.gz) = 4d5835817416d1ffa30783af45c5a9ed
SHA256 (samba-3.3.3.tar.gz) = 16179b74296b9567613ef966b56da58d971285195db6b34b5281154dcfb3a323
SIZE (samba-3.3.3.tar.gz) = 26070757
MD5 (samba-3.3.4.tar.gz) = 1443165edb7cb3f56f1e77aec1ee3266
SHA256 (samba-3.3.4.tar.gz) = f33ffe6a2a47ee52b1441d391718cd0dccab5b91fc737e0c2b956820b09e27e2
SIZE (samba-3.3.4.tar.gz) = 26075373

View File

@ -264,6 +264,7 @@ share/swat/help/manpages/vfs_cap.8.html
share/swat/help/manpages/vfs_catia.8.html
share/swat/help/manpages/vfs_commit.8.html
share/swat/help/manpages/vfs_default_quota.8.html
share/swat/help/manpages/vfs_dirsort.8.html
share/swat/help/manpages/vfs_extd_audit.8.html
share/swat/help/manpages/vfs_fake_perms.8.html
share/swat/help/manpages/vfs_fileid.8.html