Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2516085015 for ; Wed, 6 Sep 2023 20:18:15 +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 BzUPWGZgtv5h for ; Wed, 6 Sep 2023 20:18:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BFC9385001 for ; Wed, 6 Sep 2023 20:18:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BD292FBDB; Wed, 6 Sep 2023 20:18:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169403149273540" MIME-Version: 1.0 Date: Wed, 6 Sep 2023 20:18: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: <20230906201812.BD292FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169403149273540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Sep 6 20:18:12 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 TODO Log Message: Updated security/easy-rsa, www/py-test-django To generate a diff of this commit: cvs rdiff -u -r1.5373 -r1.5374 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.23349 -r1.23350 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169403149273540 Content-Disposition: inline Content-Length: 1366 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.5373 pkgsrc/doc/CHANGES-2023:1.5374 --- pkgsrc/doc/CHANGES-2023:1.5373 Wed Sep 6 20:08:14 2023 +++ pkgsrc/doc/CHANGES-2023 Wed Sep 6 20:18:12 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.5373 2023/09/06 20:08:14 adam Exp $ +$NetBSD: CHANGES-2023,v 1.5374 2023/09/06 20:18:12 adam Exp $ Changes to the packages collection and infrastructure in 2023: @@ -7828,3 +7828,5 @@ Changes to the packages collection and i Updated databases/mongo-c-driver to 1.24.4 [adam 2023-09-06] Updated www/py-test-httpx to 0.24.0 [adam 2023-09-06] Updated biology/py-pydicom to 2.4.3 [adam 2023-09-06] + Updated security/easy-rsa to 3.1.6 [adam 2023-09-06] + Updated www/py-test-django to 4.5.2 [adam 2023-09-06] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.23349 pkgsrc/doc/TODO:1.23350 --- pkgsrc/doc/TODO:1.23349 Wed Sep 6 18:13:29 2023 +++ pkgsrc/doc/TODO Wed Sep 6 20:18:12 2023 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.23349 2023/09/06 18:13:29 adam Exp $ +$NetBSD: TODO,v 1.23350 2023/09/06 20:18:12 adam Exp $ Suggested new packages ====================== @@ -1243,7 +1243,6 @@ For possible Perl packages updates, see o py-sybase-0.37 o py-syslog-ng-3.31.2 o py-terminator-2.1.1 - o py-test-django-4.5.2 o py-tokyocabinet-0.6 o py-twisted-23.8.0 o py-uliweb-0.6 --_----------=_169403149273540--