pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/R-soduim (security/R-soduim) import R-sodium-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0f8e2911351f
branches:  trunk
changeset: 380180:0f8e2911351f
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon May 30 16:30:25 2022 +0000

description:
(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.

diffstat:

 security/R-soduim/DESCR    |   5 +++++
 security/R-soduim/Makefile |  18 ++++++++++++++++++
 security/R-soduim/distinfo |   5 +++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r b8fb79eb2654 -r 0f8e2911351f security/R-soduim/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/R-soduim/DESCR   Mon May 30 16:30:25 2022 +0000
@@ -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.
diff -r b8fb79eb2654 -r 0f8e2911351f security/R-soduim/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/R-soduim/Makefile        Mon May 30 16:30:25 2022 +0000
@@ -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@localhost
+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"
diff -r b8fb79eb2654 -r 0f8e2911351f security/R-soduim/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/R-soduim/distinfo        Mon May 30 16:30:25 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index