Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 129F684E79 for ; Tue, 29 Aug 2023 14:46:01 +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 ATtk1LN7SYQn for ; Tue, 29 Aug 2023 14:46:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8245F84CF3 for ; Tue, 29 Aug 2023 14:46:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7C11BFBDB; Tue, 29 Aug 2023 14:46:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16933203604420" MIME-Version: 1.0 Date: Tue, 29 Aug 2023 14:46:00 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/net/bind916 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230829144600.7C11BFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_16933203604420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Tue Aug 29 14:46:00 UTC 2023 Modified Files: pkgsrc/net/bind916: Makefile distinfo Log Message: net/bind916: update to 9.16.43 --- 9.16.43 released --- 6212. [bug] Don't process detach and close netmgr events when the netmgr has been paused. [GL #4200] To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 pkgsrc/net/bind916/Makefile cvs rdiff -u -r1.49 -r1.50 pkgsrc/net/bind916/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16933203604420 Content-Disposition: inline Content-Length: 1911 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.59 pkgsrc/net/bind916/Makefile:1.60 --- pkgsrc/net/bind916/Makefile:1.59 Mon Aug 14 05:24:58 2023 +++ pkgsrc/net/bind916/Makefile Tue Aug 29 14:46:00 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.59 2023/08/14 05:24:58 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2023/08/29 14:46:00 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}/ EXTRACT_SUFX= .tar.xz @@ -16,7 +15,7 @@ CONFLICTS+= host-[0-9]* MAKE_JOBS_SAFE= no -BIND_VERSION= 9.16.42 +BIND_VERSION= 9.16.43 BUILD_DEFS+= BIND_DIR VARBASE Index: pkgsrc/net/bind916/distinfo diff -u pkgsrc/net/bind916/distinfo:1.49 pkgsrc/net/bind916/distinfo:1.50 --- pkgsrc/net/bind916/distinfo:1.49 Wed Jun 21 14:40:43 2023 +++ pkgsrc/net/bind916/distinfo Tue Aug 29 14:46:00 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.49 2023/06/21 14:40:43 taca Exp $ +$NetBSD: distinfo,v 1.50 2023/08/29 14:46:00 taca Exp $ -BLAKE2s (bind-9.16.42.tar.xz) = aac597ba81beb6b82c17910d38a5fee3c383fcdbaf0d01b785ad186ec615990d -SHA512 (bind-9.16.42.tar.xz) = cf29e72c9c979f3cf8ba0b17357fb09c37f1436a7f3a518f49ce4b4c682fb367dd3d8e71de6603c166c95a7c535a77a9f2a1393a59723294626acefebbc95fd6 -Size (bind-9.16.42.tar.xz) = 5123476 bytes +BLAKE2s (bind-9.16.43.tar.xz) = 59b0d9859f8fe831fdd697be6c99f98cba84a58c6764f7d4acf935c532fb65fb +SHA512 (bind-9.16.43.tar.xz) = 638bb86042c283313cbaba2ba5817b1df782e180bb43c3a9957f495bcea2c5d2b7c84f7adc0d08c485c5bfa979fdc7f68e99c1e2cafe1cd8e78c8f01e9b9bcfb +Size (bind-9.16.43.tar.xz) = 5126656 bytes SHA1 (patch-bin_dig_dighost.c) = b1073911d80ecd519af98b6678968296ff8c0c98 SHA1 (patch-bin_dig_include_dig_dig.h) = 10166f5bb98b208c7b10d63eb31e8253f704acc8 SHA1 (patch-bin_named_Makefile.in) = f1367da6a226ba44d0ee13acf00b8abeb5b1b7eb --_----------=_16933203604420--