Received: by mail.netbsd.org (Postfix, from userid 605) id 031F384D8E; Thu, 20 Jun 2019 02:15:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7E2E684D7D for ; Thu, 20 Jun 2019 02:15:21 +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 vllqUlXp6uTK for ; Thu, 20 Jun 2019 02:15:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 01B6984CEF for ; Thu, 20 Jun 2019 02:15:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F20D1FBF4; Thu, 20 Jun 2019 02:15:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1560996920184950" MIME-Version: 1.0 Date: Thu, 20 Jun 2019 02:15:20 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/net/bind912 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20190620021520.F20D1FBF4@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. --_----------=_1560996920184950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu Jun 20 02:15:20 UTC 2019 Modified Files: pkgsrc/net/bind912: Makefile distinfo Log Message: net/bind912: update to 9.12.4pl2 Update bind912 to 9.12.4pl2 (BIND 9.12.4-P2). --- 9.12.4-P2 released --- 5244. [security] Fixed a race condition in dns_dispatch_getnext() that could cause an assertion failure if a significant number of incoming packets were rejected. (CVE-2019-6471) [GL #942] To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/bind912/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/bind912/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1560996920184950 Content-Disposition: inline Content-Length: 2033 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/bind912/Makefile diff -u pkgsrc/net/bind912/Makefile:1.11 pkgsrc/net/bind912/Makefile:1.12 --- pkgsrc/net/bind912/Makefile:1.11 Thu May 2 13:31:07 2019 +++ pkgsrc/net/bind912/Makefile Thu Jun 20 02:15:20 2019 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2019/05/02 13:31:07 taca Exp $ +# $NetBSD: Makefile,v 1.12 2019/06/20 02:15:20 taca Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} -PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ @@ -16,7 +15,7 @@ CONFLICTS+= host-[0-9]* MAKE_JOBS_SAFE= no USE_CWRAPPERS= no -BIND_VERSION= 9.12.4-P1 +BIND_VERSION= 9.12.4-P2 .include "../../mk/bsd.prefs.mk" Index: pkgsrc/net/bind912/distinfo diff -u pkgsrc/net/bind912/distinfo:1.8 pkgsrc/net/bind912/distinfo:1.9 --- pkgsrc/net/bind912/distinfo:1.8 Thu May 2 13:31:07 2019 +++ pkgsrc/net/bind912/distinfo Thu Jun 20 02:15:20 2019 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.8 2019/05/02 13:31:07 taca Exp $ +$NetBSD: distinfo,v 1.9 2019/06/20 02:15:20 taca Exp $ -SHA1 (bind-9.12.4-P1.tar.gz) = e1406e294aee810e32f93d60bd45b15b5d1f76e9 -RMD160 (bind-9.12.4-P1.tar.gz) = b656fbd38b80fc59bcd592803671e80825e6e24a -SHA512 (bind-9.12.4-P1.tar.gz) = 1c07f6e10cb9fd499c4231e8290da94da1f5f4294c664635eac82bdb10be9a01119208fe2c15f5d28f50e3c2cdec7b553851b7676b65792f3f21de071587297d -Size (bind-9.12.4-P1.tar.gz) = 7914907 bytes +SHA1 (bind-9.12.4-P2.tar.gz) = 80d35c9ee07bf9bdd87b8b0f68e5d551ffb14085 +RMD160 (bind-9.12.4-P2.tar.gz) = 301d4f319980a185d9364b2970caa197d2f36e42 +SHA512 (bind-9.12.4-P2.tar.gz) = 069fb0684a9e223cf81cc6485accde9d9495e541550e54636742601cc281f04fa58143e1b8d6afe0a8d08f13681fbb12d8bcc843349f47627c0a21bff24144bf +Size (bind-9.12.4-P2.tar.gz) = 7914709 bytes SHA1 (patch-bin_named_server.c) = fc54c9014104bfb0c73ec59e2a490de51a5e5b78 SHA1 (patch-bin_pkcs11_pkcs11-keygen.c) = d953bf48aadcdf7e95975d335167cc50f54ef91e SHA1 (patch-bin_tests_system_metadata_tests.sh) = d01a492d0b7738760bdbff714248e279a78fef28 --_----------=_1560996920184950--