diff options
author | adam <adam@pkgsrc.org> | 2012-03-13 12:40:53 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-03-13 12:40:53 +0000 |
commit | 698b757f7182e30f0c2562ae313b6389e8e32ca6 (patch) | |
tree | 3224304bb94ae1d5d27327bf0bc30ccd43b144b3 /net/samba35/Makefile | |
parent | 610a171674bee5224d26d1c35aec7e2c30b78699 (diff) | |
download | pkgsrc-698b757f7182e30f0c2562ae313b6389e8e32ca6.tar.gz |
Changes 3.5.13:
* BUG 8327: Fix config reload to reload shares from registry.
* BUG 8139: Ignore SMBecho errors.
* BUG 8521: Fix Winbind cache timeout expiry test.
* BUG 8561: Fully observe password change settings.
* BUG 8631: Fix POSIX ACE x permission mapping to and from a DACL.
* BUG 8636: When returning an ACL without SECINFO_DACL requested, we still
set SEC_DESC_DACL_PRESENT in the type field.
* BUG 8644: Make sure that vfs_acl_xattr and vfs_acl_tdb modules add
inheritable entries on a directory with no stored ACL.
* BUG 8663: Fix deleting a symlink if the symlink target is outside of the
* share.
* BUG 8664: Fix renaming a symlink if the symlink target is outside of the
share.
* BUG 8673: Fix NT ACL issue.
* BUG 8679: Make sure that recvfile code path using splice() on Linux
does not leave data in the pipe on short write.
* BUG 8687: Fix typo in 'net memberships' usage.
Diffstat (limited to 'net/samba35/Makefile')
-rw-r--r-- | net/samba35/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/samba35/Makefile b/net/samba35/Makefile index 9c1831aae2c..14634b5a789 100644 --- a/net/samba35/Makefile +++ b/net/samba35/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2012/02/01 08:32:01 sbd Exp $ +# $NetBSD: Makefile,v 1.18 2012/03/13 12:40:53 adam Exp $ .include "../../net/samba/Makefile.mirrors" DISTNAME= samba-${VERSION} -PKGREVISION= 3 CATEGORIES= net MASTER_SITES= ${SAMBA_MIRRORS:=stable/} @@ -12,7 +11,7 @@ HOMEPAGE= http://www.samba.org/ COMMENT= SMB/CIFS protocol server suite LICENSE= gnu-gpl-v3 -VERSION= 3.5.12 +VERSION= 3.5.13 CONFLICTS+= ja-samba-[0-9]* pam-smbpass-[0-9]* tdb-[0-9]* winbind-[0-9]* PKG_DESTDIR_SUPPORT= user-destdir |