Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=fyevIL6g; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=O48ZI64v Received: by mail.netbsd.org (Postfix, from userid 605) id 9070184E8C; Wed, 8 May 2024 11:17:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715167049; bh=yPdIG9N/iA6gN5o35ezwVSCcTNtEoYh2k8eoTDnSIfs=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=fyevIL6gZ0NqlgJGD+gWziZjxyQYUHdnky3M290fCqk2e8A/biZHtmA1WvJxrBigH 8aq5sA6j/gzVtuwpF1lvsQ3rL4j3v0M5f3cW5NCodShyZZJ4CVAuTU807KnkKjIcLW hvDOCdU8SuKzXKEsp3RnHNHmlT0TNMasT3uDJpAw= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 769A484E90 for ; Wed, 8 May 2024 11:17:28 +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 i-EsaaCRkJcK for ; Wed, 8 May 2024 11:17:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EFBB184E8F for ; Wed, 8 May 2024 11:17:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715167048; bh=yPdIG9N/iA6gN5o35ezwVSCcTNtEoYh2k8eoTDnSIfs=; h=Date:From:Subject:To:Reply-To; b=O48ZI64vsAH0PPNLYj0hegPdL1CwKgdiKLGtdepbhoP7jj5JZVLdOajTi+utwmz2y mmioUUUOglXmBPLDkU9wUVk0RCk9fzxfiRulbi76hEpjODSn7LR+11x6WAps8fZ0tZ yX8A1LVdPzU+dqog3jM++VWYJMyhJOeUeeM0D67E= Received: by cvs.NetBSD.org (Postfix, from userid 500) id EA7D5FA2C; Wed, 8 May 2024 11:17:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715167047180970" MIME-Version: 1.0 Date: Wed, 8 May 2024 11:17:27 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20240508111727.EA7D5FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715167047180970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: he Date: Wed May 8 11:17:27 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Note update of net/unbound to 1.20.0. To generate a diff of this commit: cvs rdiff -u -r1.3271 -r1.3272 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715167047180970 Content-Disposition: inline Content-Length: 707 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.3271 pkgsrc/doc/CHANGES-2024:1.3272 --- pkgsrc/doc/CHANGES-2024:1.3271 Wed May 8 10:50:26 2024 +++ pkgsrc/doc/CHANGES-2024 Wed May 8 11:17:27 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3271 2024/05/08 10:50:26 abs Exp $ +$NetBSD: CHANGES-2024,v 1.3272 2024/05/08 11:17:27 he Exp $ Changes to the packages collection and infrastructure in 2024: @@ -5153,3 +5153,4 @@ Changes to the packages collection and i Updated textproc/py-json5 to 0.9.25 [adam 2024-05-08] Updated net/py-kombu to 5.3.7 [adam 2024-05-08] Updated devel/visualvm to 2.1.8 [abs 2024-05-08] + Updated net/unbound to 1.20.0 [he 2024-05-08] --_----------=_1715167047180970--