Received: by mail.netbsd.org (Postfix, from userid 605) id C12F784DFC; Tue, 10 Dec 2019 13:03:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 483A584DD9 for ; Tue, 10 Dec 2019 13:03:42 +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 ZOm8IMH2Qhrb for ; Tue, 10 Dec 2019 13:03:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id BA03E84C6C for ; Tue, 10 Dec 2019 13:03:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A8EE5FA97; Tue, 10 Dec 2019 13:03:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1575983021188970" MIME-Version: 1.0 Date: Tue, 10 Dec 2019 13:03:41 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/samba4 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20191210130341.A8EE5FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1575983021188970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Dec 10 13:03:41 UTC 2019 Modified Files: pkgsrc/net/samba4: Makefile distinfo Log Message: samba4: updated to 4.11.3 Samba 4.11.3 This is a security release in order to address the following defects: o CVE-2019-14861: Samba AD DC zone-named record Denial of Service in DNS management server (dnsserver). o CVE-2019-14870: DelegationNotAllowed not being enforced in protocol transition on Samba AD DC. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 pkgsrc/net/samba4/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/net/samba4/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1575983021188970 Content-Disposition: inline Content-Length: 1859 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/samba4/Makefile diff -u pkgsrc/net/samba4/Makefile:1.84 pkgsrc/net/samba4/Makefile:1.85 --- pkgsrc/net/samba4/Makefile:1.84 Sat Nov 23 08:45:45 2019 +++ pkgsrc/net/samba4/Makefile Tue Dec 10 13:03:41 2019 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.84 2019/11/23 08:45:45 mef Exp $ +# $NetBSD: Makefile,v 1.85 2019/12/10 13:03:41 adam Exp $ -DISTNAME= samba-4.11.2 -PKGREVISION= 1 +DISTNAME= samba-4.11.3 CATEGORIES= net MASTER_SITES= https://download.samba.org/pub/samba/stable/ Index: pkgsrc/net/samba4/distinfo diff -u pkgsrc/net/samba4/distinfo:1.37 pkgsrc/net/samba4/distinfo:1.38 --- pkgsrc/net/samba4/distinfo:1.37 Sun Nov 10 17:01:58 2019 +++ pkgsrc/net/samba4/distinfo Tue Dec 10 13:03:41 2019 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.37 2019/11/10 17:01:58 adam Exp $ +$NetBSD: distinfo,v 1.38 2019/12/10 13:03:41 adam Exp $ -SHA1 (samba-4.11.2.tar.gz) = b85b2cf8ad09ceeee744c6ca10c719411902977a -RMD160 (samba-4.11.2.tar.gz) = e6142442130fba3a1c0cf85763f3b9febef36dd8 -SHA512 (samba-4.11.2.tar.gz) = f91053f019c9f979d7e29af00ea9b03a79c6f8efe91413ac2d6dca823f45ca9c30686264fdc0545dddabc687ad369a80c9ec78ebe75d1787dfc9b834233e12c1 -Size (samba-4.11.2.tar.gz) = 18516056 bytes +SHA1 (samba-4.11.3.tar.gz) = cd90090cbe834d9aa86b065eca4dbf3ff7e521f4 +RMD160 (samba-4.11.3.tar.gz) = 81e0b803f97b640882f0dfc6d83c331aaddc9015 +SHA512 (samba-4.11.3.tar.gz) = 11882791cf7c4e3155e50732c8b0858312caf9ce90767fa2703cb3bbe41e981035a0e14e658e9f51b67bdf1882cb9bc987a32f4515ae8a9ad0da3270629abe8b +Size (samba-4.11.3.tar.gz) = 18520441 bytes SHA1 (patch-buildtools_wafsamba_samba__conftests.py) = d927db17124d2bb5b382885e70a41f84c3929926 SHA1 (patch-buildtools_wafsamba_samba__install.py) = d801340617da325e3bb70a90350e45cc8e383c2d SHA1 (patch-buildtools_wafsamba_samba__pidl.py) = a7cc41a55ce032c3fe1e0b660f88fa7871710e0e --_----------=_1575983021188970--