diff options
author | adam <adam@pkgsrc.org> | 2019-11-14 18:28:17 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-11-14 18:28:17 +0000 |
commit | 15db6deaf3f6069bdcf6bb54170f3d424cc1d1b6 (patch) | |
tree | 86b639fc7cd6e0f50ca1140e13f934a0500b847e /security/py-certbot-dns-ovh | |
parent | 7247cc6cf26577b44bc3850b2832432b77cb6b21 (diff) | |
download | pkgsrc-15db6deaf3f6069bdcf6bb54170f3d424cc1d1b6.tar.gz |
py-certbot: updated to 0.40.1
0.40.1:
Changed
Added back support for Python 3.4 to Certbot components and certbot-auto due to a bug when requiring Python 2.7 or 3.5+ on RHEL 6 based systems.
More details about these changes can be found on our GitHub repo.
0.40.0:
Changed
We deprecated support for Python 3.4 in Certbot and its ACME library. Support for Python 3.4 will be removed in the next major release of Certbot. certbot-auto users on RHEL 6 based systems will be asked to enable Software Collections (SCL) repository so Python 3.6 can be installed. certbot-auto can enable the SCL repo for you on CentOS 6 while users on other RHEL 6 based systems will be asked to do this manually.
--server may now be combined with --dry-run. Certbot will, as before, use the staging server instead of the live server when --dry-run is used.
--dry-run now requests fresh authorizations every time, fixing the issue where it was prone to falsely reporting success.
Updated certbot-dns-google to depend on newer versions of google-api-python-client and oauth2client.
The OS detection logic again uses distro library for Linux OSes
certbot.plugins.common.TLSSNI01 has been deprecated and will be removed in a future release.
CLI flags --tls-sni-01-port and --tls-sni-01-address have been removed.
The values tls-sni and tls-sni-01 for the --preferred-challenges flag are no longer accepted.
Removed the flags: --agree-dev-preview, --dialog, and --apache-init-script
acme.standalone.BaseRequestHandlerWithLogging and acme.standalone.simple_tls_sni_01_server have been deprecated and will be removed in a future release of the library.
certbot-dns-rfc2136 now use TCP to query SOA records.
Fixed
More details about these changes can be found on our GitHub repo.
Diffstat (limited to 'security/py-certbot-dns-ovh')
-rw-r--r-- | security/py-certbot-dns-ovh/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/py-certbot-dns-ovh/distinfo b/security/py-certbot-dns-ovh/distinfo index 9e615cb00cd..e0ef1d9efcb 100644 --- a/security/py-certbot-dns-ovh/distinfo +++ b/security/py-certbot-dns-ovh/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2019/10/02 17:36:44 adam Exp $ +$NetBSD: distinfo,v 1.12 2019/11/14 18:28:18 adam Exp $ -SHA1 (certbot-dns-ovh-0.39.0.tar.gz) = 4d7ceed1aebd1662cfa0070f0f0297447d46b6ad -RMD160 (certbot-dns-ovh-0.39.0.tar.gz) = a4ef4aa8b4764a7a6a1aa4539297e798d55f1dbf -SHA512 (certbot-dns-ovh-0.39.0.tar.gz) = 789a669e6c40a031a158e655bf38f40a858f97c60a02c776c6db4a090cbbcd3d3e3eddfc9340d224fe8850f09cc8105112210cf824671861e611d1278491be37 -Size (certbot-dns-ovh-0.39.0.tar.gz) = 11886 bytes +SHA1 (certbot-dns-ovh-0.40.1.tar.gz) = 471355c33366880ae362ce6120bcec2ee8133d94 +RMD160 (certbot-dns-ovh-0.40.1.tar.gz) = 21f8041df85d049152be6acd5652e8c5aa412507 +SHA512 (certbot-dns-ovh-0.40.1.tar.gz) = 9941b8eaae612d7dca5b33444f751a84a20c5061e73ee3c3dd7f9369e1cc569b2526960cfd7dc2db17a968846247c16c8ccfaadd162f1a552a9e53076854a293 +Size (certbot-dns-ovh-0.40.1.tar.gz) = 11885 bytes |