Received: by mail.netbsd.org (Postfix, from userid 605) id 86BEE84F11; Wed, 7 Feb 2024 13:22:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B735584F10 for ; Wed, 7 Feb 2024 13:22:21 +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 uW1fOxu6fA8s for ; Wed, 7 Feb 2024 13:22:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1007C84CD0 for ; Wed, 7 Feb 2024 13:22:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 05A17FA42; Wed, 7 Feb 2024 13:22:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707312141261610" MIME-Version: 1.0 Date: Wed, 7 Feb 2024 13:22:21 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240207132221.05A17FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707312141261610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Feb 7 13:22:20 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 TODO Log Message: Updated textproc/expat, devel/libgit2 To generate a diff of this commit: cvs rdiff -u -r1.998 -r1.999 pkgsrc/doc/CHANGES-2024 cvs rdiff -u -r1.23993 -r1.23994 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1707312141261610 Content-Disposition: inline Content-Length: 1322 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.998 pkgsrc/doc/CHANGES-2024:1.999 --- pkgsrc/doc/CHANGES-2024:1.998 Wed Feb 7 10:30:11 2024 +++ pkgsrc/doc/CHANGES-2024 Wed Feb 7 13:22:20 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.998 2024/02/07 10:30:11 adam Exp $ +$NetBSD: CHANGES-2024,v 1.999 2024/02/07 13:22:20 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -1684,3 +1684,5 @@ Changes to the packages collection and i Updated math/py-claripy to 9.2.89 [adam 2024-02-07] Updated converters/py-confusable_homoglyphs to 3.3.1 [adam 2024-02-07] Updated devel/py-doc8 to 1.1.1 [adam 2024-02-07] + Updated textproc/expat to 2.6.0 [adam 2024-02-07] + Updated devel/libgit2 to 1.7.2 [adam 2024-02-07] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.23993 pkgsrc/doc/TODO:1.23994 --- pkgsrc/doc/TODO:1.23993 Wed Feb 7 09:22:14 2024 +++ pkgsrc/doc/TODO Wed Feb 7 13:22:20 2024 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.23993 2024/02/07 09:22:14 wiz Exp $ +$NetBSD: TODO,v 1.23994 2024/02/07 13:22:20 adam Exp $ Suggested new packages ====================== @@ -622,7 +622,6 @@ For possible Perl packages updates, see o evolution-mapi-0.32.2 o ex-20050325 o exmh-2.8.0 - o expat-2.6.0 o faces-1.7.7 o facter-2.4.5 o fakeroot-1.6.5 --_----------=_1707312141261610--