Received: by mail.netbsd.org (Postfix, from userid 605) id 52B4D84EB7; Mon, 30 May 2022 16:31:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 889CF84EC4 for ; Mon, 30 May 2022 16:31: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 FEVya8IhMbY1 for ; Mon, 30 May 2022 16:31:44 +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 C922A84EE8 for ; Mon, 30 May 2022 16:31:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CB415FAEB; Mon, 30 May 2022 16:32:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165392836754150" MIME-Version: 1.0 Date: Mon, 30 May 2022 16:32:47 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20220530163247.CB415FAEB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165392836754150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Mon May 30 16:32:47 UTC 2022 Modified Files: pkgsrc/doc: CHANGES-2022 pkgsrc/security: Makefile Log Message: Added security/R-sodium version 1.2.0 To generate a diff of this commit: cvs rdiff -u -r1.2830 -r1.2831 pkgsrc/doc/CHANGES-2022 cvs rdiff -u -r1.863 -r1.864 pkgsrc/security/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165392836754150 Content-Disposition: inline Content-Length: 1318 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.2830 pkgsrc/doc/CHANGES-2022:1.2831 --- pkgsrc/doc/CHANGES-2022:1.2830 Mon May 30 16:01:45 2022 +++ pkgsrc/doc/CHANGES-2022 Mon May 30 16:32:47 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2830 2022/05/30 16:01:45 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2831 2022/05/30 16:32:47 mef Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4308,3 +4308,4 @@ Changes to the packages collection and i Updated benchmarks/R-microbenchmark to 1.4.9 [mef 2022-05-30] Updated sysutils/libnotify to 0.7.12 [adam 2022-05-30] Updated graphics/lensfun to 0.3.3 [adam 2022-05-30] + Added security/R-sodium version 1.2.0 [mef 2022-05-30] Index: pkgsrc/security/Makefile diff -u pkgsrc/security/Makefile:1.863 pkgsrc/security/Makefile:1.864 --- pkgsrc/security/Makefile:1.863 Wed May 25 21:39:58 2022 +++ pkgsrc/security/Makefile Mon May 30 16:32:47 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.863 2022/05/25 21:39:58 wiz Exp $ +# $NetBSD: Makefile,v 1.864 2022/05/30 16:32:47 mef Exp $ # COMMENT= Security and cryptography tools and libraries @@ -20,6 +20,7 @@ SUBDIR+= R-getPass SUBDIR+= R-gitcreds SUBDIR+= R-openssl SUBDIR+= R-oskeyring +SUBDIR+= R-sodium SUBDIR+= TweetNaCl SUBDIR+= acmesh SUBDIR+= age --_----------=_165392836754150--