Subject: CVS commit: pkgsrc/security
From: Hauke Fath
Date: 2024-05-02 15:34:56
Message id: 20240502133456.DE496FA2C@cvs.NetBSD.org

Log Message:
Add security/uacme package.

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.

Files:
RevisionActionfile
1.1addpkgsrc/security/uacme/DESCR
1.1addpkgsrc/security/uacme/MESSAGE
1.1addpkgsrc/security/uacme/Makefile
1.1addpkgsrc/security/uacme/PLIST
1.1addpkgsrc/security/uacme/distinfo
1.1addpkgsrc/security/uacme/options.mk
1.1addpkgsrc/security/uacme/patches/patch-Makefile.am
1.1addpkgsrc/security/uacme/patches/patch-uacme.c
1.1addpkgsrc/security/uacme/patches/patch-uacme.sh