summaryrefslogtreecommitdiff
path: root/security/py-acme
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2018-07-17 16:32:16 +0000
committerfhajny <fhajny@pkgsrc.org>2018-07-17 16:32:16 +0000
commitdab4d2f427fde2a998541230d47796c6e69c3bfc (patch)
tree9d9447d016360b4f31c191f0a7fb4eb4118184ca /security/py-acme
parent83ca86e589fb702d7e520f401a61d6df89bb05ea (diff)
downloadpkgsrc-dab4d2f427fde2a998541230d47796c6e69c3bfc.tar.gz
net/py-{acme,certbot}: Update to 0.26.0.
### Added - A new security enhancement which we're calling AutoHSTS has been added to Certbot's Apache plugin. This enhancement configures your webserver to send a HTTP Strict Transport Security header with a low max-age value that is slowly increased over time. The max-age value is not increased to a large value until you've successfully managed to renew your certificate. This enhancement can be requested with the --auto-hsts flag. - New official DNS plugins have been created for Gehirn Infrastracture Service, Linode, OVH, and Sakura Cloud. These plugins can be found on our Docker Hub page at https://hub.docker.com/u/certbot and on PyPI. - The ability to reuse ACME accounts from Let's Encrypt's ACMEv1 endpoint on Let's Encrypt's ACMEv2 endpoint has been added. - Certbot and its components now support Python 3.7. - Certbot's install subcommand now allows you to interactively choose which certificate to install from the list of certificates managed by Certbot. - Certbot now accepts the flag `--no-autorenew` which causes any obtained certificates to not be automatically renewed when it approaches expiration. - Support for parsing the TLS-ALPN-01 challenge has been added back to the acme library. ### Changed - Certbot's default ACME server has been changed to Let's Encrypt's ACMEv2 endpoint. By default, this server will now be used for both new certificate lineages and renewals. - The Nginx plugin is no longer marked labeled as an "Alpha" version. - The `prepare` method of Certbot's plugins is no longer called before running "Updater" enhancements that are run on every invocation of `certbot renew`.
Diffstat (limited to 'security/py-acme')
-rw-r--r--security/py-acme/PLIST3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/py-acme/PLIST b/security/py-acme/PLIST
index cf49cad6ef7..42dbf159d80 100644
--- a/security/py-acme/PLIST
+++ b/security/py-acme/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2018/06/12 09:22:35 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.10 2018/07/17 16:32:16 fhajny Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -84,7 +84,6 @@ ${PYSITELIB}/acme/testdata/csr-san.pem
${PYSITELIB}/acme/testdata/csr.der
${PYSITELIB}/acme/testdata/csr.pem
${PYSITELIB}/acme/testdata/dsa512_key.pem
-${PYSITELIB}/acme/testdata/rsa1024_cert.pem
${PYSITELIB}/acme/testdata/rsa1024_key.pem
${PYSITELIB}/acme/testdata/rsa2048_cert.pem
${PYSITELIB}/acme/testdata/rsa2048_key.pem