notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: security/libpki/Makefile
SVNWeb

Number of commits found: 7

Sat, 29 Apr 2023
[ 15:14 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:ea4cf0d151208a1116660e80e19f6d3a4fb5540c  commit hash:ea4cf0d151208a1116660e80e19f6d3a4fb5540c  commit hash:ea4cf0d151208a1116660e80e19f6d3a4fb5540c  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) search for other commits by this committer ]    commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  6e1233b  (Only the first 10 of 159 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer Author: Robert Clausecker ]    commit hash:e5a5d9c7275237e116c0a5bf7a7c8436c0db061b  commit hash:e5a5d9c7275237e116c0a5bf7a7c8436c0db061b  commit hash:e5a5d9c7275237e116c0a5bf7a7c8436c0db061b  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) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 19 Jul 2022
[ 06:56 Nuno Teixeira (eduardo) search for other commits by this committer ]    commit hash:d1d115cf3b998b9036c514c29a48718df0d26c79  commit hash:d1d115cf3b998b9036c514c29a48718df0d26c79  commit hash:d1d115cf3b998b9036c514c29a48718df0d26c79  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) search for other commits by this committer Author: Bruno Damour ]    commit hash:ea1086f14d694235d0dd6df321edc270097793a3  commit hash:ea1086f14d694235d0dd6df321edc270097793a3  commit hash:ea1086f14d694235d0dd6df321edc270097793a3  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) search for other commits by this committer Author: Bruno Damour ]    commit hash:93db311c5f7a2da50f3b8414c68a3f20c241354c  commit hash:93db311c5f7a2da50f3b8414c68a3f20c241354c  commit hash:93db311c5f7a2da50f3b8414c68a3f20c241354c  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