Received: by mail.netbsd.org (Postfix, from userid 605) id 9E08184DBD; Thu, 2 Mar 2023 08:35:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CE10384D4E for ; Thu, 2 Mar 2023 08:35:49 +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 ot4TVB2QqiLb for ; Thu, 2 Mar 2023 08:35:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 219A684D40 for ; Thu, 2 Mar 2023 08:35:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1EF2EFA90; Thu, 2 Mar 2023 08:35:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1677746149214100" MIME-Version: 1.0 Date: Thu, 2 Mar 2023 08:35:49 +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: <20230302083549.1EF2EFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1677746149214100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Mar 2 08:35:48 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 TODO Log Message: doc: note libgit2 downgrade To generate a diff of this commit: cvs rdiff -u -r1.1498 -r1.1499 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.22651 -r1.22652 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1677746149214100 Content-Disposition: inline Content-Length: 1419 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.1498 pkgsrc/doc/CHANGES-2023:1.1499 --- pkgsrc/doc/CHANGES-2023:1.1498 Thu Mar 2 08:31:28 2023 +++ pkgsrc/doc/CHANGES-2023 Thu Mar 2 08:35:48 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.1498 2023/03/02 08:31:28 vins Exp $ +$NetBSD: CHANGES-2023,v 1.1499 2023/03/02 08:35:48 wiz Exp $ Changes to the packages collection and infrastructure in 2023: @@ -1941,3 +1941,4 @@ Changes to the packages collection and i Updated net/arti to 1.1.2 [nikita 2023-03-02] Updated devel/mgdiff to 1.0.1nb1 [vins 2023-03-02] Updated chat/toot to 0.35.0 [vins 2023-03-02] + Downgraded devel/libgit2 to 1.5.1nb1 [wiz 2023-03-02] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.22651 pkgsrc/doc/TODO:1.22652 --- pkgsrc/doc/TODO:1.22651 Thu Mar 2 07:49:31 2023 +++ pkgsrc/doc/TODO Thu Mar 2 08:35:48 2023 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.22651 2023/03/02 07:49:31 nikita Exp $ +$NetBSD: TODO,v 1.22652 2023/03/02 08:35:48 wiz Exp $ Suggested new packages ====================== @@ -906,6 +906,7 @@ For possible Perl packages updates, see o libflash-0.4.13 o libgfshare-2.0.0 o libgiigic-1.1.2 + o libgit2-1.6.2 [wait for https://github.com/libgit2/libgit2/issues/6519 and https://github.com/rust-lang/git2-rs/issues/936] o libgnomekbd-3.4.0.2 o libgtop-2.40 [blocking update of mate-system-monitor] o libisoburn-1.5.4 --_----------=_1677746149214100--