pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/816b4adba97c
branches:  trunk
changeset: 446415:816b4adba97c
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon Feb 08 11:16:26 2021 +0000

description:
(security/R-argon2) import R-argon2-0.2.0

Utilities for secure password hashing via the argon2 algorithm. It is
a relatively new hashing algorithm and is believed to be very secure.
The 'argon2' implementation included in the package is the reference
implementation.  The package also includes some utilities that should
be useful for digest authentication, including a wrapper of 'blake2b'.
For similar R packages, see sodium and 'bcrypt'.  See
<https://en.wikipedia.org/wiki/Argon2> or
<https://eprint.iacr.org/2015/430.pdf> for more information.

diffstat:

 security/R-argon2/DESCR    |   8 ++++++++
 security/R-argon2/Makefile |  14 ++++++++++++++
 security/R-argon2/distinfo |   6 ++++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r 8dab0f968e4f -r 816b4adba97c security/R-argon2/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/R-argon2/DESCR   Mon Feb 08 11:16:26 2021 +0000
@@ -0,0 +1,8 @@
+Utilities for secure password hashing via the argon2 algorithm. It is
+a relatively new hashing algorithm and is believed to be very secure.
+The 'argon2' implementation included in the package is the reference
+implementation.  The package also includes some utilities that should
+be useful for digest authentication, including a wrapper of 'blake2b'.
+For similar R packages, see sodium and 'bcrypt'.  See
+<https://en.wikipedia.org/wiki/Argon2> or
+<https://eprint.iacr.org/2015/430.pdf> for more information.
diff -r 8dab0f968e4f -r 816b4adba97c security/R-argon2/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/R-argon2/Makefile        Mon Feb 08 11:16:26 2021 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2021/02/08 11:16:26 mef Exp $
+
+R_PKGNAME=     argon2
+R_PKGVER=      0.2-0
+CATEGORIES=    security
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Secure Password Hashing
+LICENSE=       2-clause-bsd  # and See LICENSE
+
+USE_LANGUAGES= c
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 8dab0f968e4f -r 816b4adba97c security/R-argon2/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/R-argon2/distinfo        Mon Feb 08 11:16:26 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/08 11:16:26 mef Exp $
+
+SHA1 (R/argon2_0.2-0.tar.gz) = 19454face070dbc1a8cd20f959a1263f9ac5e25c
+RMD160 (R/argon2_0.2-0.tar.gz) = 1aadba08233521f394ffd0d358feca1b4b93b97e
+SHA512 (R/argon2_0.2-0.tar.gz) = 2889b2a60c7d067fce712618bc9355f759fd00003c6c9d4ce99deb9fe63607a383502ddf3905fe24754234cc978aed7274e6aa2b3ff2930e4b75a40931be601d
+Size (R/argon2_0.2-0.tar.gz) = 47719 bytes



Home | Main Index | Thread Index | Old Index