Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
21 Jan 2021 13:20:46
2.2.0

|
ume  |
Update to 2.2.0. |
13 Sep 2020 17:27:48
2.1.1

|
ume  |
Update to 2.1.1.
PR: 249293
Submitted by: lwhsu |
31 Jul 2020 19:53:37
2.1.0

|
leres  |
security/yubico-piv-tool: Unbreak build on FreeBSD 11 with
DEFAULT_VERSIONS=ssl=openssl
r541879 adds a patch that disables an openssl cmake module from
being invoked. But on 11.3 at least if some other package dependency
pulls in openssl (or DEFAULT_VERSIONS has ssl=openssl), yubico-piv-tool
is built with openssl 1.0 includes from base and openssl 1.1 libraries
from the port; this fails due to openssl API changes between 1.0
and 1.1 (e.g. EVP_MD_CTX_create() became EVP_MD_CTX_new()).
This is not a compile time problem on 12.1 because the base version
of openssl is 1.1 (but there is no guarantee there are not other
issues caused by the mixing of includes and libraries).
Replace the CMakeLists.txt patch with one for patch-cmake_openssl.cmake
that the cmake checks for openssl/libcrypto optional. This ensures
that openssl includes and libraries are not mixed between the base
and ports versions.
PR: 248049
Approved by: ume (maintainer timeout, 2 weeks) |
10 Jul 2020 22:39:29
2.1.0

|
ume  |
Add missing dependency. |
10 Jul 2020 18:40:04
2.1.0

|
ume  |
Add required patch to update |
10 Jul 2020 18:35:22
2.1.0

|
ume  |
Update to 2.1.0 |
09 Mar 2020 14:00:37
2.0.0

|
ume  |
Update to 2.0.0. |
12 Jul 2019 02:25:07
1.7.0

|
linimon  |
Prepare for powerpc-on-clang by deleting hard-coded tests for libstdc++.so
as a stand-in for "are we running on gcc".
For people already testing powerpc on clang, it is possible that they
already have both compilers in base. Thus, the assumption that "gcc is
in base" (e.g. libstdc++.so exists) always means "force use of GCC" is
already broken. It will be for everyone on -CURRENT once the switch is
made.
While here, standardize on compiler:c++11-lang instead of -lib (they are
equivalent these days), pet portlint, and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
09 Apr 2019 14:32:57
1.7.0

|
ume  |
fix build with GCC-based architectures
PR: 237155
Submitted by: Piotr Kubaj <pkubaj [...] anongoth.pl> |
04 Apr 2019 13:49:16
1.7.0

|
ume  |
Update to 1.7.0. |
12 Oct 2018 18:20:14
1.6.2

|
ume  |
Update to 1.6.2. |
18 Oct 2017 14:00:42
1.4.4

|
ume  |
Update to 1.4.4. |
29 Apr 2017 04:48:45
1.4.3

|
ume  |
Update to 1.4.3.
Requested by: Hannes Mehnert <hannes [...] mehnert.org> |
15 Mar 2017 14:45:31
1.4.1

|
mat  |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
12 Aug 2016 12:47:35
1.4.1

|
ume  |
Update to 1.4.1. |
20 Jul 2016 15:33:20
1.4.0

|
mat  |
Cleanup $() variables in ports Makefiles.
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)
Sponsored by: Absolight |
27 Jun 2016 16:35:25
1.4.0

|
ume  |
Insert tab. No functional change. |
25 Jun 2016 11:11:13
1.4.0

|
ume  |
Add new port -- Yubico PIV tool
The Yubico PIV tool is used for interacting with the Privilege and
Identification Card (PIV) application on a YubiKey.
With it you may generate keys on the device, importing keys and
certificates, and create certificate requests, and other operations. A
shared library and a command-line tool is included. |