summaryrefslogtreecommitdiff
path: root/security/scrypt
diff options
context:
space:
mode:
authorwiz <wiz>2015-08-23 14:42:30 +0000
committerwiz <wiz>2015-08-23 14:42:30 +0000
commitc5aa58bfdd188c0806e11e24f00c54fbd80a0209 (patch)
tree36238e453c76c7a873ba7f64a953ef07a681ebed /security/scrypt
parent0f1b9871076b72367f3abf6e856dd55ba9825539 (diff)
downloadpkgsrc-c5aa58bfdd188c0806e11e24f00c54fbd80a0209.tar.gz
Update to 1.2.0:
Significant changes since 1.1.6: * You can now specify "-" as the input file, meaning standard input. * Lots and lots of code reorganization, including changes to the build system. * scrypt now consults the hw.memsize sysctl on relevant platforms to figure out how much memory is available. (This should help on OS X.) * scrypt now detects and uses AESNI instructions for encryption/decryption. * scrypt now detects and uses SSE2 instructions automatically (and thus there is no longer an --enable-sse2 option to the configure script).
Diffstat (limited to 'security/scrypt')
-rw-r--r--security/scrypt/Makefile7
-rw-r--r--security/scrypt/distinfo8
2 files changed, 7 insertions, 8 deletions
diff --git a/security/scrypt/Makefile b/security/scrypt/Makefile
index b6a8213b98f..51b27838efe 100644
--- a/security/scrypt/Makefile
+++ b/security/scrypt/Makefile
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.2 2014/02/26 18:20:11 wiedi Exp $
-#
+# $NetBSD: Makefile,v 1.3 2015/08/23 14:42:30 wiz Exp $
-DISTNAME= scrypt-1.1.6
+DISTNAME= scrypt-1.2.0
CATEGORIES= security
MASTER_SITES= https://www.tarsnap.com/scrypt/
EXTRACT_SUFX= .tgz
MAINTAINER= pettai@NetBSD.org
HOMEPAGE= https://www.tarsnap.com/scrypt/
-COMMENT= The scrypt encryption utility
+COMMENT= Encrypt and decrypt files
LICENSE= 2-clause-bsd
GNU_CONFIGURE= yes
diff --git a/security/scrypt/distinfo b/security/scrypt/distinfo
index 07e4d4e214b..6408e0987f2 100644
--- a/security/scrypt/distinfo
+++ b/security/scrypt/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2012/10/17 22:17:47 pettai Exp $
+$NetBSD: distinfo,v 1.2 2015/08/23 14:42:30 wiz Exp $
-SHA1 (scrypt-1.1.6.tgz) = 7b1b3feccfe2ff08b5d05752ef1ca7df2ec8646d
-RMD160 (scrypt-1.1.6.tgz) = a395db33b7c638a4f0feba2bc76874cf634b33de
-Size (scrypt-1.1.6.tgz) = 83776 bytes
+SHA1 (scrypt-1.2.0.tgz) = 9bf04644377d4930ea3577b751e9ad4b6d34580b
+RMD160 (scrypt-1.2.0.tgz) = 47ff357b5c79dcdf9f46cb37ff89fc8fbb42ccef
+Size (scrypt-1.2.0.tgz) = 107796 bytes