Received: by mail.netbsd.org (Postfix, from userid 605) id D97C284DD5; Sat, 15 Dec 2018 16:40:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D2F1F84D22 for ; Sat, 15 Dec 2018 16:40:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id zq5mhEsJg8R2 for ; Sat, 15 Dec 2018 16:40:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 186AF84CF1 for ; Sat, 15 Dec 2018 16:40:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 153BEFB16; Sat, 15 Dec 2018 16:40:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1544892021201810" MIME-Version: 1.0 Date: Sat, 15 Dec 2018 16:40:21 +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: <20181215164021.153BEFB16@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. --_----------=_1544892021201810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Dec 15 16:40:21 UTC 2018 Modified Files: pkgsrc/net/bind912: Makefile distinfo Log Message: net/bind912: update to 9.12.3pl1 Update bind912 to 9.12.3pl1 (BIND 9.12.3-P1). --- 9.12.3-P1 released --- 5108. [bug] Named could fail to determine bottom of zone when removing out of date keys leading to invalid NSEC and NSEC3 records being added to the zone. [GL #771] To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/bind912/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/bind912/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1544892021201810 Content-Disposition: inline Content-Length: 1905 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.6 pkgsrc/net/bind912/Makefile:1.7 --- pkgsrc/net/bind912/Makefile:1.6 Tue Oct 30 09:34:45 2018 +++ pkgsrc/net/bind912/Makefile Sat Dec 15 16:40:20 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2018/10/30 09:34:45 triaxx Exp $ +# $NetBSD: Makefile,v 1.7 2018/12/15 16:40:20 taca Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} @@ -15,7 +15,7 @@ CONFLICTS+= host-[0-9]* MAKE_JOBS_SAFE= no USE_CWRAPPERS= no -BIND_VERSION= 9.12.3 +BIND_VERSION= 9.12.3-P1 .include "../../mk/bsd.prefs.mk" Index: pkgsrc/net/bind912/distinfo diff -u pkgsrc/net/bind912/distinfo:1.4 pkgsrc/net/bind912/distinfo:1.5 --- pkgsrc/net/bind912/distinfo:1.4 Wed Oct 24 11:10:31 2018 +++ pkgsrc/net/bind912/distinfo Sat Dec 15 16:40:20 2018 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.4 2018/10/24 11:10:31 jperkin Exp $ +$NetBSD: distinfo,v 1.5 2018/12/15 16:40:20 taca Exp $ -SHA1 (bind-9.12.3.tar.gz) = 55131f7ab7d9f970ec3097eba5bbfb06346bcf7a -RMD160 (bind-9.12.3.tar.gz) = bbfc7901afad2f2bcfa1d0515fd4eac01539da5e -SHA512 (bind-9.12.3.tar.gz) = ffb9a1fbf2ae06f5af51754ef3809ebd7239184359eda11c6f09a9959e362a3fbc78bad81538bfdb2aea64c4d9718f5e4fc06e726f465b888d1099bac6020922 -Size (bind-9.12.3.tar.gz) = 8616664 bytes +SHA1 (bind-9.12.3-P1.tar.gz) = 1bc1ff64051d467fa27b2a8266c5ea3e495609c7 +RMD160 (bind-9.12.3-P1.tar.gz) = eb0c67a00f9b3bba858734ca3aa9e624fac11362 +SHA512 (bind-9.12.3-P1.tar.gz) = c1c91de88e4297e79b527775edd525c6fa948f169977563ab2e6ca93cac7317f8ca85863567f5cc151d4c6e3c081864ab1cf813bcfdd1165b52e9471b8317c28 +Size (bind-9.12.3-P1.tar.gz) = 8625693 bytes SHA1 (patch-bin_tests_system_metadata_tests.sh) = d01a492d0b7738760bdbff714248e279a78fef28 SHA1 (patch-config.threads.in) = 8341bdb11888d3efdde5f115de91b1f46aa40bd0 SHA1 (patch-configure) = 7d74eef1002351a5513c7c617e28721b39de65d0 --_----------=_1544892021201810--