Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 10AA584D4A for ; Thu, 7 Dec 2023 12:37:58 +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 P7hdd_Sbotug for ; Thu, 7 Dec 2023 12:37:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 536FC84CCA for ; Thu, 7 Dec 2023 12:37:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 50AACFA42; Thu, 7 Dec 2023 12:37:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170195267751160" MIME-Version: 1.0 Date: Thu, 7 Dec 2023 12:37:57 +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: <20231207123757.50AACFA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170195267751160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Dec 7 12:37:57 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 TODO Log Message: Updated security/libfido2, devel/py-bitstring To generate a diff of this commit: cvs rdiff -u -r1.7447 -r1.7448 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.23733 -r1.23734 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170195267751160 Content-Disposition: inline Content-Length: 1343 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.7447 pkgsrc/doc/CHANGES-2023:1.7448 --- pkgsrc/doc/CHANGES-2023:1.7447 Thu Dec 7 12:25:48 2023 +++ pkgsrc/doc/CHANGES-2023 Thu Dec 7 12:37:56 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.7447 2023/12/07 12:25:48 adam Exp $ +$NetBSD: CHANGES-2023,v 1.7448 2023/12/07 12:37:56 adam Exp $ Changes to the packages collection and infrastructure in 2023: @@ -10671,3 +10671,5 @@ Changes to the packages collection and i Updated devel/cargo-modules to 0.12.0 [pin 2023-12-07] Updated lang/nodejs to 21.4.0 [adam 2023-12-07] Updated www/py-yarl to 1.9.4 [adam 2023-12-07] + Updated security/libfido2 to 1.14.0 [adam 2023-12-07] + Updated devel/py-bitstring to 4.1.4 [adam 2023-12-07] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.23733 pkgsrc/doc/TODO:1.23734 --- pkgsrc/doc/TODO:1.23733 Thu Dec 7 09:31:45 2023 +++ pkgsrc/doc/TODO Thu Dec 7 12:37:56 2023 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.23733 2023/12/07 09:31:45 wiz Exp $ +$NetBSD: TODO,v 1.23734 2023/12/07 12:37:56 adam Exp $ Suggested new packages ====================== @@ -1154,7 +1154,6 @@ For possible Perl packages updates, see o py-Routes-2.5.1 o py-Theano-1.0.5 o py-barman-3.0.1 - o py-bitstring-4.1.4 o py-borgbackup-1.2.7 o py-cairocffi-1.6.1 o py-cassa-1.11.0 --_----------=_170195267751160--