summaryrefslogtreecommitdiff
path: root/security/scrypt
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-09-16 05:13:28 +0000
committerwiz <wiz@pkgsrc.org>2019-09-16 05:13:28 +0000
commit912c39ae2d9fba3f7a18c27f7dd7a22c96de4e82 (patch)
tree50697089542a0590d8808dd9c2b440e958887a72 /security/scrypt
parent07fdecd495a9e0a67211259bbb5d47f36c2a3633 (diff)
downloadpkgsrc-912c39ae2d9fba3f7a18c27f7dd7a22c96de4e82.tar.gz
scrypt: update to 1.3.0.
Significant changes since 1.2.1: * In addition to the scrypt command-line utility, a library "libscrypt-kdf" can now be built and installed by passing the --enable-libscrypt-kdf option to configure. * On x86 CPUs which support them, RDRAND and SHA extensions are used to provide supplemental entropy and speed up hash computations respectively. * When estimating the amount of available RAM, scrypt ignores RLIMIT_DATA on systems which have mmap. * A new command "scrypt info encfile" prints information about an encrypted file without decrypting it.
Diffstat (limited to 'security/scrypt')
-rw-r--r--security/scrypt/Makefile4
-rw-r--r--security/scrypt/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/security/scrypt/Makefile b/security/scrypt/Makefile
index 45e584dd9a8..6903dc25beb 100644
--- a/security/scrypt/Makefile
+++ b/security/scrypt/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2017/04/26 14:54:59 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2019/09/16 05:13:28 wiz Exp $
-DISTNAME= scrypt-1.2.1
+DISTNAME= scrypt-1.3.0
CATEGORIES= security
MASTER_SITES= https://www.tarsnap.com/scrypt/
EXTRACT_SUFX= .tgz
diff --git a/security/scrypt/distinfo b/security/scrypt/distinfo
index 3fb001e4050..608d839fa68 100644
--- a/security/scrypt/distinfo
+++ b/security/scrypt/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/04/26 14:54:59 wiz Exp $
+$NetBSD: distinfo,v 1.5 2019/09/16 05:13:28 wiz Exp $
-SHA1 (scrypt-1.2.1.tgz) = 27663b2311ac0af791ee5b2cde9d68f9c06e1453
-RMD160 (scrypt-1.2.1.tgz) = 2d32ba91eec5fa51bbce0242650ed9fc9230f177
-SHA512 (scrypt-1.2.1.tgz) = ffda0ee90d283985245b77cc1d04b13c52aff78e925f323075d3b2c0439f16bbba1c432de8607820af945e6fa4e3be0e22a422b0b43a1fca0504cee3761004cd
-Size (scrypt-1.2.1.tgz) = 127619 bytes
+SHA1 (scrypt-1.3.0.tgz) = 985804ecc9c3e56ed8f5c49b6df0106370ee9192
+RMD160 (scrypt-1.3.0.tgz) = fc13f9039783ba37367c9571b427d9926da88f93
+SHA512 (scrypt-1.3.0.tgz) = 199f58adb5231f1ad585dbe8f64d6c54920cee201bd7703bcfc7e64917bf8647f9e35b3835b78c41210fd9af5223a79938f2495e4b48e6a62bfe8721d82492c2
+Size (scrypt-1.3.0.tgz) = 380332 bytes