Port details |
- pkcs11-tools Tools for managing PKCS11 cryptographic tokens
- 2.6.0 security =2 2.6.0Version of this port present on the latest quarterly branch.
- Maintainer: eric.devolder@gmail.com
- Port Added: 2021-04-19 00:24:06
- Last Update: 2023-12-31 00:37:05
- Commit Hash: bbab7f5
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20 THIRDPARTY
- WWW:
- https://github.com/Mastercard/pkcs11-tools
- Description:
- pkcs11-tools is a toolkit containing a bunch of small utilities to perform key
management tasks on cryptographic tokens implementing a PKCS#11 interface. It
features a number of commands similar to the unix CLI utilities, such as ls, mv,
rm, od, and more. It also has specific commands to generate keys, generate CSRs,
import certificates and other files, in a fashion compatible with most
implementations, including both IBM and Oracle JVMs.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- pkcs11-tools>0:security/pkcs11-tools
- To install the port:
- cd /usr/ports/security/pkcs11-tools/ && make install clean
- To add the package, run one of these commands:
- pkg install security/pkcs11-tools
- pkg install pkcs11-tools
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pkcs11-tools
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1690822324
SHA256 (Mastercard-pkcs11-tools-v2.6.0_GH0.tar.gz) = 8b5fa6b784bf653a734b8e421b72167c9ba7121e99e5bf19ec11f275e686b0a8
SIZE (Mastercard-pkcs11-tools-v2.6.0_GH0.tar.gz) = 295153
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:
-
- autoconf-archive>0 : devel/autoconf-archive
- flex : textproc/flex
- bison : devel/bison
- libtool : devel/libtool
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- Runtime dependencies:
-
- bash : shells/bash
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for pkcs11-tools-2.6.0:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- security_pkcs11-tools
- USES:
- autoreconf:build bison compiler:c11 libtool:build 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.6.0 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
2.6.0 15 Oct 2023 11:14:59 |
Bernard Spil (brnrd) |
security/openssl: Update BROKEN_SSL ports referring to openssl30 |
2.6.0 31 Jul 2023 18:47:40 |
Li-Wen Hsu (lwhsu) Author: Eric Devolder |
security/pkcs11-tools: Update to 2.6.0
ChangeLog: https://github.com/Mastercard/pkcs11-tools/blob/v2.6.0/CHANGELOG.md
PR: 272848 |
2.5.1 25 May 2023 09:41:33 |
Robert Clausecker (fuz) Author: Eric Devolder |
security/pkcs11-tools: update to 2.5.1
Changelog: https://github.com/Mastercard/pkcs11-tools/blob/v2.5.1/CHANGELOG.md
PR: 271617 |
2.5.0 03 May 2023 16:19:58 |
Muhammad Moinur Rahman (bofh) |
security/pkcs11-tools: Mark BROKEN_SSL
- Fails to build with OpenSSL 3.0.0 and later with error: undefined
symbol: EVP_PKEY_*
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.5.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.5.0 09 Oct 2021 03:18:36 |
Nuno Teixeira (eduardo) Author: Eric Devolder |
security/pkcs11-tools: update to 2.5.0
- Use USES=autoreconf:build instead of BUILD_DEPENDS autoconf and
automake.
- Remove ".include <bsd.port.options.mk>" from Makefile
- Reorder some variables and put it in correct blocks
ChangeLog:
https://github.com/Mastercard/pkcs11-tools/blob/v2.5.0/CHANGELOG.md
PR: 258979 |
2.4.2 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
2.4.2 27 Sep 2021 08:18:06 |
Li-Wen Hsu (lwhsu) Author: Eric Devolder |
security/pkcs11-tools: Update to 2.4.2
Changelog: https://github.com/Mastercard/pkcs11-tools/blob/v2.4.2/CHANGELOG.md
PR: 258708 |
2.4.1 09 Aug 2021 07:40:59 |
Li-Wen Hsu (lwhsu) Author: Eric Devolder |
security/pkcs11-tools: Update to 2.4.1
Changelog: https://github.com/Mastercard/pkcs11-tools/blob/v2.4.1/CHANGELOG.md
PR: 257697 |
2.4.0 25 Jul 2021 02:21:50 |
Guangyuan Yang (ygy) Author: Eric Devolder |
security/pkcs11-tools: Update to 2.4.0
Changelog: https://github.com/Mastercard/pkcs11-tools/blob/v2.4.0/CHANGELOG.md
PR: 257348
Approved by: lwhsu (mentor, implicit) |
2.3.1 09 Jul 2021 14:43:44 |
Nuno Teixeira (eduardo) Author: Eric Devolder |
security/pkcs11-tools: Update to 2.3.1
* reformat Makefile with portfmt
ChangeLog: https://github.com/Mastercard/pkcs11-tools/blob/v2.3.1/CHANGELOG.md
PR: 256990 |
2.3.0 21 Apr 2021 10:57:20 |
Tobias Kortkamp (tobik) |
security/pkcs11-tools: Properly set BROKEN on 11.x with OpenSSL 1.0.x
Another case of wishful thinking. In reality the framework does
not support a BROKEN_SSL_11 at the moment.
Reported by: portscan |
2.3.0 20 Apr 2021 18:31:36 |
Yuri Victorovich (yuri) |
security/pkcs11-tools: Broken on 11 with base OpenSSL due to version being too
old
Also add comment about the workaround for missing symbols in
/usr/lib/libcrypto.so.
Reported by: fallout |
2.3.0 20 Apr 2021 09:57:01 |
Yuri Victorovich (yuri) |
security/pkcs11-tools: Broken with libressl
Reported by: eric.devolder@gmail.com (maintainer) |
2.3.0 19 Apr 2021 00:23:37 |
Yuri Victorovich (yuri) |
New port: security/pkcs11-tools: Tools for managing PKCS11 cryptographic tokens
PR: 255058
Submitted by: Eric Devolder <eric.devolder@gmail.com> |