Received: by mail.netbsd.org (Postfix, from userid 605) id CB91684E93; Mon, 30 May 2022 16:29:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 115B484E90 for ; Mon, 30 May 2022 16:29:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 2TMN3jX9W6ST for ; Mon, 30 May 2022 16:29:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7B99184CE3 for ; Mon, 30 May 2022 16:29:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 78B3CFAEB; Mon, 30 May 2022 16:30:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165392822564100" MIME-Version: 1.0 Date: Mon, 30 May 2022 16:30:25 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/security/R-soduim To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20220530163025.78B3CFAEB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165392822564100 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:30:25 UTC 2022 Added Files: pkgsrc/security/R-soduim: DESCR Makefile distinfo Log Message: (security/R-soduim) import R-sodium-1.2.0 Bindings to 'libsodium': a modern, easy-to-use software library for encryption, decryption, signatures, password hashing and more. Sodium uses curve25519, a state-of-the-art Diffie-Hellman function by Daniel Bernstein, which has become very popular after it was discovered that the NSA had backdoored Dual EC DRBG. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/security/R-soduim/DESCR \ pkgsrc/security/R-soduim/Makefile pkgsrc/security/R-soduim/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165392822564100 Content-Disposition: inline Content-Length: 1836 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/security/R-soduim/DESCR diff -u /dev/null pkgsrc/security/R-soduim/DESCR:1.1 --- /dev/null Mon May 30 16:30:25 2022 +++ pkgsrc/security/R-soduim/DESCR Mon May 30 16:30:25 2022 @@ -0,0 +1,5 @@ +Bindings to 'libsodium': a modern, easy-to-use software library for +encryption, decryption, signatures, password hashing and more. Sodium +uses curve25519, a state-of-the-art Diffie-Hellman function by Daniel +Bernstein, which has become very popular after it was discovered that +the NSA had backdoored Dual EC DRBG. Index: pkgsrc/security/R-soduim/Makefile diff -u /dev/null pkgsrc/security/R-soduim/Makefile:1.1 --- /dev/null Mon May 30 16:30:25 2022 +++ pkgsrc/security/R-soduim/Makefile Mon May 30 16:30:25 2022 @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2022/05/30 16:30:25 mef Exp $ + +R_PKGNAME= sodium +R_PKGVER= 1.2.0 +CATEGORIES= security + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Modern and Easy-to-Use Crypto Library +LICENSE= mit # + file LICENSE + +TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr +TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown + +USE_LANGUAGES= c + +.include "../../security/libsodium/buildlink3.mk" +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/security/R-soduim/distinfo diff -u /dev/null pkgsrc/security/R-soduim/distinfo:1.1 --- /dev/null Mon May 30 16:30:25 2022 +++ pkgsrc/security/R-soduim/distinfo Mon May 30 16:30:25 2022 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/05/30 16:30:25 mef Exp $ + +BLAKE2s (R/sodium_1.2.0.tar.gz) = fd00145f1329f6562255323d00630b0c8f5ca5c637e47af05057abf2baab398f +SHA512 (R/sodium_1.2.0.tar.gz) = c55cefde71e336bc9e40a17bc84064ed218c7c70047e6ca3abc988b4cfd56813ae7a0177c590746a74824b178a9b83918eaec0bb97980f2079ad19082f3800f4 +Size (R/sodium_1.2.0.tar.gz) = 518085 bytes --_----------=_165392822564100--