Received: by mail.netbsd.org (Postfix, from userid 605) id AAE0984EBA; Wed, 17 May 2023 13:41:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D907084E9F for ; Wed, 17 May 2023 13:41:58 +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 HD0oiBeE9EnK for ; Wed, 17 May 2023 13:41:58 +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 5480284D3C for ; Wed, 17 May 2023 13:41:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 483C6FA87; Wed, 17 May 2023 13:41:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1684330918291950" MIME-Version: 1.0 Date: Wed, 17 May 2023 13:41:58 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/net/bind916 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230517134158.483C6FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1684330918291950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Wed May 17 13:41:58 UTC 2023 Modified Files: pkgsrc/net/bind916: Makefile distinfo Log Message: net/bind916: update to 9.16.41 --- 9.16.41 released --- 6157. [bug] When removing delegations in an OPTOUT range empty-non-terminal NSEC3 records generated by those delegations were not removed. [GL #4027] To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 pkgsrc/net/bind916/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/net/bind916/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1684330918291950 Content-Disposition: inline Content-Length: 1796 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/bind916/Makefile diff -u pkgsrc/net/bind916/Makefile:1.56 pkgsrc/net/bind916/Makefile:1.57 --- pkgsrc/net/bind916/Makefile:1.56 Mon Apr 24 13:45:10 2023 +++ pkgsrc/net/bind916/Makefile Wed May 17 13:41:58 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2023/04/24 13:45:10 taca Exp $ +# $NetBSD: Makefile,v 1.57 2023/05/17 13:41:58 taca Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} @@ -15,7 +15,7 @@ CONFLICTS+= host-[0-9]* MAKE_JOBS_SAFE= no -BIND_VERSION= 9.16.40 +BIND_VERSION= 9.16.41 BUILD_DEFS+= BIND_DIR VARBASE Index: pkgsrc/net/bind916/distinfo diff -u pkgsrc/net/bind916/distinfo:1.47 pkgsrc/net/bind916/distinfo:1.48 --- pkgsrc/net/bind916/distinfo:1.47 Mon Apr 24 13:45:10 2023 +++ pkgsrc/net/bind916/distinfo Wed May 17 13:41:58 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.47 2023/04/24 13:45:10 taca Exp $ +$NetBSD: distinfo,v 1.48 2023/05/17 13:41:58 taca Exp $ -BLAKE2s (bind-9.16.40.tar.xz) = bf71098c96dd3c074de4b29acadce0e9aab98defa83549cfd2431d72e23a4a01 -SHA512 (bind-9.16.40.tar.xz) = accf37a608f4e632ff61c8ac42d157fb9d94a791ad686ac1641286b017198d2a7b19613b62d9f7b1e5a14d6bb13fc307ce74fd6f415521e430a62fca7e8245f9 -Size (bind-9.16.40.tar.xz) = 5120328 bytes +BLAKE2s (bind-9.16.41.tar.xz) = 609295ad902ba361027c30457a65814b5fc4161a3c248cb918b8cc063445a41b +SHA512 (bind-9.16.41.tar.xz) = 93c374ef82ff36e222a790161942635d0b977813b5040f8895e1c032b4ca1925addc8ef3a06417445036dc35aeb708cc61bd589c6a9cb78980f77ab402c44bee +Size (bind-9.16.41.tar.xz) = 5121884 bytes SHA1 (patch-bin_dig_dighost.c) = b1073911d80ecd519af98b6678968296ff8c0c98 SHA1 (patch-bin_dig_include_dig_dig.h) = 10166f5bb98b208c7b10d63eb31e8253f704acc8 SHA1 (patch-bin_named_Makefile.in) = f1367da6a226ba44d0ee13acf00b8abeb5b1b7eb --_----------=_1684330918291950--