Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 13CAC1A923D for ; Sat, 29 Jan 2022 10:10:29 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4C2CF84E9C; Sat, 29 Jan 2022 10:10:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8697184E92 for ; Sat, 29 Jan 2022 10:10:27 +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 zqnGwR3uah4v for ; Sat, 29 Jan 2022 10:10:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1B09D84D2F for ; Sat, 29 Jan 2022 10:10:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 18B4EFB24; Sat, 29 Jan 2022 10:10:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1643451027215950" MIME-Version: 1.0 Date: Sat, 29 Jan 2022 10:10:27 +0000 From: "pin" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20220129101027.18B4EFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1643451027215950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Sat Jan 29 10:10:27 UTC 2022 Modified Files: pkgsrc/doc: CHANGES-2022 Log Message: doc: Updated sysutils/dusage to 0.2.2 To generate a diff of this commit: cvs rdiff -u -r1.495 -r1.496 pkgsrc/doc/CHANGES-2022 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1643451027215950 Content-Disposition: inline Content-Length: 714 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2022 diff -u pkgsrc/doc/CHANGES-2022:1.495 pkgsrc/doc/CHANGES-2022:1.496 --- pkgsrc/doc/CHANGES-2022:1.495 Sat Jan 29 09:04:23 2022 +++ pkgsrc/doc/CHANGES-2022 Sat Jan 29 10:10:26 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.495 2022/01/29 09:04:23 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.496 2022/01/29 10:10:26 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -651,3 +651,4 @@ Changes to the packages collection and i Added devel/py-flake8-3 version 3.9.2nb3 [wiz 2022-01-29] Updated devel/py-flake8 to 4.0.1 [wiz 2022-01-29] Updated security/libssh to 0.96nb3 [wiz 2022-01-29] + Updated sysutils/dusage to 0.2.2 [pin 2022-01-29] --_----------=_1643451027215950--