Port details |
- uacme Lightweight C ACMEv2 client which uses external authenticators
- 1.7.4_1 security
=0 1.7.4Version of this port present on the latest quarterly branch. - Maintainer: eduardo@FreeBSD.org
 - Port Added: 2021-02-24 16:14:11
- Last Update: 2023-09-18 10:04:58
- Commit Hash: 1e3cc69
- 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.
¦ ¦ ¦ ¦ 
- 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 = 1676711270
SHA256 (ndilieto-uacme-upstream-1.7.4_GH0.tar.gz) = a638fe0878dba8fdda62f89e7a284243edbcd31b92c11b5cfdc7d3efd9547bca
SIZE (ndilieto-uacme-upstream-1.7.4_GH0.tar.gz) = 330866
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.4_1:
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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.4_1 18 Sep 2023 10:04:58
    |
Nuno Teixeira (eduardo)  |
security/uacme: Fix use system libev
Vendored libev was in use because configure didn't found system libev
added in 7ddc39e |
1.7.4 18 Feb 2023 09:33:29
    |
Nuno Teixeira (eduardo)  |
security/uacme: Update to 1.7.4
ChangeLog: https://github.com/ndilieto/uacme/blob/master/ChangeLog |
1.7.3 21 Sep 2022 19:17:43
    |
Nuno Teixeira (eduardo)  |
security/uacme: Adopt/Update to upstream/1.7.3
ChangeLog: https://github.com/ndilieto/uacme/blob/master/ChangeLog |
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) |
1.7.1_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 ) |
1.7.1_2 25 Aug 2022 21:16:21
    |
Tobias Kortkamp (tobik)  |
*: Return unused ports |
1.7.1_2 29 Jan 2022 10:44:20
    |
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. |
1.7.1_1 28 Jan 2022 12:14:09
    |
Tijl Coosemans (tijl)  |
security/mbedtls: Update to 2.28.0 and fix make test
Also bump dependent ports for library version change.
PR: 255084 |
1.7.1 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 |
1.7.1 06 Jun 2021 08:09:00
    |
Tobias Kortkamp (tobik)  |
security/uacme: Update to upstream/1.7.1
Changes: https://github.com/ndilieto/uacme/blob/upstream/1.7.1/NEWS |
1.7 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.7 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.7 24 Feb 2021 16:07:52
  |
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 |