non port: security/libpki/Makefile |
SVNWeb
|
Number of commits found: 7 |
Sat, 29 Apr 2023
|
[ 15:14 Muhammad Moinur Rahman (bofh) ] ea4cf0d
security/libpki: Mark BROKEN_SSL
- Fails to detect OpenSSL 3.0 or later
Approved by: portmgr (blanket)
|
Wed, 8 Feb 2023
|
[ 10:53 Muhammad Moinur Rahman (bofh) ] 6e1233b (Only the first 10 of 159 ports in this commit are shown above. )
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
|
Sat, 15 Oct 2022
|
[ 16:21 Nuno Teixeira (eduardo) Author: Robert Clausecker ] e5a5d9c
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
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Tue, 19 Jul 2022
|
[ 06:56 Nuno Teixeira (eduardo) ] d1d115c
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
|
Mon, 18 Jul 2022
|
[ 08:22 Nuno Teixeira (eduardo) Author: Bruno Damour ] ea1086f
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
|
Wed, 13 Jul 2022
|
[ 09:53 Nuno Teixeira (eduardo) Author: Bruno Damour ] 93db311
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
|
Number of commits found: 7 |