summaryrefslogtreecommitdiff
path: root/net/samba/buildlink3.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-09-14 17:18:05 +0000
committerjlam <jlam@pkgsrc.org>2004-09-14 17:18:05 +0000
commitbb8b28ccd8c7ab70be4563d7b609e3a7ecee47d5 (patch)
treec2551890cd79bfd349b52833984bdc4bb1b6f640 /net/samba/buildlink3.mk
parent81d0dd7593e42084653e68b51efade07921bd529 (diff)
downloadpkgsrc-bb8b28ccd8c7ab70be4563d7b609e3a7ecee47d5.tar.gz
Update net/samba to 3.0.7. Changes from version 3.0.5 include:
o Fixes for two Denial of Service vulnerabalities (CVE ID# CAN-2004-0807 & CAN-2004-0808). o Winbind failure to return user entries under certain conditions. o Syntax errors in the OpenLDAP schema file (samba.schema). o Printing errors caused by not setting default values for the various printing commands. * Disable 'winbind enable local accounts' by default. o Schannel failure in winbindd. o Incompatibilities between the 'write list' and 'force user' smb.conf options. o Premature optimization of the open_directory() internal function that broke tools such as the ArcServe backup agent, Macromedia HomeSite, and Robocopy. o Sharing violation errors commonly seen when opening when serving Microsoft Office documents from a Samba file share. o Browsing problems caused by an apostrophe (') in the computer's description field. o Problems creating special file types from UNIX CIFS clients and enabling 'unix extensions'. o Fix stalls in smbd caused by inaccessible LDAP servers. o Remove various memory leaks. o Fix issues in the password lockout feature. o Using a cups server other than localhost. o Maintaining the service principal entry in the system keytab for integration with other kerberized services. Please refer to the 'use kerberos keytab' entry in smb.conf(5). When using the heimdal kerberos libraries, you must also specify the following in /etc/krb5.conf: [libdefaults] default_keytab_name = FILE:/etc/krb5.keytab o Support for maintaining individual printer names stored separately from the printer's sharename. o Support for maintaining user password history. o Support for honoring the logon times for user in a Samba domain. * Reintroduce 'force unknown acl user' parameter. When getting a security descriptor for a file, if the owner sid is not known, the owner uid is set to the current uid. Same for group sid.
Diffstat (limited to 'net/samba/buildlink3.mk')
-rw-r--r--net/samba/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba/buildlink3.mk b/net/samba/buildlink3.mk
index e0002620b47..00378e73e1c 100644
--- a/net/samba/buildlink3.mk
+++ b/net/samba/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2004/04/15 16:28:11 jmmv Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2004/09/14 17:18:06 jlam Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
SAMBA_BUILDLINK3_MK:= ${SAMBA_BUILDLINK3_MK}+
@@ -11,7 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nsamba}
BUILDLINK_PACKAGES+= samba
.if !empty(SAMBA_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.samba+= samba>=3.0.2anb1
+BUILDLINK_DEPENDS.samba+= samba>=3.0.7
BUILDLINK_PKGSRCDIR.samba?= ../../net/samba
.endif # SAMBA_BUILDLINK3_MK