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 72D511A9239 for ; Sun, 20 Feb 2022 21:27:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AC55384F52; Sun, 20 Feb 2022 21:27:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E876584EE3 for ; Sun, 20 Feb 2022 21:27:44 +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 CC_xqu2X2FxH for ; Sun, 20 Feb 2022 21:27:44 +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 4170084D1C for ; Sun, 20 Feb 2022 21:27:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 37B48FB24; Sun, 20 Feb 2022 21:27:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1645392464125350" MIME-Version: 1.0 Date: Sun, 20 Feb 2022 21:27:44 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220220212744.37B48FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1645392464125350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Feb 20 21:27:44 UTC 2022 Modified Files: pkgsrc/doc: CHANGES-2022 TODO Log Message: doc: Updated security/py-pip-audit to 2.0.0 To generate a diff of this commit: cvs rdiff -u -r1.1082 -r1.1083 pkgsrc/doc/CHANGES-2022 cvs rdiff -u -r1.21546 -r1.21547 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1645392464125350 Content-Disposition: inline Content-Length: 1306 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2022 diff -u pkgsrc/doc/CHANGES-2022:1.1082 pkgsrc/doc/CHANGES-2022:1.1083 --- pkgsrc/doc/CHANGES-2022:1.1082 Sun Feb 20 21:23:52 2022 +++ pkgsrc/doc/CHANGES-2022 Sun Feb 20 21:27:43 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.1082 2022/02/20 21:23:52 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.1083 2022/02/20 21:27:43 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -1412,3 +1412,4 @@ Changes to the packages collection and i Updated converters/help2man to 1.49.1 [wiz 2022-02-20] Updated textproc/pugixml to 1.12.1 [wiz 2022-02-20] Updated security/py-cyclonedx-python-lib to 1.3.0 [wiz 2022-02-20] + Updated security/py-pip-audit to 2.0.0 [wiz 2022-02-20] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.21546 pkgsrc/doc/TODO:1.21547 --- pkgsrc/doc/TODO:1.21546 Sun Feb 20 21:12:41 2022 +++ pkgsrc/doc/TODO Sun Feb 20 21:27:43 2022 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21546 2022/02/20 21:12:41 wiz Exp $ +$NetBSD: TODO,v 1.21547 2022/02/20 21:27:43 wiz Exp $ Suggested new packages ====================== @@ -1517,7 +1517,6 @@ For possible Perl packages updates, see o py-newt-0.52.21 o py-omniORBpy-3.7 o py-pdf-parser-0.7.4 - o py-pip-audit-2.0.0 o py-postgresql-5.1.2 o py-ptt-1.10.2 o py-py3c-1.3.1 --_----------=_1645392464125350--