Received: by mail.netbsd.org (Postfix, from userid 605) id CCACB84F41; Thu, 19 Aug 2021 02:59:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1138F84E5C for ; Thu, 19 Aug 2021 02:59:14 +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 jvkK-R3Z3is9 for ; Thu, 19 Aug 2021 02:59:13 +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 7297B84D0E for ; Thu, 19 Aug 2021 02:59:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5F8AEFA97; Thu, 19 Aug 2021 02:59:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1629341953197310" MIME-Version: 1.0 Date: Thu, 19 Aug 2021 02:59:13 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/net/bind911 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210819025913.5F8AEFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1629341953197310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu Aug 19 02:59:13 UTC 2021 Modified Files: pkgsrc/net/bind911: Makefile distinfo Log Message: net/bind911: update to 9.11.35 --- 9.11.35 released --- 5685. [bug] named failed to check the opcode of responses when performing zone refreshes, stub zone updates, and UPDATE forwarding. This has been fixed. [GL #2762] To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 pkgsrc/net/bind911/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/net/bind911/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1629341953197310 Content-Disposition: inline Content-Length: 1893 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/bind911/Makefile diff -u pkgsrc/net/bind911/Makefile:1.48 pkgsrc/net/bind911/Makefile:1.49 --- pkgsrc/net/bind911/Makefile:1.48 Thu Jul 22 22:50:40 2021 +++ pkgsrc/net/bind911/Makefile Thu Aug 19 02:59:13 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2021/07/22 22:50:40 taca Exp $ +# $NetBSD: Makefile,v 1.49 2021/08/19 02:59:13 taca Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} @@ -14,7 +14,7 @@ CONFLICTS+= host-[0-9]* MAKE_JOBS_SAFE= no -BIND_VERSION= 9.11.34 +BIND_VERSION= 9.11.35 .include "../../mk/bsd.prefs.mk" Index: pkgsrc/net/bind911/distinfo diff -u pkgsrc/net/bind911/distinfo:1.33 pkgsrc/net/bind911/distinfo:1.34 --- pkgsrc/net/bind911/distinfo:1.33 Thu Jul 22 22:50:40 2021 +++ pkgsrc/net/bind911/distinfo Thu Aug 19 02:59:13 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.33 2021/07/22 22:50:40 taca Exp $ +$NetBSD: distinfo,v 1.34 2021/08/19 02:59:13 taca Exp $ -SHA1 (bind-9.11.34.tar.gz) = 88e16adfc9fc8cadfe9b85fc6e86e44da14e7f4e -RMD160 (bind-9.11.34.tar.gz) = 59b7a901217fe8fd44103380be68a5ad2a9f5bb7 -SHA512 (bind-9.11.34.tar.gz) = bf7e21e4bd1137fafc7da2ea1db9a4ab28b40c961925f237208e2794d8056c3a655c67bf6b5bc6ac4092616b266ddea2683ca08ced15ef119a2defaf69aebb64 -Size (bind-9.11.34.tar.gz) = 8307113 bytes +SHA1 (bind-9.11.35.tar.gz) = 03f22a422bd6920e143f594bd65a7791830b4d3f +RMD160 (bind-9.11.35.tar.gz) = 2204f36cd69eb150e81e672f89b41d29d7f3c3af +SHA512 (bind-9.11.35.tar.gz) = 78cccabded12cbe3a53421ef4731ccc6ea150b9c36ca4d159b6eaaa9c0b199c907876e00e4f0fe11862b0cfc01049d48ffb126b8acd6230aa71d588b6fab169d +Size (bind-9.11.35.tar.gz) = 8308926 bytes SHA1 (patch-bin_named_Makefile.in) = 3e5b98e3e0bdb701be679d3580d6d2d7609d655b SHA1 (patch-bin_named_server.c) = 0294d74eb3039049c4672a3de6eb371407bb382d SHA1 (patch-bin_pkcs11_pkcs11-keygen.c) = ca2671a5e3216a08a212cf893e070b01705ef9ee --_----------=_1629341953197310--