pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/scrypt scrypt: update to 1.3.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/08d2fe99b5f4
branches:  trunk
changeset: 339794:08d2fe99b5f4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 16 05:13:28 2019 +0000

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

 security/scrypt/Makefile |   4 ++--
 security/scrypt/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r b46cd5f5c36c -r 08d2fe99b5f4 security/scrypt/Makefile
--- a/security/scrypt/Makefile  Mon Sep 16 01:51:42 2019 +0000
+++ b/security/scrypt/Makefile  Mon Sep 16 05:13:28 2019 +0000
@@ -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 -r b46cd5f5c36c -r 08d2fe99b5f4 security/scrypt/distinfo
--- a/security/scrypt/distinfo  Mon Sep 16 01:51:42 2019 +0000
+++ b/security/scrypt/distinfo  Mon Sep 16 05:13:28 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index