pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security py-certbot: updated to 0.40.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/045f76406834
branches:  trunk
changeset: 417743:045f76406834
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Nov 14 18:28:17 2019 +0000

description:
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:

 security/py-acme/distinfo                    |  10 +++++-----
 security/py-certbot-apache/Makefile          |   3 +--
 security/py-certbot-apache/distinfo          |  10 +++++-----
 security/py-certbot-dns-dnsimple/distinfo    |  10 +++++-----
 security/py-certbot-dns-dnsmadeeasy/distinfo |  10 +++++-----
 security/py-certbot-dns-gehirn/distinfo      |  10 +++++-----
 security/py-certbot-dns-google/Makefile      |   6 +++---
 security/py-certbot-dns-google/distinfo      |  10 +++++-----
 security/py-certbot-dns-linode/distinfo      |  10 +++++-----
 security/py-certbot-dns-luadns/distinfo      |  10 +++++-----
 security/py-certbot-dns-nsone/distinfo       |  10 +++++-----
 security/py-certbot-dns-ovh/distinfo         |  10 +++++-----
 security/py-certbot-dns-rfc2136/distinfo     |  10 +++++-----
 security/py-certbot-dns-route53/distinfo     |  10 +++++-----
 security/py-certbot-nginx/distinfo           |  10 +++++-----
 security/py-certbot/Makefile.common          |   4 ++--
 security/py-certbot/distinfo                 |  10 +++++-----
 17 files changed, 76 insertions(+), 77 deletions(-)

diffs (267 lines):

diff -r 722476285a2a -r 045f76406834 security/py-acme/distinfo
--- a/security/py-acme/distinfo Thu Nov 14 18:08:00 2019 +0000
+++ b/security/py-acme/distinfo Thu Nov 14 18:28:17 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2019/10/02 17:36:43 adam Exp $
+$NetBSD: distinfo,v 1.12 2019/11/14 18:28:17 adam Exp $
 
-SHA1 (acme-0.39.0.tar.gz) = 908c73c2326c19f9eedb06d2450b5dcccf86d843
-RMD160 (acme-0.39.0.tar.gz) = ce6670d9cccf4511e82227852bbcebb0adef4866
-SHA512 (acme-0.39.0.tar.gz) = 1a59fd4a7dce6c5eb0564a1fb8f6b39b88fccaf3c4a03949b391862a9a937ccc8f81dc99b347a343c73834d006e05b515bfe1daa3f24fd6caa8c0fd8100293b4
-Size (acme-0.39.0.tar.gz) = 86539 bytes
+SHA1 (acme-0.40.1.tar.gz) = fb1c61999578a8f9ee1b9cf3cab2c7b5b07eb877
+RMD160 (acme-0.40.1.tar.gz) = 2df04f82e96b2441a00d2173920c9768a0d46583
+SHA512 (acme-0.40.1.tar.gz) = 5b5013ce7eb4c14fcc213e614bccdfb5c7360f30178949a1132570878215943adf887041e7ab8a0c6053aa61a4e86168893165ededa2daf2ddf813d252f8cb85
+Size (acme-0.40.1.tar.gz) = 86518 bytes
diff -r 722476285a2a -r 045f76406834 security/py-certbot-apache/Makefile
--- a/security/py-certbot-apache/Makefile       Thu Nov 14 18:08:00 2019 +0000
+++ b/security/py-certbot-apache/Makefile       Thu Nov 14 18:28:17 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2019/10/02 17:36:43 adam Exp $
+# $NetBSD: Makefile,v 1.10 2019/11/14 18:28:17 adam Exp $
 
 .include "../../security/py-certbot/Makefile.common"
 
@@ -11,7 +11,6 @@
 DEPENDS+=      ${PYPKGPREFIX}-augeas-[0-9]*:../../sysutils/py-augeas
 DEPENDS+=      ${PYPKGPREFIX}-certbot>=0.39.0:../../security/py-certbot
 DEPENDS+=      ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-DEPENDS+=      ${PYPKGPREFIX}-pyparsing>=1.5.5:../../devel/py-pyparsing
 DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-ZopeComponent-[0-9]*:../../devel/py-ZopeComponent
 DEPENDS+=      ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
diff -r 722476285a2a -r 045f76406834 security/py-certbot-apache/distinfo
--- a/security/py-certbot-apache/distinfo       Thu Nov 14 18:08:00 2019 +0000
+++ b/security/py-certbot-apache/distinfo       Thu Nov 14 18:28:17 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2019/10/02 17:36:43 adam Exp $
+$NetBSD: distinfo,v 1.12 2019/11/14 18:28:17 adam Exp $
 
-SHA1 (certbot-apache-0.39.0.tar.gz) = 8506833899b20e65a58238bd59a54d93e53382f8
-RMD160 (certbot-apache-0.39.0.tar.gz) = bdc540c048c03285a7c2dac4d872e072dd40d8dc
-SHA512 (certbot-apache-0.39.0.tar.gz) = ef7540e310e041103b7fc939ec43546673176754ae40b78169dc48179b341b418749737eac77df205a2daec82cf4cd983648cec28dadae6153a0f513817af98c
-Size (certbot-apache-0.39.0.tar.gz) = 180555 bytes
+SHA1 (certbot-apache-0.40.1.tar.gz) = 2dbc0e307b3d0fdcc2634d87075d71f7b69b8018
+RMD160 (certbot-apache-0.40.1.tar.gz) = de4a7f1b82b21af468509e7fc45bd1b47368b1cc
+SHA512 (certbot-apache-0.40.1.tar.gz) = ad51a4d04000127b351a58c07d0d793f15a5077430d3a7896dbaba8da71e9677f9fd94af1aa154e74fa8ad74c8ef7bc2f19c0044e624fbb523f98f85efc6e487
+Size (certbot-apache-0.40.1.tar.gz) = 180430 bytes
diff -r 722476285a2a -r 045f76406834 security/py-certbot-dns-dnsimple/distinfo
--- a/security/py-certbot-dns-dnsimple/distinfo Thu Nov 14 18:08:00 2019 +0000
+++ b/security/py-certbot-dns-dnsimple/distinfo Thu Nov 14 18:28:17 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2019/10/02 17:36:43 adam Exp $
+$NetBSD: distinfo,v 1.7 2019/11/14 18:28:17 adam Exp $
 
-SHA1 (certbot-dns-dnsimple-0.39.0.tar.gz) = 8987a5265a44c01de49c7119f46a65d7fbda3b35
-RMD160 (certbot-dns-dnsimple-0.39.0.tar.gz) = 2146b2d40e023df60a44a570ed91a211dd2acc56
-SHA512 (certbot-dns-dnsimple-0.39.0.tar.gz) = f6cbba82ccff0ea6dcc0c159ac60bc7c14d91125d09d36535ca158eaa869e903818b33326e1c7eeaee57aa7fbc30def76f1ae5bc59bc8629d00170011748ec2b
-Size (certbot-dns-dnsimple-0.39.0.tar.gz) = 11647 bytes
+SHA1 (certbot-dns-dnsimple-0.40.1.tar.gz) = e9a31ceaa7d485e4eed834f815a714d3e3b6d9f6
+RMD160 (certbot-dns-dnsimple-0.40.1.tar.gz) = 59e1528a474da5cc2647011bec0f1f74be0a95c6
+SHA512 (certbot-dns-dnsimple-0.40.1.tar.gz) = f116ff8268c7fdf39d5ceabf5b84be065cb3df828dc95e000c8702fdd448d72c9b557a51cd8ec4147e7bc59a3fa0f2022b571d1ccb7ff0be1c72e86413297781
+Size (certbot-dns-dnsimple-0.40.1.tar.gz) = 11643 bytes
diff -r 722476285a2a -r 045f76406834 security/py-certbot-dns-dnsmadeeasy/distinfo
--- a/security/py-certbot-dns-dnsmadeeasy/distinfo      Thu Nov 14 18:08:00 2019 +0000
+++ b/security/py-certbot-dns-dnsmadeeasy/distinfo      Thu Nov 14 18:28:17 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2019/10/02 17:36:43 adam Exp $
+$NetBSD: distinfo,v 1.7 2019/11/14 18:28:18 adam Exp $
 
-SHA1 (certbot-dns-dnsmadeeasy-0.39.0.tar.gz) = 70b333b660081061399125c86a7983dde262e51d
-RMD160 (certbot-dns-dnsmadeeasy-0.39.0.tar.gz) = 5de4305127bdea9162f333bf758ad4dba352794d
-SHA512 (certbot-dns-dnsmadeeasy-0.39.0.tar.gz) = 4f4b04e893f0b9a996a7f602fe99a0a82c51abdc1e21383701af44549cd1c8efbe99576ca6968f5b11f6b0a753c576f7588a4a4ffd530fc7873cb0795e03eb7b
-Size (certbot-dns-dnsmadeeasy-0.39.0.tar.gz) = 11484 bytes
+SHA1 (certbot-dns-dnsmadeeasy-0.40.1.tar.gz) = dd66b4ac24705c90544ef61bedccd7b60107bdc4
+RMD160 (certbot-dns-dnsmadeeasy-0.40.1.tar.gz) = 29e17ed5889777ae6bae23d392c577766f793fbe
+SHA512 (certbot-dns-dnsmadeeasy-0.40.1.tar.gz) = 469dd9b9fad604e2aea327faaf3e62433d2a1dbd14534de82071bae3ce1bec001b4467ccd779e88545b36f082f54fd3e74aa5bf76d632856ea7286d569afb199
+Size (certbot-dns-dnsmadeeasy-0.40.1.tar.gz) = 11484 bytes
diff -r 722476285a2a -r 045f76406834 security/py-certbot-dns-gehirn/distinfo
--- a/security/py-certbot-dns-gehirn/distinfo   Thu Nov 14 18:08:00 2019 +0000
+++ b/security/py-certbot-dns-gehirn/distinfo   Thu Nov 14 18:28:17 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2019/10/02 17:36:43 adam Exp $
+$NetBSD: distinfo,v 1.7 2019/11/14 18:28:18 adam Exp $
 
-SHA1 (certbot-dns-gehirn-0.39.0.tar.gz) = e571ab932bfe8faffca17363c2054e1dcfcefea3
-RMD160 (certbot-dns-gehirn-0.39.0.tar.gz) = 56b0184c55a09b668c1764f55aed8f72a27089a3
-SHA512 (certbot-dns-gehirn-0.39.0.tar.gz) = 7a1456cd0078cfebee04b7d38d1f97474fd9a7ceb9aefdf6d5052e78ea9968ac2cd2f25571fe1f1751fbc5ef3d222c149a14a8d02e1ef5cc42aa07d33356d422
-Size (certbot-dns-gehirn-0.39.0.tar.gz) = 11526 bytes
+SHA1 (certbot-dns-gehirn-0.40.1.tar.gz) = 2caee80551fc3396cd869de2bb53a8e9523c0500
+RMD160 (certbot-dns-gehirn-0.40.1.tar.gz) = e19053e092f1650d15f5c8fe28e3997f3324e51e
+SHA512 (certbot-dns-gehirn-0.40.1.tar.gz) = a3b3fc8cf3bc9a736ec69c256d35ad4580fdcd2b95b98acd636d71c26f8ea8b5b0e8c9ea6188d59da6a8e704c408526c65f2649660938b2f3dcdf719028eec21
+Size (certbot-dns-gehirn-0.40.1.tar.gz) = 11534 bytes
diff -r 722476285a2a -r 045f76406834 security/py-certbot-dns-google/Makefile
--- a/security/py-certbot-dns-google/Makefile   Thu Nov 14 18:08:00 2019 +0000
+++ b/security/py-certbot-dns-google/Makefile   Thu Nov 14 18:28:17 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/10/02 17:36:43 adam Exp $
+# $NetBSD: Makefile,v 1.4 2019/11/14 18:28:18 adam Exp $
 
 .include "../../security/py-certbot/Makefile.common"
 
@@ -9,10 +9,10 @@
 
 DEPENDS+=      ${PYPKGPREFIX}-acme>=0.29.0:../../security/py-acme
 DEPENDS+=      ${PYPKGPREFIX}-certbot>=0.39.0:../../security/py-certbot
-DEPENDS+=      ${PYPKGPREFIX}-google-api-python-client>=1.5:../../www/py-google-api-python-client
+DEPENDS+=      ${PYPKGPREFIX}-google-api-python-client>=1.5.5:../../www/py-google-api-python-client
 DEPENDS+=      ${PYPKGPREFIX}-httplib2-[0-9]*:../../www/py-httplib2
 DEPENDS+=      ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-DEPENDS+=      ${PYPKGPREFIX}-oauth2client>=2.0:../../security/py-oauth2client
+DEPENDS+=      ${PYPKGPREFIX}-oauth2client>=4.0:../../security/py-oauth2client
 DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
 
diff -r 722476285a2a -r 045f76406834 security/py-certbot-dns-google/distinfo
--- a/security/py-certbot-dns-google/distinfo   Thu Nov 14 18:08:00 2019 +0000
+++ b/security/py-certbot-dns-google/distinfo   Thu Nov 14 18:28:17 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2019/10/02 17:36:43 adam Exp $
+$NetBSD: distinfo,v 1.7 2019/11/14 18:28:18 adam Exp $
 
-SHA1 (certbot-dns-google-0.39.0.tar.gz) = 246ae424298772fca8aa59b7aa36267e3f32d0a7
-RMD160 (certbot-dns-google-0.39.0.tar.gz) = 33c81ba6ac75d0292327b86a8a553174087fd4b8
-SHA512 (certbot-dns-google-0.39.0.tar.gz) = 93c4680e974de81013f5fd6453310a2cc46d56a3f1f33ebc1aaa73b9b9e730e2b244387c401024297d58da32587ede8f37783d814a67616beaa7efd0e83c4b0d
-Size (certbot-dns-google-0.39.0.tar.gz) = 22424 bytes
+SHA1 (certbot-dns-google-0.40.1.tar.gz) = 154310dd187f4611f54baebdf4fd658a643f6ea8
+RMD160 (certbot-dns-google-0.40.1.tar.gz) = 31c602895845b6d4e45b97f28b8901f27379197f
+SHA512 (certbot-dns-google-0.40.1.tar.gz) = 41d31c4d7de065c24fcfefb35906c1c31c2955671d532ad395a3c54192c877048e358b5e5c288d898badebcba94c2944e3e2d9ab04e024a0d4d56db79f6ec956
+Size (certbot-dns-google-0.40.1.tar.gz) = 22401 bytes
diff -r 722476285a2a -r 045f76406834 security/py-certbot-dns-linode/distinfo
--- a/security/py-certbot-dns-linode/distinfo   Thu Nov 14 18:08:00 2019 +0000
+++ b/security/py-certbot-dns-linode/distinfo   Thu Nov 14 18:28:17 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2019/10/02 17:36:43 adam Exp $
+$NetBSD: distinfo,v 1.7 2019/11/14 18:28:18 adam Exp $
 
-SHA1 (certbot-dns-linode-0.39.0.tar.gz) = 57027875b907b4d1d8206919ec4b11cc2bf2a4cf
-RMD160 (certbot-dns-linode-0.39.0.tar.gz) = b34604343a4648139684b280c89bb64c1ca4146e
-SHA512 (certbot-dns-linode-0.39.0.tar.gz) = 9ca19108cb4716c957aa02f8c1c74bd6c5c59599c2531681813f6bb1c176c2b276f6db58b7068142cf412654d0d36a64d72b37fe3b1d1da6689eadc757ab47b5
-Size (certbot-dns-linode-0.39.0.tar.gz) = 12207 bytes
+SHA1 (certbot-dns-linode-0.40.1.tar.gz) = 1bc95d6e48740ce8f53e963c07768a56d4656758
+RMD160 (certbot-dns-linode-0.40.1.tar.gz) = 06486f78bac79bba6edf55b1650a19f0cd73dd1c
+SHA512 (certbot-dns-linode-0.40.1.tar.gz) = 09b3f7f3807418dd29a9f79f4fdb3b81e05342c11a896abbb185b46621645db29ffb7e19d940a476de447af1c5f015e988bce0610411d6cc37e50148b2aca0f6
+Size (certbot-dns-linode-0.40.1.tar.gz) = 12207 bytes
diff -r 722476285a2a -r 045f76406834 security/py-certbot-dns-luadns/distinfo
--- a/security/py-certbot-dns-luadns/distinfo   Thu Nov 14 18:08:00 2019 +0000
+++ b/security/py-certbot-dns-luadns/distinfo   Thu Nov 14 18:28:17 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2019/10/02 17:36:43 adam Exp $
+$NetBSD: distinfo,v 1.12 2019/11/14 18:28:18 adam Exp $
 
-SHA1 (certbot-dns-luadns-0.39.0.tar.gz) = 0a0170d0008f8d87a1acf654c2e05cf1299ae85c
-RMD160 (certbot-dns-luadns-0.39.0.tar.gz) = cf792fbdd34021a7b9b567ba19d727436fd9eede
-SHA512 (certbot-dns-luadns-0.39.0.tar.gz) = 0b649403566f58e40d824fea3573c514cf3b39f3b1d86d2bfaead27128b544ea6b305250b571446facf58d5885d7d974369aaac2c17af1e44b56cb7c35b4e1f8
-Size (certbot-dns-luadns-0.39.0.tar.gz) = 11363 bytes
+SHA1 (certbot-dns-luadns-0.40.1.tar.gz) = c50e4b91a0c7b7e3a7498ab4e7021ba4328f0a52
+RMD160 (certbot-dns-luadns-0.40.1.tar.gz) = 41d96cd290608c6aa3042653e63888e16802642a
+SHA512 (certbot-dns-luadns-0.40.1.tar.gz) = 1ebc6e029eb5ed1d6ac7ef50fc842aaae6b0db5fe7dcf0aee5eab524ae8fb18c5632d6007ffd03fa38e2ec81622646bfa2d3b9fe9806e547101771093c93d0a5
+Size (certbot-dns-luadns-0.40.1.tar.gz) = 11367 bytes
diff -r 722476285a2a -r 045f76406834 security/py-certbot-dns-nsone/distinfo
--- a/security/py-certbot-dns-nsone/distinfo    Thu Nov 14 18:08:00 2019 +0000
+++ b/security/py-certbot-dns-nsone/distinfo    Thu Nov 14 18:28:17 2019 +0000
@@ -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-nsone-0.39.0.tar.gz) = a803b85df554f619891804b0c8b7c2bfa9273835
-RMD160 (certbot-dns-nsone-0.39.0.tar.gz) = dcd35421f1cd7e067701b13f0d0e2cec778a2fa4
-SHA512 (certbot-dns-nsone-0.39.0.tar.gz) = aac303012e9213d4c95a6de8fd4ca938e357db02713e533693a4dc93ef983a9528158bbcf288bb96549438b831fd835732fd2504772d069c26d57db0b4db5be3
-Size (certbot-dns-nsone-0.39.0.tar.gz) = 11390 bytes
+SHA1 (certbot-dns-nsone-0.40.1.tar.gz) = 62c36ec0964443debd6ce2188513e1937de769e2
+RMD160 (certbot-dns-nsone-0.40.1.tar.gz) = 7c49382f5027bf0beed33ab9f33530773b329a56
+SHA512 (certbot-dns-nsone-0.40.1.tar.gz) = c2d1767572128f89da394fbeef8764bd0aafa1c5d50e1d367bbfb4b20dd0cce6aa1eef81c66a38d09b3f4436dcbba0d4e609c9aca4ef643f2bd3236bddac0768
+Size (certbot-dns-nsone-0.40.1.tar.gz) = 11389 bytes
diff -r 722476285a2a -r 045f76406834 security/py-certbot-dns-ovh/distinfo
--- a/security/py-certbot-dns-ovh/distinfo      Thu Nov 14 18:08:00 2019 +0000
+++ b/security/py-certbot-dns-ovh/distinfo      Thu Nov 14 18:28:17 2019 +0000
@@ -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
diff -r 722476285a2a -r 045f76406834 security/py-certbot-dns-rfc2136/distinfo
--- a/security/py-certbot-dns-rfc2136/distinfo  Thu Nov 14 18:08:00 2019 +0000
+++ b/security/py-certbot-dns-rfc2136/distinfo  Thu Nov 14 18:28:17 2019 +0000
@@ -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-rfc2136-0.39.0.tar.gz) = bfad307a84c2d73be29fd06c7ba9c3305aa2e7de
-RMD160 (certbot-dns-rfc2136-0.39.0.tar.gz) = 31f635d152f03d621a6f7dd808e887fc6c259beb
-SHA512 (certbot-dns-rfc2136-0.39.0.tar.gz) = e27e6747c9b3f2a20179cc3ad3db218cf3d2faa0175ce0c8da52f499afa4b1ecf7ec873f3336153ae74f4c9ab6c4cfd6acdaccf1720ee20fe7106d3b35164165
-Size (certbot-dns-rfc2136-0.39.0.tar.gz) = 13978 bytes
+SHA1 (certbot-dns-rfc2136-0.40.1.tar.gz) = 7b8d18874d39099ab231f3d2468980885e5bb4de
+RMD160 (certbot-dns-rfc2136-0.40.1.tar.gz) = 51604661df62caee5cd047940bba0f4582e0c3c9
+SHA512 (certbot-dns-rfc2136-0.40.1.tar.gz) = 338ae93d7cdcb75260ba7d07e65c8959ea0d725d390ba8cc18e090735b2cd52f37a9105ce5543efee5710919195c72f9180f27f42903243c6d8e227ca6e8810d
+Size (certbot-dns-rfc2136-0.40.1.tar.gz) = 13985 bytes
diff -r 722476285a2a -r 045f76406834 security/py-certbot-dns-route53/distinfo
--- a/security/py-certbot-dns-route53/distinfo  Thu Nov 14 18:08:00 2019 +0000
+++ b/security/py-certbot-dns-route53/distinfo  Thu Nov 14 18:28:17 2019 +0000
@@ -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:19 adam Exp $
 
-SHA1 (certbot-dns-route53-0.39.0.tar.gz) = ed4a30bd5ae5a1c5e082dd516e524e6eff14898c
-RMD160 (certbot-dns-route53-0.39.0.tar.gz) = d793f9c5230c4f6d9b29107abc53ad8c9b4d0662
-SHA512 (certbot-dns-route53-0.39.0.tar.gz) = 53bb123e92990dcceb153c1e601dd40927c30c29ef8cf01860d3079b15094773a5dfa1008881b78a7a8b0761d7afe7742d39816a155f3485d59784c2d47279b7
-Size (certbot-dns-route53-0.39.0.tar.gz) = 14184 bytes
+SHA1 (certbot-dns-route53-0.40.1.tar.gz) = f8087e949002bb8dccb406041b4d09c2a5a68e18
+RMD160 (certbot-dns-route53-0.40.1.tar.gz) = 4923f90a5fc7d7d702f3277e5725c4183d705be2
+SHA512 (certbot-dns-route53-0.40.1.tar.gz) = 8c1f989b7ec690b020783c53321d042fdeb1307f70a8c2fe41733a460ab512037b18b5dc6030c878cd0f891045c6d20f298746fd3cdb891ca16dae0ad29ff90b
+Size (certbot-dns-route53-0.40.1.tar.gz) = 14188 bytes
diff -r 722476285a2a -r 045f76406834 security/py-certbot-nginx/distinfo
--- a/security/py-certbot-nginx/distinfo        Thu Nov 14 18:08:00 2019 +0000
+++ b/security/py-certbot-nginx/distinfo        Thu Nov 14 18:28:17 2019 +0000
@@ -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:19 adam Exp $
 
-SHA1 (certbot-nginx-0.39.0.tar.gz) = e7950e4d58650bbc9e0f553080e6d3ea7c546b9e
-RMD160 (certbot-nginx-0.39.0.tar.gz) = ea7d40bfb4b92aa3f18f5df63c379a00243e45b0
-SHA512 (certbot-nginx-0.39.0.tar.gz) = cd318a73f892b41d44adf5fa4fbb7fadc90fe5fe78e912e8d2658ef757d16e71822424a3692deb8303140b4ef68d7dc8a1aee8b06ad0aec06bfa2ca66101592a
-Size (certbot-nginx-0.39.0.tar.gz) = 78105 bytes
+SHA1 (certbot-nginx-0.40.1.tar.gz) = 9084da657b751186d29397c5439a068131024a58
+RMD160 (certbot-nginx-0.40.1.tar.gz) = 106db879bfc18eae94e55711090e6157686559c5
+SHA512 (certbot-nginx-0.40.1.tar.gz) = 129f3c379cb20679a920ee5d9052a9b5bf51d0854d6ba1e8538542dea926ad76642cbafbe354c74cc7c9128ac4da768426c9a1604f818c475f1c89d6cd1aa135
+Size (certbot-nginx-0.40.1.tar.gz) = 78055 bytes
diff -r 722476285a2a -r 045f76406834 security/py-certbot/Makefile.common
--- a/security/py-certbot/Makefile.common       Thu Nov 14 18:08:00 2019 +0000
+++ b/security/py-certbot/Makefile.common       Thu Nov 14 18:28:17 2019 +0000
@@ -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 -r 722476285a2a -r 045f76406834 security/py-certbot/distinfo
--- a/security/py-certbot/distinfo      Thu Nov 14 18:08:00 2019 +0000
+++ b/security/py-certbot/distinfo      Thu Nov 14 18:28:17 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index