Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Jul 2019 18:26:59
20190702

|
swills  |
security/libargon2: Update to 20190702
PR: 238950
Submitted by: Christopher Hall <hsw@bitmark.com> (maintainer) |
18 Sep 2018 15:08:53
20171227_1

|
riggs  |
Fix runtime error: remove -march=native as optimisation target
Details:
The upstream Makefile contains -march=native as optimisation which leads
to unconditional use of AVX instructions if built on a machine that has
AVX support. Subsequently this causes SIGILL on processors without AVX,
including latest-generation Atom descendants.
PR: 225922
Reported by: arthur@qeng-ho.org
Approved by: hsw@bitmark.com (maintainer, implicit)
MFH: 2018Q3 |
09 Jan 2018 23:18:29
20171227

|
dbaio  |
security/libargon2: Update to 20171227
Changes: https://github.com/P-H-C/phc-winner-argon2/blob/20171227/CHANGELOG.md
PR: 225022
Submitted by: Christopher Hall <hsw@bitmark.com> (maintainer) |
12 Dec 2017 11:38:48
20161029_1

|
tz  |
security/libargon2: Add SONAME to shared library
Also add pkg-config file
PR: 224190 222344
Submitted by: Christopher Hall (maintainer)
Reported by: xxjack12xx@gmail.com
Approved by: maintainer |
05 Mar 2017 13:42:08
20161029

|
miwi  |
- Update to 20161029
PR: 217444
Submitted by: maintainer |
23 Aug 2016 12:09:42
20160821

|
amdmi3  |
- Update to 20160821
- While here, add LICENSE_FILE and fix static lib installation
PR: 212068
Submitted by: hsw@bitmark.com (maintainer) |
22 Aug 2016 17:16:30
20160530

|
marino  |
security/libargon2 is not jobs safe
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. |
12 Jul 2016 08:46:21
20160530

|
jbeich  |
security/libargon2: add new port
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 |