Received: by mail.netbsd.org (Postfix, from userid 605) id E960084D96; Mon, 9 Jan 2023 01:38:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 22F9A84CF7 for ; Mon, 9 Jan 2023 01:38:08 +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 4mSgmivV-8TB for ; Mon, 9 Jan 2023 01:38:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 62AC584CEA for ; Mon, 9 Jan 2023 01:38:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 54B77FA90; Mon, 9 Jan 2023 01:38:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167322828765670" MIME-Version: 1.0 Date: Mon, 9 Jan 2023 01:38:07 +0000 From: "Christopher KOBAYASHI" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: sekiya@netbsd.org X-Mailer: log_accum Message-Id: <20230109013807.54B77FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167322828765670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: sekiya Date: Mon Jan 9 01:38:07 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 TODO Log Message: Update sshguard to 2.4.2 To generate a diff of this commit: cvs rdiff -u -r1.179 -r1.180 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.22470 -r1.22471 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167322828765670 Content-Disposition: inline Content-Length: 1286 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.179 pkgsrc/doc/CHANGES-2023:1.180 --- pkgsrc/doc/CHANGES-2023:1.179 Mon Jan 9 00:28:41 2023 +++ pkgsrc/doc/CHANGES-2023 Mon Jan 9 01:38:06 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.179 2023/01/09 00:28:41 sekiya Exp $ +$NetBSD: CHANGES-2023,v 1.180 2023/01/09 01:38:06 sekiya Exp $ Changes to the packages collection and infrastructure in 2023: @@ -211,3 +211,4 @@ Changes to the packages collection and i Updated net/knot to 3.2.4 [ryoon 2023-01-08] Updated net/nagios-base to 4.4.9 [sekiya 2023-01-09] Updated net/nagios-plugins to 2.3.3 [sekiya 2023-01-09] + Updated security/sshguard to 2.4.2 [sekiya 2023-01-09] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.22470 pkgsrc/doc/TODO:1.22471 --- pkgsrc/doc/TODO:1.22470 Sun Jan 8 23:35:12 2023 +++ pkgsrc/doc/TODO Mon Jan 9 01:38:06 2023 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.22470 2023/01/08 23:35:12 sekiya Exp $ +$NetBSD: TODO,v 1.22471 2023/01/09 01:38:06 sekiya Exp $ Suggested new packages ====================== @@ -1468,7 +1468,6 @@ For possible Perl packages updates, see o squeak-vm-4.10.2.2765 o sqwebmail-5.8.2 o ssh-askpass-1.2.4.1 - o sshguard-2.4.2 o stalin-0.11 o stan-math-2.26.1 o statist-1.3.0 --_----------=_167322828765670--