diff options
author | taca <taca@pkgsrc.org> | 2013-10-09 14:46:35 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-10-09 14:46:35 +0000 |
commit | 8bedbdf159e3096804d64159b79b7f37569086c4 (patch) | |
tree | 9f3e078b622369862c715187635effc2a8999283 /net | |
parent | 3d4ed266927386252f2173d03ef3d9bcd7ec42e7 (diff) | |
download | pkgsrc-8bedbdf159e3096804d64159b79b7f37569086c4.tar.gz |
Update samba to 3.6.19.
Changes since 3.6.18:
---------------------
o Jeremy Allison <jra@samba.org>
* BUG 5917: Make Samba work on site with Read Only Domain Controller.
o Christian Ambach <ambi@samba.org>
* BUG 8955: NetrServerPasswordSet2 timeout is too short.
o Günther Deschner <gd@samba.org>
* BUG 9899: Fix fallback to ncacn_np in cm_connect_lsat().
* BUG 9615: Fix fallback to ncacn_np in cm_connect_lsat().
* BUG 10127: Fix 'smbstatus' as non-root user.
o Volker Lendecke <vl@samba.org>
* BUG 8955: Give machine password changes 10 minutes of time.
* BUG 10106: Honour output buffer length set by the client for SMB2 GetInfo
requests.
* BUG 10114: Handle Dropbox (write-only-directory) case correctly in
pathname lookup.
o Karolin Seeger <kseeger@samba.org>
* BUG 10076: Fix variable list in man vfs_crossrename.
o Andreas Schneider <asn@samba.org>
* BUG 9994: s3-winbind: Do not delete an existing valid credential cache.
* BUG 10073: 'net ads join': Fix segmentation fault in
create_local_private_krb5_conf_for_domain.
o Richard Sharpe <realrichardsharpe@gmail.com>
* BUG 10097: MacOSX 10.9 will not follow path-based DFS referrals handed
out by Samba.
Diffstat (limited to 'net')
-rw-r--r-- | net/samba/Makefile | 4 | ||||
-rw-r--r-- | net/samba/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index b241a2d9ca6..f200ed2f1ab 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.238 2013/08/14 14:40:10 adam Exp $ +# $NetBSD: Makefile,v 1.239 2013/10/09 14:46:35 taca Exp $ DISTNAME= samba-${VERSION} CATEGORIES= net @@ -9,7 +9,7 @@ HOMEPAGE= http://www.samba.org/ COMMENT= SMB/CIFS protocol server suite LICENSE= gnu-gpl-v3 -VERSION= 3.6.18 +VERSION= 3.6.19 CONFLICTS+= ja-samba-[0-9]* pam-smbpass-[0-9]* winbind-[0-9]* FILESDIR= ${PKGDIR}/../../net/samba/files diff --git a/net/samba/distinfo b/net/samba/distinfo index d13cacff636..d6064590264 100644 --- a/net/samba/distinfo +++ b/net/samba/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.93 2013/08/14 14:40:10 adam Exp $ +$NetBSD: distinfo,v 1.94 2013/10/09 14:46:35 taca Exp $ -SHA1 (samba-3.6.18.tar.gz) = 39d3eb11591918a32845347dba5991a681fa84bb -RMD160 (samba-3.6.18.tar.gz) = 2aef2358c10ad789a38720a7f98f535700017cf8 -Size (samba-3.6.18.tar.gz) = 34112906 bytes +SHA1 (samba-3.6.19.tar.gz) = 098fec00a0a02b704853e4077f2550d71f850c06 +RMD160 (samba-3.6.19.tar.gz) = 31794fad8dc5b3b62fa3f95cb0e03bbde75e20cc +Size (samba-3.6.19.tar.gz) = 34115773 bytes SHA1 (patch-aa) = 6c8497adce78e8b1dea2a0402d4a980b67b57b8e SHA1 (patch-ab) = 0372ff2e3caca866dacd6ed25ae1d02e34a5b567 SHA1 (patch-ac) = 25edbd616199b7dcb41f87aa1374d0bdf19cafec |