Port details |
- yubico-piv-tool Yubico PIV tool
- 2.4.2_1 security =3 2.4.2_1Version of this port present on the latest quarterly branch.
- Maintainer: ume@FreeBSD.org
- Port Added: 2016-06-25 11:11:29
- Last Update: 2024-05-26 10:52:26
- Commit Hash: 3ee2059
- People watching this port, also watch:: yubikey-manager-qt, ipcalc, hashcat, openssl, courier-imap
- License: BSD2CLAUSE
- WWW:
- https://developers.yubico.com/yubico-piv-tool/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- yubico-piv-tool>0:security/yubico-piv-tool
- To install the port:
- cd /usr/ports/security/yubico-piv-tool/ && make install clean
- To add the package, run one of these commands:
- pkg install security/yubico-piv-tool
- pkg install yubico-piv-tool
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: yubico-piv-tool
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1702700310
SHA256 (yubico-piv-tool-2.4.2.tar.gz) = fa9837b232b078357c1fba3d34992b05654ea2b9b55476c1ad336d8c96aac40e
SIZE (yubico-piv-tool-2.4.2.tar.gz) = 1332497
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- check.pc : devel/check
- gengetopt : devel/gengetopt
- help2man : misc/help2man
- cmake : devel/cmake-core
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libpcsclite.so : devel/pcsc-lite
- This port is required by:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- security_yubico-piv-tool
- USES:
- compiler cmake:noninja gmake pathfix pkgconfig ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.4.2_1 26 May 2024 10:52:26 |
Daniel Engberg (diizzy) |
*/*: Remove incorrect libtool dependency
All these ports builds without libtool
Tested using Poudriere
Approved by: portmgr (blanket, build fix) |
2.4.2_1 21 Jan 2024 17:54:21 |
Hajimu UMEMOTO (ume) |
security/yubico-piv-tool: Move manpages to ${PREFIX}/share |
2.4.2 16 Dec 2023 04:25:16 |
Hajimu UMEMOTO (ume) |
security/yubico-piv-tool: Update to 2.4.2. |
2.3.1 04 May 2023 01:44:28 |
Muhammad Moinur Rahman (bofh) |
security/yubico-piv-tool: Unbreak with OpenSSL 3.0.0
- Update version 2.2.0->2.3.1
Changelog:
https://developers.yubico.com/yubico-piv-tool/Release_Notes.html
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) |
2.2.0 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 ) |
2.2.0 19 Apr 2021 08:00:13 |
Tobias Kortkamp (tobik) |
Clean up all commented PORTREVISION and PORTEPOCH lines
No revision bump tool that we have cleans them up or deals with
them, so we end up with duplicated lines. Instead of implementing
that just clean up the 51 ports that do this.
PORTREVISION and PORTEPOCH can be set to 0 explicitly instead if
you need a reminder or placeholder. |
2.2.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.2.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.2.0 21 Jan 2021 13:20:46 |
ume |
Update to 2.2.0. |
2.1.1 13 Sep 2020 17:27:48 |
ume |
Update to 2.1.1.
PR: 249293
Submitted by: lwhsu |
2.1.0 31 Jul 2020 19:53:37 |
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) |
2.1.0 10 Jul 2020 22:39:29 |
ume |
Add missing dependency. |
2.1.0 10 Jul 2020 18:40:04 |
ume |
Add required patch to update |
2.1.0 10 Jul 2020 18:35:22 |
ume |
Update to 2.1.0 |
2.0.0 09 Mar 2020 14:00:37 |
ume |
Update to 2.0.0. |
1.7.0 12 Jul 2019 02:25:07 |
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) |
1.7.0 09 Apr 2019 14:32:57 |
ume |
fix build with GCC-based architectures
PR: 237155
Submitted by: Piotr Kubaj <pkubaj [...] anongoth.pl> |
1.7.0 04 Apr 2019 13:49:16 |
ume |
Update to 1.7.0. |
1.6.2 12 Oct 2018 18:20:14 |
ume |
Update to 1.6.2. |
1.4.4 18 Oct 2017 14:00:42 |
ume |
Update to 1.4.4. |
1.4.3 29 Apr 2017 04:48:45 |
ume |
Update to 1.4.3.
Requested by: Hannes Mehnert <hannes [...] mehnert.org> |
1.4.1 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
1.4.1 12 Aug 2016 12:47:35 |
ume |
Update to 1.4.1. |
1.4.0 20 Jul 2016 15:33:20 |
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 |
1.4.0 27 Jun 2016 16:35:25 |
ume |
Insert tab. No functional change. |
1.4.0 25 Jun 2016 11:11:13 |
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. |