Port details |
- uacme Lightweight C ACMEv2 client which uses external authenticators
- 1.7.1_2 security
=0 Version of this port present on the latest quarterly branch. - Maintainer: tobik@FreeBSD.org
 - Port Added: 2021-02-24 16:14:11
- Last Update: 2022-01-29 10:44:20
- Commit Hash: 7ddc39e
- Also Listed In: www
- License: GPLv3+
- Description:
- Lightweight client for the RFC8555 ACMEv2 protocol, written in plain
C with minimal dependencies (libcurl and one of GnuTLS, OpenSSL or
mbedTLS). The ACMEv2 protocol allows a Certificate Authority (Let's
Encrypt is a popular one) and an applicant to automate the process
of verification and certificate issuance. The protocol also provides
facilities for other certificate management functions, such as
certificate revocation.
WWW: https://github.com/ndilieto/uacme
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/security/uacme/ && make install clean
- To add the package, run one of these commands:
- pkg install security/uacme
- pkg install uacme
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: uacme
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1622796212
SHA256 (ndilieto-uacme-upstream-1.7.1_GH0.tar.gz) = 36027a587256cbaa86650cec2a5b3eb000480e1150bd83941565661b392625ac
SIZE (ndilieto-uacme-upstream-1.7.1_GH0.tar.gz) = 328128
- 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:
-
- asciidoc : textproc/asciidoc
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libcurl.so : ftp/curl
- libev.so : devel/libev
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for uacme-1.7.1_2:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
MANPAGES=on: Build and/or install manual pages
UALPN=on: Install the proxying ACMEv2 tls-alpn-01 responder ualpn(1)
====> Crypto library: you have to select exactly one of them
GNUTLS=off: SSL/TLS support via GnuTLS
MBEDTLS=off: SSL/TLS support via mbed TLS
OPENSSL=on: SSL/TLS support via OpenSSL
===> Use 'make config' to modify these settings
- Options name:
- security_uacme
- USES:
- gmake pkgconfig ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 7
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
29 Jan 2022 10:44:20 1.7.1_2 |
Tobias Kortkamp (tobik)  |
security/uacme: Use system libev and unlock MBEDTLS option
If the build environment has libev installed ualpn picks it over
the vendored one, so just always use the system libev. |
28 Jan 2022 12:14:09 1.7.1_1 |
Tijl Coosemans (tijl)  |
security/mbedtls: Update to 2.28.0 and fix make test
Also bump dependent ports for library version change.
PR: 255084 |
30 Sep 2021 21:23:30 1.7.1 |
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 |
06 Jun 2021 08:09:00 1.7.1 |
Tobias Kortkamp (tobik)  |
security/uacme: Update to upstream/1.7.1
Changes: https://github.com/ndilieto/uacme/blob/upstream/1.7.1/NEWS |
07 Apr 2021 08:09:01 1.7 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.7 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
24 Feb 2021 16:07:52
1.7 |
tobik  |
Add security/uacme
Lightweight client for the RFC8555 ACMEv2 protocol, written in plain
C with minimal dependencies (libcurl and one of GnuTLS, OpenSSL or
mbedTLS). The ACMEv2 protocol allows a Certificate Authority (Let's
Encrypt is a popular one) and an applicant to automate the process
of verification and certificate issuance. The protocol also provides
facilities for other certificate management functions, such as
certificate revocation.
WWW: https://github.com/ndilieto/uacme |
Number of commits found: 7
|