pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/scrypt Updated scrypt to 1.2.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/462793a8cc03
branches:  trunk
changeset: 361782:462793a8cc03
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Apr 26 14:54:59 2017 +0000

description:
Updated scrypt to 1.2.1.

Significant changes since 1.2.0:
* A new -v option instructs scrypt to print the key derivation parameters
  it has selected.
* A new --version option prints the version number of the scrypt utility.
* A new -P option make scrypt read the passphrase from standard input; this
  is designed for scripts which pipe a passphrase in from elsewhere.
* A new -f option makes 'scrypt dec' ignore the amount of memory or CPU time
  it thinks decrypting a file will take, and proceed anyway; this may be useful
  in cases where scrypt's estimation is wrong.
* The '-M maxmem' option now accepts "humanized" inputs, e.g., "-M 1GB".

There are also a variety of less visible changes: Performance improvements
in the SHA256 routines, minor bug and compiler warning fixes, the addition
of a test suite, and some minor code reorganization.

diffstat:

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

diffs (37 lines):

diff -r bc49c447342f -r 462793a8cc03 security/scrypt/Makefile
--- a/security/scrypt/Makefile  Wed Apr 26 14:44:30 2017 +0000
+++ b/security/scrypt/Makefile  Wed Apr 26 14:54:59 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2016/03/05 11:29:26 jperkin Exp $
+# $NetBSD: Makefile,v 1.5 2017/04/26 14:54:59 wiz Exp $
 
-DISTNAME=      scrypt-1.2.0
-PKGREVISION=   1
+DISTNAME=      scrypt-1.2.1
 CATEGORIES=    security
 MASTER_SITES=  https://www.tarsnap.com/scrypt/
 EXTRACT_SUFX=  .tgz
@@ -12,6 +11,8 @@
 LICENSE=       2-clause-bsd
 
 GNU_CONFIGURE= yes
+TEST_TARGET=   test
+UNLIMIT_RESOURCES=     datasize
 
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r bc49c447342f -r 462793a8cc03 security/scrypt/distinfo
--- a/security/scrypt/distinfo  Wed Apr 26 14:44:30 2017 +0000
+++ b/security/scrypt/distinfo  Wed Apr 26 14:54:59 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 01:18:08 agc Exp $
+$NetBSD: distinfo,v 1.4 2017/04/26 14:54:59 wiz Exp $
 
-SHA1 (scrypt-1.2.0.tgz) = 9bf04644377d4930ea3577b751e9ad4b6d34580b
-RMD160 (scrypt-1.2.0.tgz) = 47ff357b5c79dcdf9f46cb37ff89fc8fbb42ccef
-SHA512 (scrypt-1.2.0.tgz) = 81ac8d82c38dc73981fa5bd4c011142c7ccef962a650ed849317a49e8aa66c26f4557dde326202792500a996178784d5eb0d28f909ab630cb05c86fdebfaae0d
-Size (scrypt-1.2.0.tgz) = 107796 bytes
+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



Home | Main Index | Thread Index | Old Index