Mon Sep 16 05:13:28 2019 UTC ()
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.


(wiz)
diff -r1.5 -r1.6 pkgsrc/security/scrypt/Makefile
diff -r1.4 -r1.5 pkgsrc/security/scrypt/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/security/scrypt/Makefile (expand / switch to unified diff)

--- pkgsrc/security/scrypt/Makefile 2017/04/26 14:54:59 1.5
+++ pkgsrc/security/scrypt/Makefile 2019/09/16 05:13:28 1.6
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.5 2017/04/26 14:54:59 wiz Exp $ 1# $NetBSD: Makefile,v 1.6 2019/09/16 05:13:28 wiz Exp $
2 2
3DISTNAME= scrypt-1.2.1 3DISTNAME= scrypt-1.3.0
4CATEGORIES= security 4CATEGORIES= security
5MASTER_SITES= https://www.tarsnap.com/scrypt/ 5MASTER_SITES= https://www.tarsnap.com/scrypt/
6EXTRACT_SUFX= .tgz 6EXTRACT_SUFX= .tgz
7 7
8MAINTAINER= pettai@NetBSD.org 8MAINTAINER= pettai@NetBSD.org
9HOMEPAGE= https://www.tarsnap.com/scrypt/ 9HOMEPAGE= https://www.tarsnap.com/scrypt/
10COMMENT= Encrypt and decrypt files 10COMMENT= Encrypt and decrypt files
11LICENSE= 2-clause-bsd 11LICENSE= 2-clause-bsd
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14TEST_TARGET= test 14TEST_TARGET= test
15UNLIMIT_RESOURCES= datasize 15UNLIMIT_RESOURCES= datasize
16 16

cvs diff -r1.4 -r1.5 pkgsrc/security/scrypt/distinfo (expand / switch to unified diff)

--- pkgsrc/security/scrypt/distinfo 2017/04/26 14:54:59 1.4
+++ pkgsrc/security/scrypt/distinfo 2019/09/16 05:13:28 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2017/04/26 14:54:59 wiz Exp $ 1$NetBSD: distinfo,v 1.5 2019/09/16 05:13:28 wiz Exp $
2 2
3SHA1 (scrypt-1.2.1.tgz) = 27663b2311ac0af791ee5b2cde9d68f9c06e1453 3SHA1 (scrypt-1.3.0.tgz) = 985804ecc9c3e56ed8f5c49b6df0106370ee9192
4RMD160 (scrypt-1.2.1.tgz) = 2d32ba91eec5fa51bbce0242650ed9fc9230f177 4RMD160 (scrypt-1.3.0.tgz) = fc13f9039783ba37367c9571b427d9926da88f93
5SHA512 (scrypt-1.2.1.tgz) = ffda0ee90d283985245b77cc1d04b13c52aff78e925f323075d3b2c0439f16bbba1c432de8607820af945e6fa4e3be0e22a422b0b43a1fca0504cee3761004cd 5SHA512 (scrypt-1.3.0.tgz) = 199f58adb5231f1ad585dbe8f64d6c54920cee201bd7703bcfc7e64917bf8647f9e35b3835b78c41210fd9af5223a79938f2495e4b48e6a62bfe8721d82492c2
6Size (scrypt-1.2.1.tgz) = 127619 bytes 6Size (scrypt-1.3.0.tgz) = 380332 bytes