From 15db6deaf3f6069bdcf6bb54170f3d424cc1d1b6 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 14 Nov 2019 18:28:17 +0000 Subject: 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. --- security/py-certbot/Makefile.common | 4 ++-- security/py-certbot/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'security/py-certbot') diff --git a/security/py-certbot/Makefile.common b/security/py-certbot/Makefile.common index 4cec790f455..1b5789412ab 100644 --- a/security/py-certbot/Makefile.common +++ b/security/py-certbot/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.37 2019/10/02 17:36:43 adam Exp $ +# $NetBSD: Makefile.common,v 1.38 2019/11/14 18:28:17 adam Exp $ # used by security/py-acme/Makefile # used by security/py-certbot/Makefile # used by security/py-certbot-apache/Makefile @@ -15,7 +15,7 @@ # used by security/py-certbot-dns-sakuracloud/Makefile # used by security/py-certbot-nginx/Makefile -CERTBOT_VERSION= 0.39.0 +CERTBOT_VERSION= 0.40.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES?= security python diff --git a/security/py-certbot/distinfo b/security/py-certbot/distinfo index 3bc5e8b854f..0d99c850534 100644 --- a/security/py-certbot/distinfo +++ b/security/py-certbot/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.39 2019/10/02 17:36:43 adam Exp $ +$NetBSD: distinfo,v 1.40 2019/11/14 18:28:17 adam Exp $ -SHA1 (certbot-0.39.0.tar.gz) = c82722ea3fdd63d98ed1a56efef7c22f01edfda4 -RMD160 (certbot-0.39.0.tar.gz) = 1db11a8f6da871c8e60e44488714a8f915044487 -SHA512 (certbot-0.39.0.tar.gz) = 463083a7d5d086c823372e2e810c905aa13f1a24eb1d8fa55cdfc06b0ba9358d90f400ae5d1bb5d89e0a3137702719a552b6de1f75da0014ec9602897db372d3 -Size (certbot-0.39.0.tar.gz) = 360354 bytes +SHA1 (certbot-0.40.1.tar.gz) = 6d66f943ebd92be3797dbcc0a73de0de91a4e0c4 +RMD160 (certbot-0.40.1.tar.gz) = 7d7b8dbcf5540cfb3275465da6ad42e85835fffb +SHA512 (certbot-0.40.1.tar.gz) = a6f1de41c0d182a184fc0a27bd0256291c1bc76cfd51007b0c057aa4230f4cebf8dc4a393d71dba21a5b833d4728c038a5a7ebd84b4b84d17907589bfa1e0858 +Size (certbot-0.40.1.tar.gz) = 361523 bytes -- cgit v1.2.3