Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 24163A63C4 for ; Mon, 9 Dec 2013 10:44:27 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 927B814A36B; Mon, 9 Dec 2013 10:44:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 30DC114A367 for ; Mon, 9 Dec 2013 10:44:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id rl0d7opnNacw for ; Mon, 9 Dec 2013 10:44:22 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 6150B14A362 for ; Mon, 9 Dec 2013 10:44:22 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 5C37696; Mon, 9 Dec 2013 10:44:22 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 9 Dec 2013 10:44:22 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/net/samba To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20131209104422.5C37696@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: taca Date: Mon Dec 9 10:44:22 UTC 2013 Modified Files: pkgsrc/net/samba: Makefile distinfo Log Message: Update samba to 3.6.22; Security fix for CVE-2012-6150. Changes since 3.6.21: --------------------- o Jeremy Allison * BUG 10185: CVE-2013-4408: Correctly check DCE-RPC fragment length field. o Stefan Metzmacher * BUG 10185: CVE-2013-4408: Correctly check DCE-RPC fragment length field. o Noel Power * BUGs 10300, 10306: CVE-2012-6150: Fail authentication if user isn't member of *any* require_membership_of specified groups. Changes since 3.6.20: --------------------- o Jeremy Allison * BUG 10139: Valid utf8 filenames cause "invalid conversion error" messages. * BUG 10167: s3-smb2 server: smb2 breaks "smb encryption = mandatory". * BUG 10187: Missing talloc_free can leak stackframe in error path. * BUG 10247: xattr: Fix listing EAs on *BSD for non-root users. o Korobkin * BUG 10118: Raise debug level for being unable to open a printer. o Volker Lendecke * BUG 10195: nsswitch: Fix short writes in winbind_write_sock. o Arvid Requate * BUG 10267: Fix Windows 8 printing via local printer drivers. o Andreas Schneider * BUG 10194: Make offline logon cache updating for cross child domain group membership. To generate a diff of this commit: cvs rdiff -u -r1.240 -r1.241 pkgsrc/net/samba/Makefile cvs rdiff -u -r1.95 -r1.96 pkgsrc/net/samba/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.