Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6CA2384F0C for ; Mon, 11 Dec 2023 12:22:23 +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 RqK8-sMKbaTd for ; Mon, 11 Dec 2023 12:22:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C14F984D50 for ; Mon, 11 Dec 2023 12:22:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BE9C1FA42; Mon, 11 Dec 2023 12:22:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1702297342183010" MIME-Version: 1.0 Date: Mon, 11 Dec 2023 12:22:22 +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: <20231211122222.BE9C1FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1702297342183010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Dec 11 12:22:22 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 Log Message: Updated security/py-bcrypt, devel/py-greenlet To generate a diff of this commit: cvs rdiff -u -r1.7520 -r1.7521 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1702297342183010 Content-Disposition: inline Content-Length: 794 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.7520 pkgsrc/doc/CHANGES-2023:1.7521 --- pkgsrc/doc/CHANGES-2023:1.7520 Mon Dec 11 11:02:00 2023 +++ pkgsrc/doc/CHANGES-2023 Mon Dec 11 12:22:22 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.7520 2023/12/11 11:02:00 adam Exp $ +$NetBSD: CHANGES-2023,v 1.7521 2023/12/11 12:22:22 adam Exp $ Changes to the packages collection and infrastructure in 2023: @@ -10767,3 +10767,5 @@ Changes to the packages collection and i Updated graphics/p5-PerlMagick to 7.1.1.23 [wiz 2023-12-11] Updated devel/py-packageurl to 0.13.0 [adam 2023-12-11] Updated devel/py-pathspec to 0.12.1 [adam 2023-12-11] + Updated security/py-bcrypt to 4.1.1 [adam 2023-12-11] + Updated devel/py-greenlet to 3.0.2 [adam 2023-12-11] --_----------=_1702297342183010--