pkgsrc/security/scrypt/Makefile
wiz ac6c55fc7a 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.
2017-04-26 14:54:59 +00:00

18 lines
442 B
Makefile

# $NetBSD: Makefile,v 1.5 2017/04/26 14:54:59 wiz Exp $
DISTNAME= scrypt-1.2.1
CATEGORIES= security
MASTER_SITES= https://www.tarsnap.com/scrypt/
EXTRACT_SUFX= .tgz
MAINTAINER= pettai@NetBSD.org
HOMEPAGE= https://www.tarsnap.com/scrypt/
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"