Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E2E4984E6E for ; Mon, 22 May 2023 11:27:12 +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 pz5Yetdo1DKC for ; Mon, 22 May 2023 11:27:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 42E8D84E68 for ; Mon, 22 May 2023 11:27:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 40875FA87; Mon, 22 May 2023 11:27:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168475483214040" MIME-Version: 1.0 Date: Mon, 22 May 2023 11:27:12 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230522112712.40875FA87@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168475483214040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon May 22 11:27:12 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 Log Message: Added devel/blosc2; Updated devel/py-faker To generate a diff of this commit: cvs rdiff -u -r1.3267 -r1.3268 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168475483214040 Content-Disposition: inline Content-Length: 783 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.3267 pkgsrc/doc/CHANGES-2023:1.3268 --- pkgsrc/doc/CHANGES-2023:1.3267 Mon May 22 08:05:15 2023 +++ pkgsrc/doc/CHANGES-2023 Mon May 22 11:27:12 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.3267 2023/05/22 08:05:15 adam Exp $ +$NetBSD: CHANGES-2023,v 1.3268 2023/05/22 11:27:12 adam Exp $ Changes to the packages collection and infrastructure in 2023: @@ -4532,3 +4532,5 @@ Changes to the packages collection and i Updated sysutils/ansible-lint to 6.16.2 [adam 2023-05-22] Updated net/libtorrent-rasterbar to 2.0.9 [adam 2023-05-22] Updated devel/ccache to 4.8.1 [adam 2023-05-22] + Added devel/blosc2 version 2.9.2 [adam 2023-05-22] + Updated devel/py-faker to 18.9.0 [adam 2023-05-22] --_----------=_168475483214040--