pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/scrypt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr 26 14:55:00 UTC 2017

Modified Files:
        pkgsrc/security/scrypt: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/scrypt/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/scrypt/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/scrypt/Makefile
diff -u pkgsrc/security/scrypt/Makefile:1.4 pkgsrc/security/scrypt/Makefile:1.5
--- pkgsrc/security/scrypt/Makefile:1.4 Sat Mar  5 11:29:26 2016
+++ pkgsrc/security/scrypt/Makefile     Wed Apr 26 14:54:59 2017
@@ -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 @@ COMMENT=      Encrypt and decrypt files
 LICENSE=       2-clause-bsd
 
 GNU_CONFIGURE= yes
+TEST_TARGET=   test
+UNLIMIT_RESOURCES=     datasize
 
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/scrypt/distinfo
diff -u pkgsrc/security/scrypt/distinfo:1.3 pkgsrc/security/scrypt/distinfo:1.4
--- pkgsrc/security/scrypt/distinfo:1.3 Wed Nov  4 01:18:08 2015
+++ pkgsrc/security/scrypt/distinfo     Wed Apr 26 14:54:59 2017
@@ -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