aboutsummaryrefslogtreecommitdiff
path: root/security/libargon2
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 20160821Dmitry Marakasov2016-08-232-5/+6
| | | | | | | | | | - While here, add LICENSE_FILE and fix static lib installation PR: 212068 Submitted by: hsw@bitmark.com (maintainer) Notes: svn path=/head/; revision=420667
* security/libargon2 is not jobs safeJohn Marino2016-08-221-0/+2
| | | | | | | | | | | | | | | | | This concurrent flaw is pretty awful but easily fixed. The "all" target depends on "clean $(RUN) libs". In a multijob invocation, these targets all start building at the same time beccause there's no requirement to clean before building. As a result, it's possible that some object files get built before the clean target runs, which deletes the built files. Probably this can be solved by simply removing the "clean" target which should be unnecessary in a ports build area. I'll leave that to the maintainer to either patch or notify upstream of this obvious makefile flaw. Notes: svn path=/head/; revision=420625
* security/libargon2: add new portJan Beich2016-07-124-0/+41
PR: 209411 Submitted by: Christopher Hall <christopherhall.hsw@gmail.com> Reviewed by: Yonas Yanfa, Vladimir Krstulja Argon2 is a password-hashing function that summarizes the state of the art in the design of memory-hard functions and can be used to hash passwords for credential storage, key derivation, or other applications. https://github.com/P-H-C/phc-winner-argon2 Notes: svn path=/head/; revision=418416