Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20190702_1 23 Jan 2024 15:59:55 |
Muhammad Moinur Rahman (bofh) |
security/libargon2: Impelled to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
20190702 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
20190702 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
20190702 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20190702 06 Jul 2019 18:26:59 |
swills |
security/libargon2: Update to 20190702
PR: 238950
Submitted by: Christopher Hall <hsw@bitmark.com> (maintainer) |
20171227_1 18 Sep 2018 15:08:53 |
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 |
20171227 09 Jan 2018 23:18:29 |
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) |
20161029_1 12 Dec 2017 11:38:48 |
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 |
20161029 05 Mar 2017 13:42:08 |
miwi |
- Update to 20161029
PR: 217444
Submitted by: maintainer |
20160821 23 Aug 2016 12:09:42 |
amdmi3 |
- Update to 20160821
- While here, add LICENSE_FILE and fix static lib installation
PR: 212068
Submitted by: hsw@bitmark.com (maintainer) |
20160530 22 Aug 2016 17:16:30 |
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. |
20160530 12 Jul 2016 08:46:21 |
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 |