Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 047251A9239 for ; Sun, 20 Feb 2022 13:00:30 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4C85E84EB3; Sun, 20 Feb 2022 13:00:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 86DBD84D39 for ; Sun, 20 Feb 2022 13:00:28 +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 84XGgcS9Gy7c for ; Sun, 20 Feb 2022 13:00:28 +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 1F8DA84CEF for ; Sun, 20 Feb 2022 13:00:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 11B0CFB24; Sun, 20 Feb 2022 13:00:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1645362028143700" MIME-Version: 1.0 Date: Sun, 20 Feb 2022 13:00:28 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20220220130028.11B0CFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1645362028143700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Feb 20 13:00:27 UTC 2022 Modified Files: pkgsrc/doc: TODO Log Message: doc/TODO: add bind + bind-9.8.0. To generate a diff of this commit: cvs rdiff -u -r1.21542 -r1.21543 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1645362028143700 Content-Disposition: inline Content-Length: 570 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.21542 pkgsrc/doc/TODO:1.21543 --- pkgsrc/doc/TODO:1.21542 Sun Feb 20 12:49:01 2022 +++ pkgsrc/doc/TODO Sun Feb 20 13:00:27 2022 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21542 2022/02/20 12:49:01 fcambus Exp $ +$NetBSD: TODO,v 1.21543 2022/02/20 13:00:27 taca Exp $ Suggested new packages ====================== @@ -502,6 +502,7 @@ For possible Perl packages updates, see o bibtex2html-1.99 o bibtool-2.68 o bin86-0.16.21 + o bind-9.8.0 o bing-1.3.5 o binkd-104 o binutils-mips-current-2.36.1 --_----------=_1645362028143700--