Received: by mail.netbsd.org (Postfix, from userid 605) id 9337484D74; Mon, 8 Feb 2021 11:18:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CEA9184D32 for ; Mon, 8 Feb 2021 11:18:10 +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 Kq0sfsmBJaiS for ; Mon, 8 Feb 2021 11:18:10 +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 BB12F84CDC for ; Mon, 8 Feb 2021 11:18:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B070DFA95; Mon, 8 Feb 2021 11:18:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1612783089170210" MIME-Version: 1.0 Date: Mon, 8 Feb 2021 11:18:09 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210208111809.B070DFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1612783089170210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Mon Feb 8 11:18:09 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 pkgsrc/security: Makefile Log Message: Added security/R-argon2 version 0.2.0 To generate a diff of this commit: cvs rdiff -u -r1.925 -r1.926 pkgsrc/doc/CHANGES-2021 cvs rdiff -u -r1.802 -r1.803 pkgsrc/security/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1612783089170210 Content-Disposition: inline Content-Length: 1275 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2021 diff -u pkgsrc/doc/CHANGES-2021:1.925 pkgsrc/doc/CHANGES-2021:1.926 --- pkgsrc/doc/CHANGES-2021:1.925 Mon Feb 8 10:56:15 2021 +++ pkgsrc/doc/CHANGES-2021 Mon Feb 8 11:18:09 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.925 2021/02/08 10:56:15 triaxx Exp $ +$NetBSD: CHANGES-2021,v 1.926 2021/02/08 11:18:09 mef Exp $ Changes to the packages collection and infrastructure in 2021: @@ -1126,3 +1126,4 @@ Changes to the packages collection and i Updated math/py-asteval to 0.9.21 [adam 2021-02-08] Updated security/keepassxc to 2.6.4 [ryoon 2021-02-08] Updated editors/zim to 0.73.5 [triaxx 2021-02-08] + Added security/R-argon2 version 0.2.0 [mef 2021-02-08] Index: pkgsrc/security/Makefile diff -u pkgsrc/security/Makefile:1.802 pkgsrc/security/Makefile:1.803 --- pkgsrc/security/Makefile:1.802 Sat Feb 6 23:10:09 2021 +++ pkgsrc/security/Makefile Mon Feb 8 11:18:09 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.802 2021/02/06 23:10:09 mef Exp $ +# $NetBSD: Makefile,v 1.803 2021/02/08 11:18:09 mef Exp $ # COMMENT= Security tools @@ -12,6 +12,7 @@ SUBDIR+= HElib SUBDIR+= KeePass SUBDIR+= PACK SUBDIR+= PortableSigner +SUBDIR+= R-argon2 SUBDIR+= R-askpass SUBDIR+= R-credentials SUBDIR+= R-digest --_----------=_1612783089170210--