| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
- While here, add LICENSE_FILE and fix static lib installation
PR: 212068
Submitted by: hsw@bitmark.com (maintainer)
Notes:
svn path=/head/; revision=420667
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
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
|