pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/R-soduim



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.

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@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"
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



Home | Main Index | Thread Index | Old Index