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: Sun Aug 23 14:42:31 UTC 2015
Modified Files:
pkgsrc/security/scrypt: Makefile distinfo
Log Message:
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).
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/scrypt/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/scrypt/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index