Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7F6C384C2C for ; Tue, 26 Sep 2023 07:39: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 1DBqmg7bkZy5 for ; Tue, 26 Sep 2023 07:39:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C21C984C13 for ; Tue, 26 Sep 2023 07:39:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E1834FBDB; Tue, 26 Sep 2023 07:39:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169571397962610" MIME-Version: 1.0 Date: Tue, 26 Sep 2023 07:39:39 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230926073939.E1834FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169571397962610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Sep 26 07:39:39 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 TODO Log Message: doc: unmention git-cinnabar upgrade To generate a diff of this commit: cvs rdiff -u -r1.5623 -r1.5624 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.23390 -r1.23391 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169571397962610 Content-Disposition: inline Content-Length: 1475 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.5623 pkgsrc/doc/CHANGES-2023:1.5624 --- pkgsrc/doc/CHANGES-2023:1.5623 Tue Sep 26 07:10:58 2023 +++ pkgsrc/doc/CHANGES-2023 Tue Sep 26 07:39:39 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.5623 2023/09/26 07:10:58 pin Exp $ +$NetBSD: CHANGES-2023,v 1.5624 2023/09/26 07:39:39 wiz Exp $ Changes to the packages collection and infrastructure in 2023: @@ -8057,7 +8057,6 @@ Changes to the packages collection and i Updated security/httpx to 1.3.5 [leot 2023-09-17] Updated security/subfinder to 2.6.3 [leot 2023-09-17] Updated security/tlsx to 1.1.4 [leot 2023-09-17] - Updated devel/git-cinnabar to 0.6.2 [bsiegert 2023-09-17] Updated security/nuclei to 2.9.15 [leot 2023-09-17] Updated textproc/translate-shell to 0.9.7.1 [leot 2023-09-17] Updated devel/py-nest-asyncio to 1.5.8 [adam 2023-09-17] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.23390 pkgsrc/doc/TODO:1.23391 --- pkgsrc/doc/TODO:1.23390 Sun Sep 24 23:45:52 2023 +++ pkgsrc/doc/TODO Tue Sep 26 07:39:39 2023 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.23390 2023/09/24 23:45:52 wiz Exp $ +$NetBSD: TODO,v 1.23391 2023/09/26 07:39:39 wiz Exp $ Suggested new packages ====================== @@ -697,6 +697,7 @@ For possible Perl packages updates, see o gimp-docs-ru-2.10.0 o gimp-docs-sv-2.10.0 o gimp-docs-zh_CN-2.10.0 + o git-cinnabar-0.6.2 o gjs-1.70.1 o gkrellm-2.3.11 o gkrellm-multiping-2.0.13 --_----------=_169571397962610--