Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=UmcFBf1R; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ErzkOVBB Received: by mail.netbsd.org (Postfix, from userid 605) id AD56584F18; Thu, 18 Apr 2024 13:38:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713447511; bh=R6vAritRnrAzqDLjdvce+pUDGTx5oiAtySQFNil17fs=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=UmcFBf1RELKvDuOVhJfmbrDFc6TUPw1ZwTZBrQlVYw3OvooK2eD48HVpBAmfoKQKr qY+MBYSInxmNWWTM9oM7DnYh9whbsmutLCFL0LzgznY24jSqssFza8eCn3OhPQ7ViK guqUZR68rxEH1a62IANHqtV3ai87v5B/iCC08hSE= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9EAA584F16 for ; Thu, 18 Apr 2024 13:38:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 HQq_zb7TUKnH for ; Thu, 18 Apr 2024 13:38:30 +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 F3F7A84D01 for ; Thu, 18 Apr 2024 13:38:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713447510; bh=R6vAritRnrAzqDLjdvce+pUDGTx5oiAtySQFNil17fs=; h=Date:From:Subject:To:Reply-To; b=ErzkOVBBAVcoQEQHLY+BTa8505NCk3//3TsoAe5M4cggTxGIUcHuEHvUSnIIZq0ne acBgEBwkG6TyZQMZ3Ay4g4D2YzbTCATSXoojCYFKu2h+5lyAGtE+RXBr6iXMFdmaxa kFMhGKfLIZUBDURVWfVPkMSSrh7nesx2FBVN+3mk= Received: by cvs.NetBSD.org (Postfix, from userid 500) id E7B34FA2C; Thu, 18 Apr 2024 13:38:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1713447509186710" MIME-Version: 1.0 Date: Thu, 18 Apr 2024 13:38:29 +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: <20240418133829.E7B34FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1713447509186710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu Apr 18 13:38:29 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated net/bind918 to 9.18.26 To generate a diff of this commit: cvs rdiff -u -r1.2579 -r1.2580 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1713447509186710 Content-Disposition: inline Content-Length: 732 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.2579 pkgsrc/doc/CHANGES-2024:1.2580 --- pkgsrc/doc/CHANGES-2024:1.2579 Thu Apr 18 12:27:11 2024 +++ pkgsrc/doc/CHANGES-2024 Thu Apr 18 13:38:29 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2579 2024/04/18 12:27:11 adam Exp $ +$NetBSD: CHANGES-2024,v 1.2580 2024/04/18 13:38:29 taca Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4249,3 +4249,4 @@ Changes to the packages collection and i Updated editors/emacs29-nox11 to 29.3nb1 [jperkin 2024-04-18] Updated lang/oracle-jdk17 to 17.0.11 [adam 2024-04-18] Updated devel/py-pydantic to 2.7.0 [adam 2024-04-18] + Updated net/bind918 to 9.18.26 [taca 2024-04-18] --_----------=_1713447509186710--