Commit graph

5 commits

Author SHA1 Message Date
rillig
6eb7c3c461 security/dehydrated: remove nonexistent file from REPLACE_BASH 2020-05-22 05:47:52 +00:00
nils
8aeb225eb5 Updated security/dehydrated to version 0.6.5.
Some of the upstream changes since 0.4.0 :
* OpenSSL binary path is now configurable
* Support for ACME v02
* Challenge validation loop has been modified to loop over authorization identifiers instead of altnames (ACMEv2 + wildcard support)
* Use new ACME v2 endpoint by default
* Initial support for tls-alpn-01 validation
* OCSP refresh interval is now configurable

Full changelog available here :
https://github.com/lukas2511/dehydrated/blob/v0.6.5/CHANGELOG
2019-08-20 21:50:56 +00:00
jlam
49970e3866 Fix packages that had INSTALLATION_DIRS+=$(PKG_SYSCONFDIR}.
Set PKG_SYSCONFSUBDIR where appropriate, and use {MAKE,OWN}_DIRS to
create the directory tree under ${PKG_SYSCONFDIR} instead of using
INSTALLATION_DIRS.

Bump the PKGREVISION of packages that changed due to changes in the
package install scripts.
2017-08-07 17:56:12 +00:00
nils
d50ce0c992 DESCR was maybe a little too descriptive, pkgsrc handles the dependencies. 2017-03-11 10:24:58 +00:00
nils
caac9a790c Import dehydrated-0.4.0 as security/dehydrated.
This is a client for signing certificates with an ACME-server
(currently only provided by letsencrypt) implemented as a
relatively simple bash-script.

It uses the openssl utility for everything related to
actually handling keys and certificates,
so you need to have that installed.

Other dependencies are: curl, sed, grep, mktemp
(all found on almost any system, curl being the only exception)
2017-03-10 08:30:51 +00:00