Port details |
- libpki OpenCA PKI library (libpki) and tools
- 0.9.2_6 security
=2 0.9.2_5Version of this port present on the latest quarterly branch. - Maintainer: bruno@ruomad.net
 - Port Added: 2022-07-13 09:57:06
- Last Update: 2024-08-25 13:13:22
- Commit Hash: db203a9
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://www.openca.org/projects/libpki
- Description:
- OpenCA LibPKI provides an easy-to-use PKI library for PKI enabled application
development.
The library provides the developer with all the needed functionalities to
manage certificates, from generation to validation.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/security/libpki/ && make install clean
- To add the package, run one of these commands:
- pkg install security/libpki
- pkg install libpki
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libpki
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1708348718
SHA256 (openca-libpki-v0.9.2_GH0.tar.gz) = 4352a77457579a498837e33fbc0092f67a1c5d93eee6eb73bc889ad8b8f747fb
SIZE (openca-libpki-v0.9.2_GH0.tar.gz) = 1184928
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>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- libtoolize : devel/libtool
- Library dependencies:
-
- libxml2.so : textproc/libxml2
- This port is required by:
- for Libraries
-
- security/openca-ocspd
Configuration Options:
- ===> The following configuration options are available for libpki-0.9.2_6:
DNS=off: "Enable DNS support"
LDAP=off: "Enable LDAP support"
MYSQL=off: "Enable MySQL support"
PGSQL=off: "Enable PostgreSQL support"
===> Use 'make config' to modify these settings
- Options name:
- security_libpki
- USES:
- autoreconf gnome libtool ssl
- pkg-message:
- For install:
- Sample Configuration files have been installed in $PREFIX/share/libpki/etc, in a
hierachy that mimics the one created in $PREFIX/etc.
They may be used as templates to be copied into the corresponding subdirectory
under $PREFIX/etc and customized according to user context.
- If removing:
- User-installed configuration files under $PREFIX/etc/libpki have been preserved and
must be removed manually if needed, as well as this directory.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.2_6 25 Aug 2024 13:13:22
    |
Daniel Engberg (diizzy)  Author: Bruno Damour |
security/libpki: Fix build with libxml2 2.13
Backports from upstream repo and adapted to current release
PR: 279954 |
0.9.2_5 20 Feb 2024 11:53:40
    |
Muhammad Moinur Rahman (bofh)  Author: Bruno Damour |
security/libpki: Runtime fix
The previous patch did build on FreeBSD 14.0 but the OCSP responder was
segfaulting.
This fixes the previous incorrect patch through backporting changes from
upstream.
OCSP responder (openca-ocspd) now works on FreeBSD 14.0.
PR: 276951
Approved by: submitter is maintainer |
0.9.2_4 07 Aug 2023 15:24:45
    |
Muhammad Moinur Rahman (bofh)  Author: Bruno Damour |
security/libpki: Fix build with openssl3
Fixes :
- detection of OpenSSL version (a bit hacky IMHO)
- changes breaking compilation
Doesn't cover the replacement of obsoleted functions (specially the move
from engines to providers) which is way above my paygrade.
This patch has been upstream as a PR
(https://github.com/openca/libpki/pull/74).
PR: 272280
Approved by: bruno@ruomad.net (submitter is maintainer) |
0.9.2_3 29 Apr 2023 15:14:57
    |
Muhammad Moinur Rahman (bofh)  |
security/libpki: Mark BROKEN_SSL
- Fails to detect OpenSSL 3.0 or later
Approved by: portmgr (blanket) |
0.9.2_3 24 Feb 2023 08:50:34
    |
Robert Clausecker (fuz)  |
security/libpki: unbreak (again) on armv7
Apparently both arm and armv? are now needed to correctly handle
arm targets.
Fixes: fae3c318a10e6fc9870fd1f2a41611ceafe11cc4
Approved by: flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38726 |
0.9.2_3 08 Feb 2023 10:53:56
    |
Muhammad Moinur Rahman (bofh)  |
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
Convert the USE_LDAP=yes to USES=ldap and adds the following features:
- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features
Reviewed by: delphij
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38233 |
0.9.2_3 16 Oct 2022 23:01:11
    |
Piotr Kubaj (pkubaj)  |
security/libpki: fix build on powerpc |
0.9.2_3 15 Oct 2022 16:21:01
    |
Nuno Teixeira (eduardo)  Author: Robert Clausecker |
security/libpki: Fix build on armv7 and arm64
- add case for armv7 to configure script
- adapt aarch64 case to arm64
https://github.com/openca/libpki/issues/57
- while we are at it, hook up test suite
- bump PORTREVISION
PR: 266955
MFH: 2022Q4 |
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) |
0.9.2_2 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 ) |
0.9.2_2 19 Jul 2022 06:56:19
    |
Nuno Teixeira (eduardo)  |
security/libpki: Fix LDAP option build
- use LDAP_USE= OPENLDAP=yes instead of LIB_DEPENDS on
net/openldap24-client
- remove LDAP_LDFLAGS+= llber causing build to fail
PR: 265293 |
0.9.2_1 18 Jul 2022 08:22:14
    |
Nuno Teixeira (eduardo)  Author: Bruno Damour |
security/libpki: new location for sample files
- not install any configuration files AT ALL
- put all provided samples in ${PREFIX}/share/libpki/etc
- add a message to the user to refer to these samples
- mark the port as BROKEN on arm64 (according to pullout message received)
- add options to allow configure to enable DNS, LDAP, MySQL and
PostgreSQL if asked for
- bump PORTREVISION
PR: 265189 |
0.9.2 13 Jul 2022 11:05:16
    |
Nuno Teixeira (eduardo)  |
security/libpki: fix pkg-plist sample files
- use @sample in pkg-plist sample files
Reviewed by: 0mp
Approved by: portmgr (blanket) |
0.9.2 13 Jul 2022 09:53:32
    |
Nuno Teixeira (eduardo)  Author: Bruno Damour |
security/libpki: New port: OpenCA PKI library (libpki) and tools
- submitter becomes maintainer
OpenCA LibPKI provides an easy-to-use PKI library for PKI enabled
application development.
The library provides the developer with all the needed functionalities
to manage certificates, from generation to validation.
WWW: https://www.openca.org/projects/libpki
PR: 264474
Reviewed by: diizzy |