diff options
author | adam <adam@pkgsrc.org> | 2013-04-30 20:08:10 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-04-30 20:08:10 +0000 |
commit | ea9ebf9a5b7e4ef122da71c0dc5e1f0d08a10067 (patch) | |
tree | 27c1d31801379022629cf07d90da567f61826032 /net | |
parent | 576acaf6eec09a9a88edb1190053c4f8e196d8eb (diff) | |
download | pkgsrc-ea9ebf9a5b7e4ef122da71c0dc5e1f0d08a10067.tar.gz |
Changes 3.6.14:
* BUG 9130: Certain xattrs cause Windows error 0x800700FF.
* BUG 9724: Use is_encrypted_packet() function correctly inside server.
* BUG 9733: Fix 'smbcontrol close-share' is not working.
* BUG 9747: Make sure that we only propogate the INHERITED flag when we are
allowed to.
* BUG 9748: Remove unneeded fstat system call from hot read path.
* BUG 9811: Fix bug in old create temp SMB request. Only use VFS functions.
* BUG 9650: New or deleted CUPS printerqueues are not recognized by Samba.
* BUG 9807: wbinfo: Fix segfault in wbinfo_pam_logon.
* BUG 9727: wkssvc: Fix NULL pointer dereference.
* BUG 9736: smbd: Tune "dir" a bit.
* BUG 9775: Fix segfault for "artificial" conn_structs.
* BUG 9809: RHEL SPEC: Package dbwrap_tool man page.
* BUG 9139: Fix the username map optimization.
* BUG 9699: Fix adding case sensitive spn.
* BUG 9723: Add a tool to migrate latin1 printing tdbs to registry.
* BUG 9735: Fix Winbind separator in upn to username conversion.
* BUG 9766: Cache name_to_sid/sid_to_name correctly.
Diffstat (limited to 'net')
-rw-r--r-- | net/samba/Makefile | 5 | ||||
-rw-r--r-- | net/samba/PLIST | 3 | ||||
-rw-r--r-- | net/samba/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index d56ead1e147..1cfd3e5d62c 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.230 2013/02/16 11:23:59 wiz Exp $ +# $NetBSD: Makefile,v 1.231 2013/04/30 20:08:10 adam Exp $ DISTNAME= samba-${VERSION} -PKGREVISION= 2 CATEGORIES= net MASTER_SITES= ${SAMBA_MIRRORS:=stable/} @@ -10,7 +9,7 @@ HOMEPAGE= http://www.samba.org/ COMMENT= SMB/CIFS protocol server suite LICENSE= gnu-gpl-v3 -VERSION= 3.6.12 +VERSION= 3.6.14 CONFLICTS+= ja-samba-[0-9]* pam-smbpass-[0-9]* winbind-[0-9]* FILESDIR= ${PKGDIR}/../../net/samba/files diff --git a/net/samba/PLIST b/net/samba/PLIST index c03dc9e5e26..660f21e372a 100644 --- a/net/samba/PLIST +++ b/net/samba/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.52 2012/12/14 07:39:34 adam Exp $ +@comment $NetBSD: PLIST,v 1.53 2013/04/30 20:08:10 adam Exp $ bin/eventlogadm bin/findsmb bin/net @@ -88,6 +88,7 @@ lib/samba/vfs/xattr_tdb.${LIBEXT} ${PLIST.pam}lib/security/pam_smbpass.${LIBEXT} ${PLIST.pam}${PLIST.winbind}lib/security/pam_winbind.${LIBEXT} ${PLIST.cups}libexec/cups/backend/smb +man/man1/dbwrap_tool.1 man/man1/findsmb.1 man/man1/log2pcap.1 man/man1/nmblookup.1 diff --git a/net/samba/distinfo b/net/samba/distinfo index 47673e7442e..5e776412181 100644 --- a/net/samba/distinfo +++ b/net/samba/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.88 2013/01/30 11:42:54 taca Exp $ +$NetBSD: distinfo,v 1.89 2013/04/30 20:08:10 adam Exp $ -SHA1 (samba-3.6.12.tar.gz) = e32ed81bbfaf71a6f7fcc7e1fc7a7a49b41f8bd8 -RMD160 (samba-3.6.12.tar.gz) = f7f95d1a0a22861f393c4e9059c756a14795dad5 -Size (samba-3.6.12.tar.gz) = 34073788 bytes +SHA1 (samba-3.6.14.tar.gz) = a28188a8a0a027ac26235bc46f540a5b061e3aee +RMD160 (samba-3.6.14.tar.gz) = 46652501f9b878216ab160ec3ac69384189d98ca +Size (samba-3.6.14.tar.gz) = 34108316 bytes SHA1 (patch-aa) = 6c8497adce78e8b1dea2a0402d4a980b67b57b8e SHA1 (patch-ab) = 0372ff2e3caca866dacd6ed25ae1d02e34a5b567 SHA1 (patch-ac) = 5b1c0fdb781cb75f81af71ed2695144d4a35e032 |