pkgsrc-Changes archive

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

CVS commit: pkgsrc/security



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu May  7 10:53:46 UTC 2020

Modified Files:
        pkgsrc/security/py-acme: PLIST distinfo
        pkgsrc/security/py-certbot: Makefile Makefile.common PLIST distinfo
        pkgsrc/security/py-certbot-apache: distinfo
        pkgsrc/security/py-certbot-dns-digitalocean: distinfo
        pkgsrc/security/py-certbot-dns-dnsimple: Makefile distinfo
        pkgsrc/security/py-certbot-dns-dnsmadeeasy: Makefile distinfo
        pkgsrc/security/py-certbot-dns-gehirn: Makefile distinfo
        pkgsrc/security/py-certbot-dns-google: Makefile distinfo
        pkgsrc/security/py-certbot-dns-linode: Makefile distinfo
        pkgsrc/security/py-certbot-dns-luadns: Makefile distinfo
        pkgsrc/security/py-certbot-dns-nsone: Makefile distinfo
        pkgsrc/security/py-certbot-dns-ovh: Makefile distinfo
        pkgsrc/security/py-certbot-dns-rfc2136: Makefile distinfo
        pkgsrc/security/py-certbot-dns-route53: Makefile distinfo
        pkgsrc/security/py-certbot-dns-sakuracloud: Makefile distinfo
        pkgsrc/security/py-certbot-nginx: Makefile distinfo

Log Message:
py-acme/py-certbot*: updated to 1.4.0

1.4.0:

Added

* Turn off session tickets for apache plugin by default when appropriate.
* Added serial number of certificate to the output of `certbot certificates`
* Expose two new environment variables in the authenticator and cleanup scripts used by
  the `manual` plugin: `CERTBOT_REMAINING_CHALLENGES` is equal to the number of challenges
  remaining after the current challenge, `CERTBOT_ALL_DOMAINS` is a comma-separated list
  of all domains challenged for the current certificate.
* Added TLS-ALPN-01 challenge support in the `acme` library. Support of this
  challenge in the Certbot client is planned to be added in a future release.
* Added minimal proxy support for OCSP verification.
* On Windows, hooks are now executed in a Powershell shell instead of a CMD shell,
  allowing both `*.ps1` and `*.bat` as valid scripts for Certbot.

Changed

* Reorganized error message when a user entered an invalid email address.
* Stop asking interactively if the user would like to add a redirect.
* `mock` dependency is now conditional on Python 2 in all of our packages.
* Deprecate certbot-auto on Gentoo, macOS, and FreeBSD.

Fixed

* When using an RFC 8555 compliant endpoint, the `acme` library no longer sends the
  `resource` field in any requests or the `type` field when responding to challenges.
* Fix nginx plugin crash when non-ASCII configuration file is being read (instead,
  the user will be warned that UTF-8 must be used).
* Fix hanging OCSP queries during revocation checking - added a 10 second timeout.
* Standalone servers now have a default socket timeout of 30 seconds, fixing
  cases where an idle connection can cause the standalone plugin to hang.
* Parsing of the RFC 8555 application/pem-certificate-chain now tolerates CRLF line
  endings. This should fix interoperability with Buypass' services.

More details about these changes can be found on our GitHub repo.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/py-acme/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/py-acme/distinfo
cvs rdiff -u -r1.23 -r1.24 pkgsrc/security/py-certbot/Makefile
cvs rdiff -u -r1.42 -r1.43 pkgsrc/security/py-certbot/Makefile.common
cvs rdiff -u -r1.24 -r1.25 pkgsrc/security/py-certbot/PLIST
cvs rdiff -u -r1.43 -r1.44 pkgsrc/security/py-certbot/distinfo
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/py-certbot-apache/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/py-certbot-dns-digitalocean/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/py-certbot-dns-dnsimple/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/py-certbot-dns-dnsimple/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-certbot-dns-dnsmadeeasy/Makefile
cvs rdiff -u -r1.10 -r1.11 \
    pkgsrc/security/py-certbot-dns-dnsmadeeasy/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-certbot-dns-gehirn/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/py-certbot-dns-gehirn/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/py-certbot-dns-google/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/py-certbot-dns-google/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/py-certbot-dns-linode/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/py-certbot-dns-linode/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/py-certbot-dns-luadns/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/py-certbot-dns-luadns/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/py-certbot-dns-nsone/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/py-certbot-dns-nsone/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/py-certbot-dns-ovh/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/py-certbot-dns-ovh/distinfo
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/py-certbot-dns-rfc2136/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/py-certbot-dns-rfc2136/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/py-certbot-dns-route53/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/py-certbot-dns-route53/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/py-certbot-dns-sakuracloud/Makefile
cvs rdiff -u -r1.15 -r1.16 \
    pkgsrc/security/py-certbot-dns-sakuracloud/distinfo
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/py-certbot-nginx/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/py-certbot-nginx/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-acme/PLIST
diff -u pkgsrc/security/py-acme/PLIST:1.13 pkgsrc/security/py-acme/PLIST:1.14
--- pkgsrc/security/py-acme/PLIST:1.13  Sun Dec 15 09:48:37 2019
+++ pkgsrc/security/py-acme/PLIST       Thu May  7 10:53:44 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2019/12/15 09:48:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2020/05/07 10:53:44 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -31,6 +31,9 @@ ${PYSITELIB}/acme/magic_typing.pyo
 ${PYSITELIB}/acme/messages.py
 ${PYSITELIB}/acme/messages.pyc
 ${PYSITELIB}/acme/messages.pyo
+${PYSITELIB}/acme/mixins.py
+${PYSITELIB}/acme/mixins.pyc
+${PYSITELIB}/acme/mixins.pyo
 ${PYSITELIB}/acme/standalone.py
 ${PYSITELIB}/acme/standalone.pyc
 ${PYSITELIB}/acme/standalone.pyo

Index: pkgsrc/security/py-acme/distinfo
diff -u pkgsrc/security/py-acme/distinfo:1.15 pkgsrc/security/py-acme/distinfo:1.16
--- pkgsrc/security/py-acme/distinfo:1.15       Mon Mar 23 18:46:37 2020
+++ pkgsrc/security/py-acme/distinfo    Thu May  7 10:53:44 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2020/03/23 18:46:37 adam Exp $
+$NetBSD: distinfo,v 1.16 2020/05/07 10:53:44 adam Exp $
 
-SHA1 (acme-1.3.0.tar.gz) = 6c2f43e4e609be7b0dff50aceddaba5c6ac7926f
-RMD160 (acme-1.3.0.tar.gz) = 0e576357483ef540bfcf1c1a35cf953533ce7414
-SHA512 (acme-1.3.0.tar.gz) = 3bb3ceb7301463d95ffb2c68d00ed0f342e2367a48ed9927059633ba3a28117bb5c8d25cd925fc8beed227785a8be2bbda629fe54a61877db28cb82032d375a0
-Size (acme-1.3.0.tar.gz) = 78471 bytes
+SHA1 (acme-1.4.0.tar.gz) = 6270d57aee4ea996ca876264c53d9a3a21f9e241
+RMD160 (acme-1.4.0.tar.gz) = 6a869b53b74d668714511b49535913c3afb226ac
+SHA512 (acme-1.4.0.tar.gz) = 32398bf5657e997b46699ef0e4bbf2ee81c024556f418251ab44fbf5c8ce39556ebbe8e80045bedee8f5ff5a2084c127338eb69ae842e09bad3ae94f2f16f622
+Size (acme-1.4.0.tar.gz) = 86350 bytes

Index: pkgsrc/security/py-certbot/Makefile
diff -u pkgsrc/security/py-certbot/Makefile:1.23 pkgsrc/security/py-certbot/Makefile:1.24
--- pkgsrc/security/py-certbot/Makefile:1.23    Sun Mar 22 22:32:29 2020
+++ pkgsrc/security/py-certbot/Makefile Thu May  7 10:53:44 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2020/03/22 22:32:29 rillig Exp $
+# $NetBSD: Makefile,v 1.24 2020/05/07 10:53:44 adam Exp $
 
 .include "../../security/py-certbot/Makefile.common"
 
@@ -7,7 +7,7 @@ MASTER_SITES=   ${MASTER_SITE_PYPI:=c/cert
 
 COMMENT=       Client for the Let's Encrypt CA
 
-DEPENDS+=      ${PYPKGPREFIX}-acme>=0.40.0:../../security/py-acme
+DEPENDS+=      ${PYPKGPREFIX}-acme>=1.4.0:../../security/py-acme
 DEPENDS+=      ${PYPKGPREFIX}-configargparse>=0.9.3:../../devel/py-configargparse
 DEPENDS+=      ${PYPKGPREFIX}-configobj-[0-9]*:../../devel/py-configobj
 DEPENDS+=      ${PYPKGPREFIX}-cryptography>=1.2.3:../../security/py-cryptography

Index: pkgsrc/security/py-certbot/Makefile.common
diff -u pkgsrc/security/py-certbot/Makefile.common:1.42 pkgsrc/security/py-certbot/Makefile.common:1.43
--- pkgsrc/security/py-certbot/Makefile.common:1.42     Mon Mar 23 18:43:45 2020
+++ pkgsrc/security/py-certbot/Makefile.common  Thu May  7 10:53:44 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.42 2020/03/23 18:43:45 adam Exp $
+# $NetBSD: Makefile.common,v 1.43 2020/05/07 10:53:44 adam Exp $
 # used by security/py-acme/Makefile
 # used by security/py-certbot/Makefile
 # used by security/py-certbot-apache/Makefile
@@ -16,7 +16,7 @@
 # used by security/py-certbot-dns-sakuracloud/Makefile
 # used by security/py-certbot-nginx/Makefile
 
-CERTBOT_VERSION=       1.3.0
+CERTBOT_VERSION=       1.4.0
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES?=   security python

Index: pkgsrc/security/py-certbot/PLIST
diff -u pkgsrc/security/py-certbot/PLIST:1.24 pkgsrc/security/py-certbot/PLIST:1.25
--- pkgsrc/security/py-certbot/PLIST:1.24       Wed Mar 25 06:44:07 2020
+++ pkgsrc/security/py-certbot/PLIST    Thu May  7 10:53:44 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2020/03/25 06:44:07 adam Exp $
+@comment $NetBSD: PLIST,v 1.25 2020/05/07 10:53:44 adam Exp $
 bin/certbot-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -69,9 +69,6 @@ ${PYSITELIB}/certbot/_internal/display/c
 ${PYSITELIB}/certbot/_internal/display/dummy_readline.py
 ${PYSITELIB}/certbot/_internal/display/dummy_readline.pyc
 ${PYSITELIB}/certbot/_internal/display/dummy_readline.pyo
-${PYSITELIB}/certbot/_internal/display/enhancements.py
-${PYSITELIB}/certbot/_internal/display/enhancements.pyc
-${PYSITELIB}/certbot/_internal/display/enhancements.pyo
 ${PYSITELIB}/certbot/_internal/eff.py
 ${PYSITELIB}/certbot/_internal/eff.pyc
 ${PYSITELIB}/certbot/_internal/eff.pyo

Index: pkgsrc/security/py-certbot/distinfo
diff -u pkgsrc/security/py-certbot/distinfo:1.43 pkgsrc/security/py-certbot/distinfo:1.44
--- pkgsrc/security/py-certbot/distinfo:1.43    Mon Mar 23 18:43:45 2020
+++ pkgsrc/security/py-certbot/distinfo Thu May  7 10:53:44 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.43 2020/03/23 18:43:45 adam Exp $
+$NetBSD: distinfo,v 1.44 2020/05/07 10:53:44 adam Exp $
 
-SHA1 (certbot-1.3.0.tar.gz) = 04960bdba8082e7fec04450ba1c38f0c128f6d55
-RMD160 (certbot-1.3.0.tar.gz) = 99455c95c406d7268eff4d831796415ef408cd74
-SHA512 (certbot-1.3.0.tar.gz) = 6bbab5e6e44548931a48980fb580c5b8f30bbc04eccd1315e71414ad2a762251451166d9de7dd506b9f96ae71293e2b2dd78e33a799b04456f2c48225d68db0e
-Size (certbot-1.3.0.tar.gz) = 362957 bytes
+SHA1 (certbot-1.4.0.tar.gz) = 9587d0aadda28c429ce18f961cd2285b143361ee
+RMD160 (certbot-1.4.0.tar.gz) = a1b20217f71768ee505a5e5a77399260f2a827db
+SHA512 (certbot-1.4.0.tar.gz) = e8aa3c412bec0b10d6e8f119b8f23c17db0e761c1b476503a141c734f379a4e5322a37a8d16af837e9538932423c0161ea06f66928634c2c2c7dc556423e4f42
+Size (certbot-1.4.0.tar.gz) = 370661 bytes

Index: pkgsrc/security/py-certbot-apache/distinfo
diff -u pkgsrc/security/py-certbot-apache/distinfo:1.15 pkgsrc/security/py-certbot-apache/distinfo:1.16
--- pkgsrc/security/py-certbot-apache/distinfo:1.15     Mon Mar 23 18:43:45 2020
+++ pkgsrc/security/py-certbot-apache/distinfo  Thu May  7 10:53:44 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2020/03/23 18:43:45 adam Exp $
+$NetBSD: distinfo,v 1.16 2020/05/07 10:53:44 adam Exp $
 
-SHA1 (certbot-apache-1.3.0.tar.gz) = 7d09852c4f70f0a59491168f7dde695044739f9c
-RMD160 (certbot-apache-1.3.0.tar.gz) = 7f6477316955e4ca0aadd9d4953468cb32741d65
-SHA512 (certbot-apache-1.3.0.tar.gz) = 816af70416c10e47929b665cf01e4df5b08b717128f35ac5422a9d01e456ee8d82d980bd749415122cd4af3c2e0ec2e47600e9ba37c6db82cef4ef5820de89f9
-Size (certbot-apache-1.3.0.tar.gz) = 217789 bytes
+SHA1 (certbot-apache-1.4.0.tar.gz) = 0ce51e29c42c87eaa183e639ecdc122b58352e3d
+RMD160 (certbot-apache-1.4.0.tar.gz) = c656fc271f8614cf5c18aadfa60e4e3e749dd0a3
+SHA512 (certbot-apache-1.4.0.tar.gz) = 5d9307a7e56636ec2aa2110a47967480bf4459026644194fba937522c9994dd3b59af5ec923a503fb20a2ed06424f52bb8d5e8f3229b2f73f2a4cd9a1e191e2e
+Size (certbot-apache-1.4.0.tar.gz) = 221695 bytes

Index: pkgsrc/security/py-certbot-dns-digitalocean/distinfo
diff -u pkgsrc/security/py-certbot-dns-digitalocean/distinfo:1.3 pkgsrc/security/py-certbot-dns-digitalocean/distinfo:1.4
--- pkgsrc/security/py-certbot-dns-digitalocean/distinfo:1.3    Mon Mar 23 18:43:45 2020
+++ pkgsrc/security/py-certbot-dns-digitalocean/distinfo        Thu May  7 10:53:44 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/03/23 18:43:45 adam Exp $
+$NetBSD: distinfo,v 1.4 2020/05/07 10:53:44 adam Exp $
 
-SHA1 (certbot-dns-digitalocean-1.3.0.tar.gz) = 6a73bd2707464c3b89edfa7ec6dda64a629fa326
-RMD160 (certbot-dns-digitalocean-1.3.0.tar.gz) = 6bbea122b4ab7f8acb27dc1fe28b111fad9d1865
-SHA512 (certbot-dns-digitalocean-1.3.0.tar.gz) = ff04126a1e5d3042c49179927a46f1529d1668d6a4719cb3a5a0ab02326b250e8a779daf1cd037e04e01460fa86754cc365ae5a9ec0bfbf08d1f4bece97690c1
-Size (certbot-dns-digitalocean-1.3.0.tar.gz) = 12970 bytes
+SHA1 (certbot-dns-digitalocean-1.4.0.tar.gz) = d642645f75e2992165d6a404b83c03a64d960f05
+RMD160 (certbot-dns-digitalocean-1.4.0.tar.gz) = 5e1a03604d62092e331c0349e41034c3a5f09088
+SHA512 (certbot-dns-digitalocean-1.4.0.tar.gz) = 33458938b69a643b9c430fa5fd7063906b4825271bea09083311d659f11d650e6293930d9d6a7a52b7d8bb72cea004be9d18614e863c90fc407da62a0df47ac0
+Size (certbot-dns-digitalocean-1.4.0.tar.gz) = 14038 bytes

Index: pkgsrc/security/py-certbot-dns-dnsimple/Makefile
diff -u pkgsrc/security/py-certbot-dns-dnsimple/Makefile:1.3 pkgsrc/security/py-certbot-dns-dnsimple/Makefile:1.4
--- pkgsrc/security/py-certbot-dns-dnsimple/Makefile:1.3        Wed Oct  2 17:36:43 2019
+++ pkgsrc/security/py-certbot-dns-dnsimple/Makefile    Thu May  7 10:53:45 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/10/02 17:36:43 adam Exp $
+# $NetBSD: Makefile,v 1.4 2020/05/07 10:53:45 adam Exp $
 
 .include "../../security/py-certbot/Makefile.common"
 
@@ -8,7 +8,7 @@ MASTER_SITES=   ${MASTER_SITE_PYPI:=c/cert
 COMMENT=       DNSimple DNS Authenticator plugin for Certbot
 
 DEPENDS+=      ${PYPKGPREFIX}-acme>=0.31.0:../../security/py-acme
-DEPENDS+=      ${PYPKGPREFIX}-certbot>=0.39.0:../../security/py-certbot
+DEPENDS+=      ${PYPKGPREFIX}-certbot>=1.1.0:../../security/py-certbot
 DEPENDS+=      ${PYPKGPREFIX}-lexicon>=3.2.1:../../net/py-lexicon
 DEPENDS+=      ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools

Index: pkgsrc/security/py-certbot-dns-dnsimple/distinfo
diff -u pkgsrc/security/py-certbot-dns-dnsimple/distinfo:1.10 pkgsrc/security/py-certbot-dns-dnsimple/distinfo:1.11
--- pkgsrc/security/py-certbot-dns-dnsimple/distinfo:1.10       Mon Mar 23 18:43:45 2020
+++ pkgsrc/security/py-certbot-dns-dnsimple/distinfo    Thu May  7 10:53:45 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2020/03/23 18:43:45 adam Exp $
+$NetBSD: distinfo,v 1.11 2020/05/07 10:53:45 adam Exp $
 
-SHA1 (certbot-dns-dnsimple-1.3.0.tar.gz) = d21b6c931c58db0492457bcfc17dd2d77dd83746
-RMD160 (certbot-dns-dnsimple-1.3.0.tar.gz) = 9a5921d593780e61de220d481b789e7adf29ed2d
-SHA512 (certbot-dns-dnsimple-1.3.0.tar.gz) = 8f2ffd7d9b53dcde63401775f8a4e4f76cba761905d0384ded3b46d79f41a7a0b428e74cfe023201b7d35593f5eceaadd6f69a791fe3da36f9e35858bb32a55e
-Size (certbot-dns-dnsimple-1.3.0.tar.gz) = 11966 bytes
+SHA1 (certbot-dns-dnsimple-1.4.0.tar.gz) = 77ca9d9ec688a03b6305be429017cc933e8b3cfc
+RMD160 (certbot-dns-dnsimple-1.4.0.tar.gz) = cddd8b878f858f0849b6e3eb4e34e7744aec285e
+SHA512 (certbot-dns-dnsimple-1.4.0.tar.gz) = 71f5a259445971c2a68d40e6bddae3016ad3c81d7d225ecc5aa61da6baf92f7e1d1acf19d042fb8e30b4ec9e8d664610ea3f92f98c32983bf025dc04449e6a27
+Size (certbot-dns-dnsimple-1.4.0.tar.gz) = 12825 bytes

Index: pkgsrc/security/py-certbot-dns-dnsmadeeasy/Makefile
diff -u pkgsrc/security/py-certbot-dns-dnsmadeeasy/Makefile:1.2 pkgsrc/security/py-certbot-dns-dnsmadeeasy/Makefile:1.3
--- pkgsrc/security/py-certbot-dns-dnsmadeeasy/Makefile:1.2     Wed Oct  2 17:36:43 2019
+++ pkgsrc/security/py-certbot-dns-dnsmadeeasy/Makefile Thu May  7 10:53:45 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/10/02 17:36:43 adam Exp $
+# $NetBSD: Makefile,v 1.3 2020/05/07 10:53:45 adam Exp $
 
 .include "../../security/py-certbot/Makefile.common"
 
@@ -8,7 +8,7 @@ MASTER_SITES=   ${MASTER_SITE_PYPI:=c/cert
 COMMENT=       DNS Made Easy DNS Authenticator plugin for Certbot
 
 DEPENDS+=      ${PYPKGPREFIX}-acme>=0.31.0:../../security/py-acme
-DEPENDS+=      ${PYPKGPREFIX}-certbot>=0.39.0:../../security/py-certbot
+DEPENDS+=      ${PYPKGPREFIX}-certbot>=1.1.0:../../security/py-certbot
 DEPENDS+=      ${PYPKGPREFIX}-lexicon>=2.2.1:../../net/py-lexicon
 DEPENDS+=      ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools

Index: pkgsrc/security/py-certbot-dns-dnsmadeeasy/distinfo
diff -u pkgsrc/security/py-certbot-dns-dnsmadeeasy/distinfo:1.10 pkgsrc/security/py-certbot-dns-dnsmadeeasy/distinfo:1.11
--- pkgsrc/security/py-certbot-dns-dnsmadeeasy/distinfo:1.10    Mon Mar 23 18:43:45 2020
+++ pkgsrc/security/py-certbot-dns-dnsmadeeasy/distinfo Thu May  7 10:53:45 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2020/03/23 18:43:45 adam Exp $
+$NetBSD: distinfo,v 1.11 2020/05/07 10:53:45 adam Exp $
 
-SHA1 (certbot-dns-dnsmadeeasy-1.3.0.tar.gz) = 43acd8bf91a5db863d9cc198d31ce991e7b48515
-RMD160 (certbot-dns-dnsmadeeasy-1.3.0.tar.gz) = 639f0270ca02e183cad075b46fe8b64e50247b41
-SHA512 (certbot-dns-dnsmadeeasy-1.3.0.tar.gz) = be6997e8484bf2465a152a44255a9da9bab17a3e2fe6ee9578cb437762b9f18e22734aaf4510521e9efe50a91698adbfdca0987c0c9c9be3c7b1a979cbb53443
-Size (certbot-dns-dnsmadeeasy-1.3.0.tar.gz) = 11760 bytes
+SHA1 (certbot-dns-dnsmadeeasy-1.4.0.tar.gz) = 8f8b83c13091a7764bd39c0b3ec2c14cc665360c
+RMD160 (certbot-dns-dnsmadeeasy-1.4.0.tar.gz) = 7ab4cf80276719bbc130a61d39e1199041d54189
+SHA512 (certbot-dns-dnsmadeeasy-1.4.0.tar.gz) = d4ad1c7452ba3af805c0671693424bb9306ceb1239774819359b225cff3114670f113a9cbaaf285e018c86f62edb5250251c908e21465d755558f8672add2730
+Size (certbot-dns-dnsmadeeasy-1.4.0.tar.gz) = 12874 bytes

Index: pkgsrc/security/py-certbot-dns-gehirn/Makefile
diff -u pkgsrc/security/py-certbot-dns-gehirn/Makefile:1.2 pkgsrc/security/py-certbot-dns-gehirn/Makefile:1.3
--- pkgsrc/security/py-certbot-dns-gehirn/Makefile:1.2  Wed Oct  2 17:36:43 2019
+++ pkgsrc/security/py-certbot-dns-gehirn/Makefile      Thu May  7 10:53:45 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/10/02 17:36:43 adam Exp $
+# $NetBSD: Makefile,v 1.3 2020/05/07 10:53:45 adam Exp $
 
 .include "../../security/py-certbot/Makefile.common"
 
@@ -8,7 +8,7 @@ MASTER_SITES=   ${MASTER_SITE_PYPI:=c/cert
 COMMENT=       Gehirn Infrastracture Service DNS Authenticator plugin for Certbot
 
 DEPENDS+=      ${PYPKGPREFIX}-acme>=0.31.0:../../security/py-acme
-DEPENDS+=      ${PYPKGPREFIX}-certbot>=0.39.0:../../security/py-certbot
+DEPENDS+=      ${PYPKGPREFIX}-certbot>=1.1.0:../../security/py-certbot
 DEPENDS+=      ${PYPKGPREFIX}-lexicon>=2.1.22:../../net/py-lexicon
 DEPENDS+=      ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools

Index: pkgsrc/security/py-certbot-dns-gehirn/distinfo
diff -u pkgsrc/security/py-certbot-dns-gehirn/distinfo:1.10 pkgsrc/security/py-certbot-dns-gehirn/distinfo:1.11
--- pkgsrc/security/py-certbot-dns-gehirn/distinfo:1.10 Mon Mar 23 18:43:45 2020
+++ pkgsrc/security/py-certbot-dns-gehirn/distinfo      Thu May  7 10:53:45 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2020/03/23 18:43:45 adam Exp $
+$NetBSD: distinfo,v 1.11 2020/05/07 10:53:45 adam Exp $
 
-SHA1 (certbot-dns-gehirn-1.3.0.tar.gz) = 401c99803373f64e9a0d1b0879d4d636624e4386
-RMD160 (certbot-dns-gehirn-1.3.0.tar.gz) = ad2b6892d724d704b59b4a022098a6c17fe797ff
-SHA512 (certbot-dns-gehirn-1.3.0.tar.gz) = d176b5401a005562311e4d19ce33c5a7fdb6921833adcffa6a19de95e005e6c0d0de843775741e85e736bf5701c1248829ec01971558a79025c7f30024b4e391
-Size (certbot-dns-gehirn-1.3.0.tar.gz) = 11808 bytes
+SHA1 (certbot-dns-gehirn-1.4.0.tar.gz) = 47f57ef4ecefa90044a868c312e9f06ea1b2bb51
+RMD160 (certbot-dns-gehirn-1.4.0.tar.gz) = 23edcc0ee26fd67e85e7d93b735257c5f4341c1d
+SHA512 (certbot-dns-gehirn-1.4.0.tar.gz) = 3a4d637e7f13474a375ea6b36460f59a7f8091d33125ea293644cc631e100616f64d1ced7f825ab78dcee351edc452b16fc6fd8c055bb3f6d4c5c97f40e8c3d6
+Size (certbot-dns-gehirn-1.4.0.tar.gz) = 12699 bytes

Index: pkgsrc/security/py-certbot-dns-google/Makefile
diff -u pkgsrc/security/py-certbot-dns-google/Makefile:1.4 pkgsrc/security/py-certbot-dns-google/Makefile:1.5
--- pkgsrc/security/py-certbot-dns-google/Makefile:1.4  Thu Nov 14 18:28:18 2019
+++ pkgsrc/security/py-certbot-dns-google/Makefile      Thu May  7 10:53:45 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/11/14 18:28:18 adam Exp $
+# $NetBSD: Makefile,v 1.5 2020/05/07 10:53:45 adam Exp $
 
 .include "../../security/py-certbot/Makefile.common"
 
@@ -8,7 +8,7 @@ MASTER_SITES=   ${MASTER_SITE_PYPI:=c/cert
 COMMENT=       Google Cloud DNS Authenticator plugin for Certbot
 
 DEPENDS+=      ${PYPKGPREFIX}-acme>=0.29.0:../../security/py-acme
-DEPENDS+=      ${PYPKGPREFIX}-certbot>=0.39.0:../../security/py-certbot
+DEPENDS+=      ${PYPKGPREFIX}-certbot>=1.1.0:../../security/py-certbot
 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

Index: pkgsrc/security/py-certbot-dns-google/distinfo
diff -u pkgsrc/security/py-certbot-dns-google/distinfo:1.10 pkgsrc/security/py-certbot-dns-google/distinfo:1.11
--- pkgsrc/security/py-certbot-dns-google/distinfo:1.10 Mon Mar 23 18:43:45 2020
+++ pkgsrc/security/py-certbot-dns-google/distinfo      Thu May  7 10:53:45 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2020/03/23 18:43:45 adam Exp $
+$NetBSD: distinfo,v 1.11 2020/05/07 10:53:45 adam Exp $
 
-SHA1 (certbot-dns-google-1.3.0.tar.gz) = 32f6b1ffc83c9788a0c84018a706835a08f91b71
-RMD160 (certbot-dns-google-1.3.0.tar.gz) = a840e369c0cc6b65fc57461b26d14a85c2e18bd7
-SHA512 (certbot-dns-google-1.3.0.tar.gz) = 967d9591f82cb40d883deb86e972602179c5823f9eb7847b4fb6f1cba9269ace984b10700c6e7baf3b93b12f8d49e88f8d367a4677856b5975f712e4724cc369
-Size (certbot-dns-google-1.3.0.tar.gz) = 22354 bytes
+SHA1 (certbot-dns-google-1.4.0.tar.gz) = 3f3aadf7b8c0f4c0fbf94505a221b935763a524e
+RMD160 (certbot-dns-google-1.4.0.tar.gz) = f0c91fb5f3f0c93c1b75ad5aa7597fed3dae0b19
+SHA512 (certbot-dns-google-1.4.0.tar.gz) = a17f24702172aa02ef7461459a269d2219c2034582e9c4d85bae27bba726fb8ee35b039e511ad3dc9f76e8a351a78b4bef25c22ca51a2726911521d748205f08
+Size (certbot-dns-google-1.4.0.tar.gz) = 23293 bytes

Index: pkgsrc/security/py-certbot-dns-linode/Makefile
diff -u pkgsrc/security/py-certbot-dns-linode/Makefile:1.3 pkgsrc/security/py-certbot-dns-linode/Makefile:1.4
--- pkgsrc/security/py-certbot-dns-linode/Makefile:1.3  Wed Oct  2 17:36:43 2019
+++ pkgsrc/security/py-certbot-dns-linode/Makefile      Thu May  7 10:53:45 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/10/02 17:36:43 adam Exp $
+# $NetBSD: Makefile,v 1.4 2020/05/07 10:53:45 adam Exp $
 
 .include "../../security/py-certbot/Makefile.common"
 
@@ -8,7 +8,7 @@ MASTER_SITES=   ${MASTER_SITE_PYPI:=c/cert
 COMMENT=       Linode DNS Authenticator plugin for Certbot
 
 DEPENDS+=      ${PYPKGPREFIX}-acme>=0.31.0:../../security/py-acme
-DEPENDS+=      ${PYPKGPREFIX}-certbot>=0.39.0:../../security/py-certbot
+DEPENDS+=      ${PYPKGPREFIX}-certbot>=1.1.0:../../security/py-certbot
 DEPENDS+=      ${PYPKGPREFIX}-lexicon>=2.2.3:../../net/py-lexicon
 DEPENDS+=      ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools

Index: pkgsrc/security/py-certbot-dns-linode/distinfo
diff -u pkgsrc/security/py-certbot-dns-linode/distinfo:1.10 pkgsrc/security/py-certbot-dns-linode/distinfo:1.11
--- pkgsrc/security/py-certbot-dns-linode/distinfo:1.10 Mon Mar 23 18:43:45 2020
+++ pkgsrc/security/py-certbot-dns-linode/distinfo      Thu May  7 10:53:45 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2020/03/23 18:43:45 adam Exp $
+$NetBSD: distinfo,v 1.11 2020/05/07 10:53:45 adam Exp $
 
-SHA1 (certbot-dns-linode-1.3.0.tar.gz) = 146b2557c0f4eb1c0334e30a592984692b779465
-RMD160 (certbot-dns-linode-1.3.0.tar.gz) = ce8496a2fcedf3b04bafdfd357d5969b32b13114
-SHA512 (certbot-dns-linode-1.3.0.tar.gz) = f03b289799aabca018ce49290d430db0c4e96db764e7cb930406e2123ee51f59e3ba7d6ff74128fa8fc510b190d39e01c25b842d965a7d70c4cc0b1661798a41
-Size (certbot-dns-linode-1.3.0.tar.gz) = 12354 bytes
+SHA1 (certbot-dns-linode-1.4.0.tar.gz) = b05f52aefc76930e8071cade35dc7791025c713d
+RMD160 (certbot-dns-linode-1.4.0.tar.gz) = fcc68382e2daf9c18211977f6604d075dcbdb8eb
+SHA512 (certbot-dns-linode-1.4.0.tar.gz) = c7710e74f3bff57c7657719df98c33028c406fb580d4614b2ea0bc825d2a3797cd8b7b7a744c808a7a55065e4be0e019bf0cf419188f531c4c31893390aeb3a6
+Size (certbot-dns-linode-1.4.0.tar.gz) = 13196 bytes

Index: pkgsrc/security/py-certbot-dns-luadns/Makefile
diff -u pkgsrc/security/py-certbot-dns-luadns/Makefile:1.7 pkgsrc/security/py-certbot-dns-luadns/Makefile:1.8
--- pkgsrc/security/py-certbot-dns-luadns/Makefile:1.7  Wed Oct  2 17:36:43 2019
+++ pkgsrc/security/py-certbot-dns-luadns/Makefile      Thu May  7 10:53:45 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/10/02 17:36:43 adam Exp $
+# $NetBSD: Makefile,v 1.8 2020/05/07 10:53:45 adam Exp $
 
 .include "../../security/py-certbot/Makefile.common"
 
@@ -8,7 +8,7 @@ MASTER_SITES=   ${MASTER_SITE_PYPI:=c/cert
 COMMENT=       LuaDNS Authenticator plugin for Certbot
 
 DEPENDS+=      ${PYPKGPREFIX}-acme>=0.31.0:../../security/py-acme
-DEPENDS+=      ${PYPKGPREFIX}-certbot>=0.39.0:../../security/py-certbot
+DEPENDS+=      ${PYPKGPREFIX}-certbot>=1.1.0:../../security/py-certbot
 DEPENDS+=      ${PYPKGPREFIX}-lexicon>=2.2.1:../../net/py-lexicon
 DEPENDS+=      ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools

Index: pkgsrc/security/py-certbot-dns-luadns/distinfo
diff -u pkgsrc/security/py-certbot-dns-luadns/distinfo:1.15 pkgsrc/security/py-certbot-dns-luadns/distinfo:1.16
--- pkgsrc/security/py-certbot-dns-luadns/distinfo:1.15 Mon Mar 23 18:43:46 2020
+++ pkgsrc/security/py-certbot-dns-luadns/distinfo      Thu May  7 10:53:45 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2020/03/23 18:43:46 adam Exp $
+$NetBSD: distinfo,v 1.16 2020/05/07 10:53:45 adam Exp $
 
-SHA1 (certbot-dns-luadns-1.3.0.tar.gz) = 37e3ae0e86518f54b4c3d617aa28b5c5789b4953
-RMD160 (certbot-dns-luadns-1.3.0.tar.gz) = f9ed076ae5f9b53e3730a0d3c5385d860f3a1546
-SHA512 (certbot-dns-luadns-1.3.0.tar.gz) = 9aee8e86146b7bdfa505207f1417b4136ed00e8919cb6eae4cd71e23e6e284c5c619a318e8f8b164b7a01238d524818af228e8120698b85d4faf37228d07a5d4
-Size (certbot-dns-luadns-1.3.0.tar.gz) = 11840 bytes
+SHA1 (certbot-dns-luadns-1.4.0.tar.gz) = 37ed47350c489b3883dcb130636d4f39c0ed27f6
+RMD160 (certbot-dns-luadns-1.4.0.tar.gz) = 8a4c71734a0b8f2698ab440c231707853972bbd6
+SHA512 (certbot-dns-luadns-1.4.0.tar.gz) = 8e9b500fb46c61da4fd7a77978f3005e55da4816cc5bfa2a75c11be0b0a0a56d377ddf621f222bf8fb039cb2e83c246d225ad8550025cd24787b59d5357b59a5
+Size (certbot-dns-luadns-1.4.0.tar.gz) = 12689 bytes

Index: pkgsrc/security/py-certbot-dns-nsone/Makefile
diff -u pkgsrc/security/py-certbot-dns-nsone/Makefile:1.7 pkgsrc/security/py-certbot-dns-nsone/Makefile:1.8
--- pkgsrc/security/py-certbot-dns-nsone/Makefile:1.7   Wed Oct  2 17:36:44 2019
+++ pkgsrc/security/py-certbot-dns-nsone/Makefile       Thu May  7 10:53:45 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/10/02 17:36:44 adam Exp $
+# $NetBSD: Makefile,v 1.8 2020/05/07 10:53:45 adam Exp $
 
 .include "../../security/py-certbot/Makefile.common"
 
@@ -8,7 +8,7 @@ MASTER_SITES=   ${MASTER_SITE_PYPI:=c/cert
 COMMENT=       NS1 DNS Authenticator plugin for Certbot
 
 DEPENDS+=      ${PYPKGPREFIX}-acme>=0.31.0:../../security/py-acme
-DEPENDS+=      ${PYPKGPREFIX}-certbot>=0.39.0:../../security/py-certbot
+DEPENDS+=      ${PYPKGPREFIX}-certbot>=1.1.0:../../security/py-certbot
 DEPENDS+=      ${PYPKGPREFIX}-lexicon>=2.2.1:../../net/py-lexicon
 DEPENDS+=      ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools

Index: pkgsrc/security/py-certbot-dns-nsone/distinfo
diff -u pkgsrc/security/py-certbot-dns-nsone/distinfo:1.15 pkgsrc/security/py-certbot-dns-nsone/distinfo:1.16
--- pkgsrc/security/py-certbot-dns-nsone/distinfo:1.15  Mon Mar 23 18:43:46 2020
+++ pkgsrc/security/py-certbot-dns-nsone/distinfo       Thu May  7 10:53:45 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2020/03/23 18:43:46 adam Exp $
+$NetBSD: distinfo,v 1.16 2020/05/07 10:53:45 adam Exp $
 
-SHA1 (certbot-dns-nsone-1.3.0.tar.gz) = 3e2fa81a9bbd865d8c7d790ca05e687804cd8089
-RMD160 (certbot-dns-nsone-1.3.0.tar.gz) = 784b2a77c5960f439b50e8f1e63887c94538469d
-SHA512 (certbot-dns-nsone-1.3.0.tar.gz) = 6a52fd914713348944895835cbcdb8e45ed6d33fed1ab98260a69c0475d52a3d9eaeb9f880118560ad7bbb64796df24d6714f1a191496c2413edadffb4531608
-Size (certbot-dns-nsone-1.3.0.tar.gz) = 11700 bytes
+SHA1 (certbot-dns-nsone-1.4.0.tar.gz) = 979c704e023f312b47cb7e1290588ca82bcb0be0
+RMD160 (certbot-dns-nsone-1.4.0.tar.gz) = e019802d7f8d2f8c1caa143f2da399e30baa680f
+SHA512 (certbot-dns-nsone-1.4.0.tar.gz) = 2b71fa866e27c8a936b70eecb66e75f248b189fdb75b7c4d4fbe84f6ab161aba4b29e7f064731607f69239901af82808b19cf70513eccfa198c9d84d4c8e944f
+Size (certbot-dns-nsone-1.4.0.tar.gz) = 12740 bytes

Index: pkgsrc/security/py-certbot-dns-ovh/Makefile
diff -u pkgsrc/security/py-certbot-dns-ovh/Makefile:1.8 pkgsrc/security/py-certbot-dns-ovh/Makefile:1.9
--- pkgsrc/security/py-certbot-dns-ovh/Makefile:1.8     Wed Oct  2 17:36:44 2019
+++ pkgsrc/security/py-certbot-dns-ovh/Makefile Thu May  7 10:53:45 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2019/10/02 17:36:44 adam Exp $
+# $NetBSD: Makefile,v 1.9 2020/05/07 10:53:45 adam Exp $
 
 .include "../../security/py-certbot/Makefile.common"
 
@@ -8,7 +8,7 @@ MASTER_SITES=   ${MASTER_SITE_PYPI:=c/cert
 COMMENT=       OVH DNS Authenticator plugin for Certbot
 
 DEPENDS+=      ${PYPKGPREFIX}-acme>=0.31.0:../../security/py-acme
-DEPENDS+=      ${PYPKGPREFIX}-certbot>=0.39.0:../../security/py-certbot
+DEPENDS+=      ${PYPKGPREFIX}-certbot>=1.1.0:../../security/py-certbot
 DEPENDS+=      ${PYPKGPREFIX}-lexicon>=2.7.14:../../net/py-lexicon
 DEPENDS+=      ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools

Index: pkgsrc/security/py-certbot-dns-ovh/distinfo
diff -u pkgsrc/security/py-certbot-dns-ovh/distinfo:1.15 pkgsrc/security/py-certbot-dns-ovh/distinfo:1.16
--- pkgsrc/security/py-certbot-dns-ovh/distinfo:1.15    Sun Mar 29 06:21:16 2020
+++ pkgsrc/security/py-certbot-dns-ovh/distinfo Thu May  7 10:53:45 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2020/03/29 06:21:16 mef Exp $
+$NetBSD: distinfo,v 1.16 2020/05/07 10:53:45 adam Exp $
 
-SHA1 (certbot-dns-ovh-1.3.0.tar.gz) = d3ea453f1c5cb7eae89cd10ef50232320093ce5b
-RMD160 (certbot-dns-ovh-1.3.0.tar.gz) = 081453a874f264add3216573fae421dc2e52c6c6
-SHA512 (certbot-dns-ovh-1.3.0.tar.gz) = 235a949721d2860e6929f74b1e2639c05a24f32a83aecabbf7b96b3c686804841c09ff68221dd440cb9c574ed2d0185df8fa3e9b62549a6f3be09f2ec4ddd4c9
-Size (certbot-dns-ovh-1.3.0.tar.gz) = 11959 bytes
+SHA1 (certbot-dns-ovh-1.4.0.tar.gz) = fdadc434d2e363b45fd35749e0a2da34f4587480
+RMD160 (certbot-dns-ovh-1.4.0.tar.gz) = 59cbd2b3781eaa4952fcea7da1b99841d4b08770
+SHA512 (certbot-dns-ovh-1.4.0.tar.gz) = b643c8369a2a0ab0b0fc3199266ae9083242506ba8d2c2aee5bc316d3a379d607bf995f6066a62a779ef81482293987740b45e015d8f7e5245685894f543705c
+Size (certbot-dns-ovh-1.4.0.tar.gz) = 13032 bytes

Index: pkgsrc/security/py-certbot-dns-rfc2136/Makefile
diff -u pkgsrc/security/py-certbot-dns-rfc2136/Makefile:1.9 pkgsrc/security/py-certbot-dns-rfc2136/Makefile:1.10
--- pkgsrc/security/py-certbot-dns-rfc2136/Makefile:1.9 Wed Oct  2 17:36:44 2019
+++ pkgsrc/security/py-certbot-dns-rfc2136/Makefile     Thu May  7 10:53:46 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2019/10/02 17:36:44 adam Exp $
+# $NetBSD: Makefile,v 1.10 2020/05/07 10:53:46 adam Exp $
 
 .include "../../security/py-certbot/Makefile.common"
 
@@ -8,7 +8,7 @@ MASTER_SITES=   ${MASTER_SITE_PYPI:=c/cert
 COMMENT=       RFC 2136 DNS Authenticator plugin for Certbot
 
 DEPENDS+=      ${PYPKGPREFIX}-acme>=0.29.0:../../security/py-acme
-DEPENDS+=      ${PYPKGPREFIX}-certbot>=0.39.0:../../security/py-certbot
+DEPENDS+=      ${PYPKGPREFIX}-certbot>=1.1.0:../../security/py-certbot
 DEPENDS+=      ${PYPKGPREFIX}-dns-[0-9]*:../../net/py-dns
 DEPENDS+=      ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools

Index: pkgsrc/security/py-certbot-dns-rfc2136/distinfo
diff -u pkgsrc/security/py-certbot-dns-rfc2136/distinfo:1.15 pkgsrc/security/py-certbot-dns-rfc2136/distinfo:1.16
--- pkgsrc/security/py-certbot-dns-rfc2136/distinfo:1.15        Mon Mar 23 18:43:46 2020
+++ pkgsrc/security/py-certbot-dns-rfc2136/distinfo     Thu May  7 10:53:46 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2020/03/23 18:43:46 adam Exp $
+$NetBSD: distinfo,v 1.16 2020/05/07 10:53:46 adam Exp $
 
-SHA1 (certbot-dns-rfc2136-1.3.0.tar.gz) = b379d1ff2bf8a460a510bc6aec5379bf76bc9288
-RMD160 (certbot-dns-rfc2136-1.3.0.tar.gz) = 2ce3ab34f2b211d8770ee22bc3292ea5fb2a9728
-SHA512 (certbot-dns-rfc2136-1.3.0.tar.gz) = 2c29edf9fcca42b4f6ecb760af518432a680aa5a0c4980dffb52af29bb72d4dcc4cc6097148a5ed1feda20ed46a67546194bb5c411915ed0207a709b929faec9
-Size (certbot-dns-rfc2136-1.3.0.tar.gz) = 14209 bytes
+SHA1 (certbot-dns-rfc2136-1.4.0.tar.gz) = daf6c9a47e3ec6b8086b85c4e0440f115bf1ad18
+RMD160 (certbot-dns-rfc2136-1.4.0.tar.gz) = 1c4ef91d3f42a13985822096239f322bb708b994
+SHA512 (certbot-dns-rfc2136-1.4.0.tar.gz) = 7f2e920a5184fb22b73173e352ee2bcf9b6a5cd16eb5374d5916c646c44cbb5baaf77d77ece3358161556b997708581472836950f7e61c686d5a6e166ece1b59
+Size (certbot-dns-rfc2136-1.4.0.tar.gz) = 15185 bytes

Index: pkgsrc/security/py-certbot-dns-route53/Makefile
diff -u pkgsrc/security/py-certbot-dns-route53/Makefile:1.8 pkgsrc/security/py-certbot-dns-route53/Makefile:1.9
--- pkgsrc/security/py-certbot-dns-route53/Makefile:1.8 Wed Oct  2 17:36:44 2019
+++ pkgsrc/security/py-certbot-dns-route53/Makefile     Thu May  7 10:53:46 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2019/10/02 17:36:44 adam Exp $
+# $NetBSD: Makefile,v 1.9 2020/05/07 10:53:46 adam Exp $
 
 .include "../../security/py-certbot/Makefile.common"
 
@@ -9,7 +9,7 @@ COMMENT=        Amazon Web Services Route 53 AP
 
 DEPENDS+=      ${PYPKGPREFIX}-acme>=0.29.0:../../security/py-acme
 DEPENDS+=      ${PYPKGPREFIX}-boto3-[0-9]*:../../net/py-boto3
-DEPENDS+=      ${PYPKGPREFIX}-certbot>=0.39.0:../../security/py-certbot
+DEPENDS+=      ${PYPKGPREFIX}-certbot>=1.1.0:../../security/py-certbot
 DEPENDS+=      ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface

Index: pkgsrc/security/py-certbot-dns-route53/distinfo
diff -u pkgsrc/security/py-certbot-dns-route53/distinfo:1.15 pkgsrc/security/py-certbot-dns-route53/distinfo:1.16
--- pkgsrc/security/py-certbot-dns-route53/distinfo:1.15        Mon Mar 23 18:43:46 2020
+++ pkgsrc/security/py-certbot-dns-route53/distinfo     Thu May  7 10:53:46 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2020/03/23 18:43:46 adam Exp $
+$NetBSD: distinfo,v 1.16 2020/05/07 10:53:46 adam Exp $
 
-SHA1 (certbot-dns-route53-1.3.0.tar.gz) = 2e2f19f8f961b8cf540e538fb7ee8d87f2c2e5c5
-RMD160 (certbot-dns-route53-1.3.0.tar.gz) = 4f8f053ae39a6650cc85eac73eab8ec94b64849a
-SHA512 (certbot-dns-route53-1.3.0.tar.gz) = bf1bd6b63674d05f43999d6aee02f25ad931a6187b46d91a3b17d07315866e115359efd05825851df17d4a23e5f49e9eac8d57bb165454898c140af536a16be7
-Size (certbot-dns-route53-1.3.0.tar.gz) = 14865 bytes
+SHA1 (certbot-dns-route53-1.4.0.tar.gz) = 9163c028c12df0f2b701bb744663bf700315ef62
+RMD160 (certbot-dns-route53-1.4.0.tar.gz) = 64b1f5fa7c26a6d1a5fe96cd5d0d3b9920f315cc
+SHA512 (certbot-dns-route53-1.4.0.tar.gz) = 203fee395ee2c8d8c7e30a90a691d87557131a67eda7c0e0332fecd086eaeef67b7a85c812e6c0873daa8b26716991279686f06b89f3f81d4e83cbc286886a02
+Size (certbot-dns-route53-1.4.0.tar.gz) = 15673 bytes

Index: pkgsrc/security/py-certbot-dns-sakuracloud/Makefile
diff -u pkgsrc/security/py-certbot-dns-sakuracloud/Makefile:1.8 pkgsrc/security/py-certbot-dns-sakuracloud/Makefile:1.9
--- pkgsrc/security/py-certbot-dns-sakuracloud/Makefile:1.8     Wed Oct  2 17:36:44 2019
+++ pkgsrc/security/py-certbot-dns-sakuracloud/Makefile Thu May  7 10:53:46 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2019/10/02 17:36:44 adam Exp $
+# $NetBSD: Makefile,v 1.9 2020/05/07 10:53:46 adam Exp $
 
 .include "../../security/py-certbot/Makefile.common"
 
@@ -8,7 +8,7 @@ MASTER_SITES=   ${MASTER_SITE_PYPI:=c/cert
 COMMENT=       Sakura Cloud DNS Authenticator plugin for Certbot
 
 DEPENDS+=      ${PYPKGPREFIX}-acme>=0.31.0:../../security/py-acme
-DEPENDS+=      ${PYPKGPREFIX}-certbot>=0.39.0:../../security/py-certbot
+DEPENDS+=      ${PYPKGPREFIX}-certbot>=1.1.0:../../security/py-certbot
 DEPENDS+=      ${PYPKGPREFIX}-lexicon>=2.1.23:../../net/py-lexicon
 DEPENDS+=      ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools

Index: pkgsrc/security/py-certbot-dns-sakuracloud/distinfo
diff -u pkgsrc/security/py-certbot-dns-sakuracloud/distinfo:1.15 pkgsrc/security/py-certbot-dns-sakuracloud/distinfo:1.16
--- pkgsrc/security/py-certbot-dns-sakuracloud/distinfo:1.15    Mon Mar 23 18:43:46 2020
+++ pkgsrc/security/py-certbot-dns-sakuracloud/distinfo Thu May  7 10:53:46 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2020/03/23 18:43:46 adam Exp $
+$NetBSD: distinfo,v 1.16 2020/05/07 10:53:46 adam Exp $
 
-SHA1 (certbot-dns-sakuracloud-1.3.0.tar.gz) = a12e4857f0bdca999c9214f0054b3f6584e645ab
-RMD160 (certbot-dns-sakuracloud-1.3.0.tar.gz) = 443cbd5c409e904d83c5f267ea5c2d33ed4e9896
-SHA512 (certbot-dns-sakuracloud-1.3.0.tar.gz) = ea6a6a768125dd3adae948ef1ab85eee3e75843b0fc77137f12c24229d65af2ef6643f9077983d935f7c3c78c23fabe3204be39063e9a9d066b0dd735f3f8e9f
-Size (certbot-dns-sakuracloud-1.3.0.tar.gz) = 11838 bytes
+SHA1 (certbot-dns-sakuracloud-1.4.0.tar.gz) = b6bd13a9aee9e22a3b825c5d4b028a6690f203d3
+RMD160 (certbot-dns-sakuracloud-1.4.0.tar.gz) = 601a25bd85bb39487283926770dc6f60c35a0838
+SHA512 (certbot-dns-sakuracloud-1.4.0.tar.gz) = 963ad15a2f88284651ca9abfec0dad5451f99eacacdcd8bd808d1cb4332f9e6f395f4e1f5b8417d47538acb5f6ed0ee4e28a95bd2306bc440c08bcd46394fdb3
+Size (certbot-dns-sakuracloud-1.4.0.tar.gz) = 12690 bytes

Index: pkgsrc/security/py-certbot-nginx/Makefile
diff -u pkgsrc/security/py-certbot-nginx/Makefile:1.10 pkgsrc/security/py-certbot-nginx/Makefile:1.11
--- pkgsrc/security/py-certbot-nginx/Makefile:1.10      Sun Dec 15 09:48:39 2019
+++ pkgsrc/security/py-certbot-nginx/Makefile   Thu May  7 10:53:46 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2019/12/15 09:48:39 adam Exp $
+# $NetBSD: Makefile,v 1.11 2020/05/07 10:53:46 adam Exp $
 
 .include "../../security/py-certbot/Makefile.common"
 
@@ -8,8 +8,8 @@ MASTER_SITES=   ${MASTER_SITE_PYPI:=c/cert
 COMMENT=       Nginx plugin for Certbot
 
 DEPENDS+=      ${PYPKGPREFIX}-OpenSSL-[0-9]*:../../security/py-OpenSSL
-DEPENDS+=      ${PYPKGPREFIX}-acme>=1.0.0:../../security/py-acme
-DEPENDS+=      ${PYPKGPREFIX}-certbot>=1.0.0:../../security/py-certbot
+DEPENDS+=      ${PYPKGPREFIX}-acme>=1.4.0:../../security/py-acme
+DEPENDS+=      ${PYPKGPREFIX}-certbot>=1.4.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

Index: pkgsrc/security/py-certbot-nginx/distinfo
diff -u pkgsrc/security/py-certbot-nginx/distinfo:1.15 pkgsrc/security/py-certbot-nginx/distinfo:1.16
--- pkgsrc/security/py-certbot-nginx/distinfo:1.15      Mon Mar 23 18:43:46 2020
+++ pkgsrc/security/py-certbot-nginx/distinfo   Thu May  7 10:53:46 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2020/03/23 18:43:46 adam Exp $
+$NetBSD: distinfo,v 1.16 2020/05/07 10:53:46 adam Exp $
 
-SHA1 (certbot-nginx-1.3.0.tar.gz) = 9017e7221627ef42080f2dfeeb43eadb72e98a90
-RMD160 (certbot-nginx-1.3.0.tar.gz) = bae3e46f78a463944b2a3729d814c3602c26794d
-SHA512 (certbot-nginx-1.3.0.tar.gz) = 7e6a02720ffecdc825c2e194dc5c952f0414dd2d32774e0eb7767b01b30234e8cd57b0c9201ce8bf8f5d34fbf4b1b5459a99c1ddc87d4a8a4e2039b342aa94e7
-Size (certbot-nginx-1.3.0.tar.gz) = 71274 bytes
+SHA1 (certbot-nginx-1.4.0.tar.gz) = ebf7caa76b0744f1b1f4ba6965900617edc69d1b
+RMD160 (certbot-nginx-1.4.0.tar.gz) = 29aa576dc49e52c4aec8b36385303639ec94eaab
+SHA512 (certbot-nginx-1.4.0.tar.gz) = e85945de33baa96194ed870e8ea3189713b057b54203851d05554267c7eea34f78ea747d110b18723c4cfa1b4f258bbf0df86212347bb72d529b2ddd3f3aa81e
+Size (certbot-nginx-1.4.0.tar.gz) = 75818 bytes



Home | Main Index | Thread Index | Old Index