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:           Mon Jul 15 12:52:56 UTC 2019

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

Log Message:
py-certbot: updated to 0.36.0

0.36.0:

Added
-----
Turn off session tickets for nginx plugin by default
Added missing error types from RFC8555 to acme

Changed
-------
Support for Ubuntu 14.04 Trusty has been removed.
Update the 'manage your account' help to be more generic.
The error message when Certbot's Apache plugin is unable to modify your Apache configuration has been improved.
Certbot's config_changes subcommand has been deprecated and will be removed in a future release.
certbot config_changes no longer accepts a --num parameter.
The functions certbot.plugins.common.Installer.view_config_changes and certbot.reverter.Reverter.view_config_changes have been deprecated and will be removed in a future release.

Fixed
-----
Replace some unnecessary platform-specific line separation.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/py-acme/distinfo
cvs rdiff -u -r1.33 -r1.34 pkgsrc/security/py-certbot/Makefile.common
cvs rdiff -u -r1.19 -r1.20 pkgsrc/security/py-certbot/PLIST
cvs rdiff -u -r1.35 -r1.36 pkgsrc/security/py-certbot/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/py-certbot-apache/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/py-certbot-apache/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/py-certbot-apache/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-certbot-dns-dnsimple/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-certbot-dns-dnsmadeeasy/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-certbot-dns-gehirn/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-certbot-dns-google/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-certbot-dns-linode/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/py-certbot-dns-luadns/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/py-certbot-dns-nsone/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/py-certbot-dns-ovh/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/py-certbot-dns-rfc2136/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/py-certbot-dns-route53/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/py-certbot-dns-sakuracloud/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-certbot-nginx/PLIST
cvs rdiff -u -r1.7 -r1.8 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/distinfo
diff -u pkgsrc/security/py-acme/distinfo:1.7 pkgsrc/security/py-acme/distinfo:1.8
--- pkgsrc/security/py-acme/distinfo:1.7        Wed Jun 12 10:27:36 2019
+++ pkgsrc/security/py-acme/distinfo    Mon Jul 15 12:52:54 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/06/12 10:27:36 adam Exp $
+$NetBSD: distinfo,v 1.8 2019/07/15 12:52:54 adam Exp $
 
-SHA1 (acme-0.35.1.tar.gz) = 7a8ca7ab7f3a238a20005e852a1331a4b45b1b64
-RMD160 (acme-0.35.1.tar.gz) = 6c847bb949c0affc1b88b7f1fd36962d59f7c472
-SHA512 (acme-0.35.1.tar.gz) = 9d7b62447ffc866005c2bda7c10eafefaba73a3def29d31f491e555dc7cb38027da6d44556e4246d34c7bf946c18b8fae85ff62fb1260f9cf64d45ebc16eee2b
-Size (acme-0.35.1.tar.gz) = 85967 bytes
+SHA1 (acme-0.36.0.tar.gz) = 0005410501e5e57d8d595f5382cc3a665baa19fc
+RMD160 (acme-0.36.0.tar.gz) = 12d5639b2ba3497a46fbb233f612be6d93f947c3
+SHA512 (acme-0.36.0.tar.gz) = 98f2784392e95351b90d255cef53f0f054fbea133a1b7ebef21a0d72106915cbf3ed207e17bc5f509cdb8355e44d9fcdf3f1b8dcfd325d7f372b2f1a3b6687ee
+Size (acme-0.36.0.tar.gz) = 86344 bytes

Index: pkgsrc/security/py-certbot/Makefile.common
diff -u pkgsrc/security/py-certbot/Makefile.common:1.33 pkgsrc/security/py-certbot/Makefile.common:1.34
--- pkgsrc/security/py-certbot/Makefile.common:1.33     Wed Jun 12 10:27:37 2019
+++ pkgsrc/security/py-certbot/Makefile.common  Mon Jul 15 12:52:54 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.33 2019/06/12 10:27:37 adam Exp $
+# $NetBSD: Makefile.common,v 1.34 2019/07/15 12:52:54 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.35.1
+CERTBOT_VERSION=       0.36.0
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
 
 CATEGORIES?=   security python

Index: pkgsrc/security/py-certbot/PLIST
diff -u pkgsrc/security/py-certbot/PLIST:1.19 pkgsrc/security/py-certbot/PLIST:1.20
--- pkgsrc/security/py-certbot/PLIST:1.19       Tue Jun 11 14:22:01 2019
+++ pkgsrc/security/py-certbot/PLIST    Mon Jul 15 12:52:54 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2019/06/11 14:22:01 triaxx Exp $
+@comment $NetBSD: PLIST,v 1.20 2019/07/15 12:52:54 adam Exp $
 bin/certbot-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -7,284 +7,282 @@ ${PYSITELIB}/${EGG_INFODIR}/entry_points
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/certbot/__init__.py
-${PYSITELIB}/certbot/__init__.pyo
 ${PYSITELIB}/certbot/__init__.pyc
-${PYSITELIB}/certbot/account.pyo
-${PYSITELIB}/certbot/account.pyc
-${PYSITELIB}/certbot/achallenges.pyo
-${PYSITELIB}/certbot/achallenges.pyc
-${PYSITELIB}/certbot/auth_handler.pyo
-${PYSITELIB}/certbot/auth_handler.pyc
-${PYSITELIB}/certbot/cert_manager.pyo
-${PYSITELIB}/certbot/cert_manager.pyc
-${PYSITELIB}/certbot/cli.pyo
-${PYSITELIB}/certbot/cli.pyc
-${PYSITELIB}/certbot/client.pyo
-${PYSITELIB}/certbot/client.pyc
-${PYSITELIB}/certbot/configuration.pyo
-${PYSITELIB}/certbot/configuration.pyc
-${PYSITELIB}/certbot/constants.pyo
-${PYSITELIB}/certbot/constants.pyc
-${PYSITELIB}/certbot/crypto_util.pyo
-${PYSITELIB}/certbot/crypto_util.pyc
-${PYSITELIB}/certbot/eff.pyo
-${PYSITELIB}/certbot/eff.pyc
-${PYSITELIB}/certbot/error_handler.pyo
-${PYSITELIB}/certbot/error_handler.pyc
-${PYSITELIB}/certbot/errors.pyo
-${PYSITELIB}/certbot/errors.pyc
-${PYSITELIB}/certbot/hooks.pyo
-${PYSITELIB}/certbot/hooks.pyc
-${PYSITELIB}/certbot/interfaces.pyo
-${PYSITELIB}/certbot/interfaces.pyc
-${PYSITELIB}/certbot/lock.pyo
-${PYSITELIB}/certbot/lock.pyc
-${PYSITELIB}/certbot/log.pyo
-${PYSITELIB}/certbot/log.pyc
-${PYSITELIB}/certbot/main.pyo
-${PYSITELIB}/certbot/main.pyc
-${PYSITELIB}/certbot/notify.pyo
-${PYSITELIB}/certbot/notify.pyc
-${PYSITELIB}/certbot/ocsp.pyo
-${PYSITELIB}/certbot/ocsp.pyc
-${PYSITELIB}/certbot/renewal.pyo
-${PYSITELIB}/certbot/renewal.pyc
-${PYSITELIB}/certbot/reporter.pyo
-${PYSITELIB}/certbot/reporter.pyc
-${PYSITELIB}/certbot/reverter.pyo
-${PYSITELIB}/certbot/reverter.pyc
-${PYSITELIB}/certbot/storage.pyo
-${PYSITELIB}/certbot/storage.pyc
-${PYSITELIB}/certbot/updater.pyo
-${PYSITELIB}/certbot/updater.pyc
-${PYSITELIB}/certbot/util.pyo
-${PYSITELIB}/certbot/util.pyc
+${PYSITELIB}/certbot/__init__.pyo
 ${PYSITELIB}/certbot/account.py
+${PYSITELIB}/certbot/account.pyc
+${PYSITELIB}/certbot/account.pyo
 ${PYSITELIB}/certbot/achallenges.py
+${PYSITELIB}/certbot/achallenges.pyc
+${PYSITELIB}/certbot/achallenges.pyo
 ${PYSITELIB}/certbot/auth_handler.py
+${PYSITELIB}/certbot/auth_handler.pyc
+${PYSITELIB}/certbot/auth_handler.pyo
 ${PYSITELIB}/certbot/cert_manager.py
+${PYSITELIB}/certbot/cert_manager.pyc
+${PYSITELIB}/certbot/cert_manager.pyo
 ${PYSITELIB}/certbot/cli.py
+${PYSITELIB}/certbot/cli.pyc
+${PYSITELIB}/certbot/cli.pyo
 ${PYSITELIB}/certbot/client.py
+${PYSITELIB}/certbot/client.pyc
+${PYSITELIB}/certbot/client.pyo
 ${PYSITELIB}/certbot/compat/__init__.py
-${PYSITELIB}/certbot/compat/__init__.pyo
 ${PYSITELIB}/certbot/compat/__init__.pyc
-${PYSITELIB}/certbot/compat/misc.pyo
-${PYSITELIB}/certbot/compat/misc.pyc
-${PYSITELIB}/certbot/compat/os.pyo
-${PYSITELIB}/certbot/compat/os.pyc
+${PYSITELIB}/certbot/compat/__init__.pyo
+${PYSITELIB}/certbot/compat/filesystem.py
+${PYSITELIB}/certbot/compat/filesystem.pyc
+${PYSITELIB}/certbot/compat/filesystem.pyo
 ${PYSITELIB}/certbot/compat/misc.py
+${PYSITELIB}/certbot/compat/misc.pyc
+${PYSITELIB}/certbot/compat/misc.pyo
 ${PYSITELIB}/certbot/compat/os.py
+${PYSITELIB}/certbot/compat/os.pyc
+${PYSITELIB}/certbot/compat/os.pyo
 ${PYSITELIB}/certbot/configuration.py
+${PYSITELIB}/certbot/configuration.pyc
+${PYSITELIB}/certbot/configuration.pyo
 ${PYSITELIB}/certbot/constants.py
+${PYSITELIB}/certbot/constants.pyc
+${PYSITELIB}/certbot/constants.pyo
 ${PYSITELIB}/certbot/crypto_util.py
+${PYSITELIB}/certbot/crypto_util.pyc
+${PYSITELIB}/certbot/crypto_util.pyo
 ${PYSITELIB}/certbot/display/__init__.py
-${PYSITELIB}/certbot/display/__init__.pyo
 ${PYSITELIB}/certbot/display/__init__.pyc
-${PYSITELIB}/certbot/display/completer.pyo
-${PYSITELIB}/certbot/display/completer.pyc
-${PYSITELIB}/certbot/display/dummy_readline.pyo
-${PYSITELIB}/certbot/display/dummy_readline.pyc
-${PYSITELIB}/certbot/display/enhancements.pyo
-${PYSITELIB}/certbot/display/enhancements.pyc
-${PYSITELIB}/certbot/display/ops.pyo
-${PYSITELIB}/certbot/display/ops.pyc
-${PYSITELIB}/certbot/display/util.pyo
-${PYSITELIB}/certbot/display/util.pyc
+${PYSITELIB}/certbot/display/__init__.pyo
 ${PYSITELIB}/certbot/display/completer.py
+${PYSITELIB}/certbot/display/completer.pyc
+${PYSITELIB}/certbot/display/completer.pyo
 ${PYSITELIB}/certbot/display/dummy_readline.py
+${PYSITELIB}/certbot/display/dummy_readline.pyc
+${PYSITELIB}/certbot/display/dummy_readline.pyo
 ${PYSITELIB}/certbot/display/enhancements.py
+${PYSITELIB}/certbot/display/enhancements.pyc
+${PYSITELIB}/certbot/display/enhancements.pyo
 ${PYSITELIB}/certbot/display/ops.py
+${PYSITELIB}/certbot/display/ops.pyc
+${PYSITELIB}/certbot/display/ops.pyo
 ${PYSITELIB}/certbot/display/util.py
+${PYSITELIB}/certbot/display/util.pyc
+${PYSITELIB}/certbot/display/util.pyo
 ${PYSITELIB}/certbot/eff.py
+${PYSITELIB}/certbot/eff.pyc
+${PYSITELIB}/certbot/eff.pyo
 ${PYSITELIB}/certbot/error_handler.py
+${PYSITELIB}/certbot/error_handler.pyc
+${PYSITELIB}/certbot/error_handler.pyo
 ${PYSITELIB}/certbot/errors.py
+${PYSITELIB}/certbot/errors.pyc
+${PYSITELIB}/certbot/errors.pyo
 ${PYSITELIB}/certbot/hooks.py
+${PYSITELIB}/certbot/hooks.pyc
+${PYSITELIB}/certbot/hooks.pyo
 ${PYSITELIB}/certbot/interfaces.py
+${PYSITELIB}/certbot/interfaces.pyc
+${PYSITELIB}/certbot/interfaces.pyo
 ${PYSITELIB}/certbot/lock.py
+${PYSITELIB}/certbot/lock.pyc
+${PYSITELIB}/certbot/lock.pyo
 ${PYSITELIB}/certbot/log.py
+${PYSITELIB}/certbot/log.pyc
+${PYSITELIB}/certbot/log.pyo
 ${PYSITELIB}/certbot/main.py
+${PYSITELIB}/certbot/main.pyc
+${PYSITELIB}/certbot/main.pyo
 ${PYSITELIB}/certbot/notify.py
+${PYSITELIB}/certbot/notify.pyc
+${PYSITELIB}/certbot/notify.pyo
 ${PYSITELIB}/certbot/ocsp.py
+${PYSITELIB}/certbot/ocsp.pyc
+${PYSITELIB}/certbot/ocsp.pyo
 ${PYSITELIB}/certbot/plugins/__init__.py
-${PYSITELIB}/certbot/plugins/__init__.pyo
 ${PYSITELIB}/certbot/plugins/__init__.pyc
-${PYSITELIB}/certbot/plugins/common.pyo
-${PYSITELIB}/certbot/plugins/common.pyc
-${PYSITELIB}/certbot/plugins/common_test.pyo
-${PYSITELIB}/certbot/plugins/common_test.pyc
-${PYSITELIB}/certbot/plugins/disco.pyo
-${PYSITELIB}/certbot/plugins/disco.pyc
-${PYSITELIB}/certbot/plugins/disco_test.pyo
-${PYSITELIB}/certbot/plugins/disco_test.pyc
-${PYSITELIB}/certbot/plugins/dns_common.pyo
-${PYSITELIB}/certbot/plugins/dns_common.pyc
-${PYSITELIB}/certbot/plugins/dns_common_lexicon.pyo
-${PYSITELIB}/certbot/plugins/dns_common_lexicon.pyc
-${PYSITELIB}/certbot/plugins/dns_common_lexicon_test.pyo
-${PYSITELIB}/certbot/plugins/dns_common_lexicon_test.pyc
-${PYSITELIB}/certbot/plugins/dns_common_test.pyo
-${PYSITELIB}/certbot/plugins/dns_common_test.pyc
-${PYSITELIB}/certbot/plugins/dns_test_common.pyo
-${PYSITELIB}/certbot/plugins/dns_test_common.pyc
-${PYSITELIB}/certbot/plugins/dns_test_common_lexicon.pyo
-${PYSITELIB}/certbot/plugins/dns_test_common_lexicon.pyc
-${PYSITELIB}/certbot/plugins/enhancements.pyo
-${PYSITELIB}/certbot/plugins/enhancements.pyc
-${PYSITELIB}/certbot/plugins/enhancements_test.pyo
-${PYSITELIB}/certbot/plugins/enhancements_test.pyc
-${PYSITELIB}/certbot/plugins/manual.pyo
-${PYSITELIB}/certbot/plugins/manual.pyc
-${PYSITELIB}/certbot/plugins/manual_test.pyo
-${PYSITELIB}/certbot/plugins/manual_test.pyc
-${PYSITELIB}/certbot/plugins/null.pyo
-${PYSITELIB}/certbot/plugins/null.pyc
-${PYSITELIB}/certbot/plugins/null_test.pyo
-${PYSITELIB}/certbot/plugins/null_test.pyc
-${PYSITELIB}/certbot/plugins/selection.pyo
-${PYSITELIB}/certbot/plugins/selection.pyc
-${PYSITELIB}/certbot/plugins/selection_test.pyo
-${PYSITELIB}/certbot/plugins/selection_test.pyc
-${PYSITELIB}/certbot/plugins/standalone.pyo
-${PYSITELIB}/certbot/plugins/standalone.pyc
-${PYSITELIB}/certbot/plugins/standalone_test.pyo
-${PYSITELIB}/certbot/plugins/standalone_test.pyc
-${PYSITELIB}/certbot/plugins/storage.pyo
-${PYSITELIB}/certbot/plugins/storage.pyc
-${PYSITELIB}/certbot/plugins/storage_test.pyo
-${PYSITELIB}/certbot/plugins/storage_test.pyc
-${PYSITELIB}/certbot/plugins/util.pyo
-${PYSITELIB}/certbot/plugins/util.pyc
-${PYSITELIB}/certbot/plugins/util_test.pyo
-${PYSITELIB}/certbot/plugins/util_test.pyc
-${PYSITELIB}/certbot/plugins/webroot.pyo
-${PYSITELIB}/certbot/plugins/webroot.pyc
-${PYSITELIB}/certbot/plugins/webroot_test.pyo
-${PYSITELIB}/certbot/plugins/webroot_test.pyc
+${PYSITELIB}/certbot/plugins/__init__.pyo
 ${PYSITELIB}/certbot/plugins/common.py
+${PYSITELIB}/certbot/plugins/common.pyc
+${PYSITELIB}/certbot/plugins/common.pyo
 ${PYSITELIB}/certbot/plugins/common_test.py
+${PYSITELIB}/certbot/plugins/common_test.pyc
+${PYSITELIB}/certbot/plugins/common_test.pyo
 ${PYSITELIB}/certbot/plugins/disco.py
+${PYSITELIB}/certbot/plugins/disco.pyc
+${PYSITELIB}/certbot/plugins/disco.pyo
 ${PYSITELIB}/certbot/plugins/disco_test.py
+${PYSITELIB}/certbot/plugins/disco_test.pyc
+${PYSITELIB}/certbot/plugins/disco_test.pyo
 ${PYSITELIB}/certbot/plugins/dns_common.py
+${PYSITELIB}/certbot/plugins/dns_common.pyc
+${PYSITELIB}/certbot/plugins/dns_common.pyo
 ${PYSITELIB}/certbot/plugins/dns_common_lexicon.py
+${PYSITELIB}/certbot/plugins/dns_common_lexicon.pyc
+${PYSITELIB}/certbot/plugins/dns_common_lexicon.pyo
 ${PYSITELIB}/certbot/plugins/dns_common_lexicon_test.py
+${PYSITELIB}/certbot/plugins/dns_common_lexicon_test.pyc
+${PYSITELIB}/certbot/plugins/dns_common_lexicon_test.pyo
 ${PYSITELIB}/certbot/plugins/dns_common_test.py
+${PYSITELIB}/certbot/plugins/dns_common_test.pyc
+${PYSITELIB}/certbot/plugins/dns_common_test.pyo
 ${PYSITELIB}/certbot/plugins/dns_test_common.py
+${PYSITELIB}/certbot/plugins/dns_test_common.pyc
+${PYSITELIB}/certbot/plugins/dns_test_common.pyo
 ${PYSITELIB}/certbot/plugins/dns_test_common_lexicon.py
+${PYSITELIB}/certbot/plugins/dns_test_common_lexicon.pyc
+${PYSITELIB}/certbot/plugins/dns_test_common_lexicon.pyo
 ${PYSITELIB}/certbot/plugins/enhancements.py
+${PYSITELIB}/certbot/plugins/enhancements.pyc
+${PYSITELIB}/certbot/plugins/enhancements.pyo
 ${PYSITELIB}/certbot/plugins/enhancements_test.py
+${PYSITELIB}/certbot/plugins/enhancements_test.pyc
+${PYSITELIB}/certbot/plugins/enhancements_test.pyo
 ${PYSITELIB}/certbot/plugins/manual.py
+${PYSITELIB}/certbot/plugins/manual.pyc
+${PYSITELIB}/certbot/plugins/manual.pyo
 ${PYSITELIB}/certbot/plugins/manual_test.py
+${PYSITELIB}/certbot/plugins/manual_test.pyc
+${PYSITELIB}/certbot/plugins/manual_test.pyo
 ${PYSITELIB}/certbot/plugins/null.py
+${PYSITELIB}/certbot/plugins/null.pyc
+${PYSITELIB}/certbot/plugins/null.pyo
 ${PYSITELIB}/certbot/plugins/null_test.py
+${PYSITELIB}/certbot/plugins/null_test.pyc
+${PYSITELIB}/certbot/plugins/null_test.pyo
 ${PYSITELIB}/certbot/plugins/selection.py
+${PYSITELIB}/certbot/plugins/selection.pyc
+${PYSITELIB}/certbot/plugins/selection.pyo
 ${PYSITELIB}/certbot/plugins/selection_test.py
+${PYSITELIB}/certbot/plugins/selection_test.pyc
+${PYSITELIB}/certbot/plugins/selection_test.pyo
 ${PYSITELIB}/certbot/plugins/standalone.py
+${PYSITELIB}/certbot/plugins/standalone.pyc
+${PYSITELIB}/certbot/plugins/standalone.pyo
 ${PYSITELIB}/certbot/plugins/standalone_test.py
+${PYSITELIB}/certbot/plugins/standalone_test.pyc
+${PYSITELIB}/certbot/plugins/standalone_test.pyo
 ${PYSITELIB}/certbot/plugins/storage.py
+${PYSITELIB}/certbot/plugins/storage.pyc
+${PYSITELIB}/certbot/plugins/storage.pyo
 ${PYSITELIB}/certbot/plugins/storage_test.py
+${PYSITELIB}/certbot/plugins/storage_test.pyc
+${PYSITELIB}/certbot/plugins/storage_test.pyo
 ${PYSITELIB}/certbot/plugins/util.py
+${PYSITELIB}/certbot/plugins/util.pyc
+${PYSITELIB}/certbot/plugins/util.pyo
 ${PYSITELIB}/certbot/plugins/util_test.py
+${PYSITELIB}/certbot/plugins/util_test.pyc
+${PYSITELIB}/certbot/plugins/util_test.pyo
 ${PYSITELIB}/certbot/plugins/webroot.py
+${PYSITELIB}/certbot/plugins/webroot.pyc
+${PYSITELIB}/certbot/plugins/webroot.pyo
 ${PYSITELIB}/certbot/plugins/webroot_test.py
+${PYSITELIB}/certbot/plugins/webroot_test.pyc
+${PYSITELIB}/certbot/plugins/webroot_test.pyo
 ${PYSITELIB}/certbot/renewal.py
+${PYSITELIB}/certbot/renewal.pyc
+${PYSITELIB}/certbot/renewal.pyo
 ${PYSITELIB}/certbot/reporter.py
+${PYSITELIB}/certbot/reporter.pyc
+${PYSITELIB}/certbot/reporter.pyo
 ${PYSITELIB}/certbot/reverter.py
+${PYSITELIB}/certbot/reverter.pyc
+${PYSITELIB}/certbot/reverter.pyo
 ${PYSITELIB}/certbot/ssl-dhparams.pem
 ${PYSITELIB}/certbot/storage.py
+${PYSITELIB}/certbot/storage.pyc
+${PYSITELIB}/certbot/storage.pyo
 ${PYSITELIB}/certbot/tests/__init__.py
-${PYSITELIB}/certbot/tests/__init__.pyo
 ${PYSITELIB}/certbot/tests/__init__.pyc
-${PYSITELIB}/certbot/tests/account_test.pyo
-${PYSITELIB}/certbot/tests/account_test.pyc
-${PYSITELIB}/certbot/tests/acme_util.pyo
-${PYSITELIB}/certbot/tests/acme_util.pyc
-${PYSITELIB}/certbot/tests/auth_handler_test.pyo
-${PYSITELIB}/certbot/tests/auth_handler_test.pyc
-${PYSITELIB}/certbot/tests/cert_manager_test.pyo
-${PYSITELIB}/certbot/tests/cert_manager_test.pyc
-${PYSITELIB}/certbot/tests/cli_test.pyo
-${PYSITELIB}/certbot/tests/cli_test.pyc
-${PYSITELIB}/certbot/tests/client_test.pyo
-${PYSITELIB}/certbot/tests/client_test.pyc
-${PYSITELIB}/certbot/tests/configuration_test.pyo
-${PYSITELIB}/certbot/tests/configuration_test.pyc
-${PYSITELIB}/certbot/tests/crypto_util_test.pyo
-${PYSITELIB}/certbot/tests/crypto_util_test.pyc
-${PYSITELIB}/certbot/tests/eff_test.pyo
-${PYSITELIB}/certbot/tests/eff_test.pyc
-${PYSITELIB}/certbot/tests/error_handler_test.pyo
-${PYSITELIB}/certbot/tests/error_handler_test.pyc
-${PYSITELIB}/certbot/tests/errors_test.pyo
-${PYSITELIB}/certbot/tests/errors_test.pyc
-${PYSITELIB}/certbot/tests/hook_test.pyo
-${PYSITELIB}/certbot/tests/hook_test.pyc
-${PYSITELIB}/certbot/tests/lock_test.pyo
-${PYSITELIB}/certbot/tests/lock_test.pyc
-${PYSITELIB}/certbot/tests/log_test.pyo
-${PYSITELIB}/certbot/tests/log_test.pyc
-${PYSITELIB}/certbot/tests/main_test.pyo
-${PYSITELIB}/certbot/tests/main_test.pyc
-${PYSITELIB}/certbot/tests/notify_test.pyo
-${PYSITELIB}/certbot/tests/notify_test.pyc
-${PYSITELIB}/certbot/tests/ocsp_test.pyo
-${PYSITELIB}/certbot/tests/ocsp_test.pyc
-${PYSITELIB}/certbot/tests/renewal_test.pyo
-${PYSITELIB}/certbot/tests/renewal_test.pyc
-${PYSITELIB}/certbot/tests/renewupdater_test.pyo
-${PYSITELIB}/certbot/tests/renewupdater_test.pyc
-${PYSITELIB}/certbot/tests/reporter_test.pyo
-${PYSITELIB}/certbot/tests/reporter_test.pyc
-${PYSITELIB}/certbot/tests/reverter_test.pyo
-${PYSITELIB}/certbot/tests/reverter_test.pyc
-${PYSITELIB}/certbot/tests/storage_test.pyo
-${PYSITELIB}/certbot/tests/storage_test.pyc
-${PYSITELIB}/certbot/tests/util.pyo
-${PYSITELIB}/certbot/tests/util.pyc
-${PYSITELIB}/certbot/tests/util_test.pyo
-${PYSITELIB}/certbot/tests/util_test.pyc
+${PYSITELIB}/certbot/tests/__init__.pyo
 ${PYSITELIB}/certbot/tests/account_test.py
+${PYSITELIB}/certbot/tests/account_test.pyc
+${PYSITELIB}/certbot/tests/account_test.pyo
 ${PYSITELIB}/certbot/tests/acme_util.py
+${PYSITELIB}/certbot/tests/acme_util.pyc
+${PYSITELIB}/certbot/tests/acme_util.pyo
 ${PYSITELIB}/certbot/tests/auth_handler_test.py
+${PYSITELIB}/certbot/tests/auth_handler_test.pyc
+${PYSITELIB}/certbot/tests/auth_handler_test.pyo
 ${PYSITELIB}/certbot/tests/cert_manager_test.py
+${PYSITELIB}/certbot/tests/cert_manager_test.pyc
+${PYSITELIB}/certbot/tests/cert_manager_test.pyo
 ${PYSITELIB}/certbot/tests/cli_test.py
+${PYSITELIB}/certbot/tests/cli_test.pyc
+${PYSITELIB}/certbot/tests/cli_test.pyo
 ${PYSITELIB}/certbot/tests/client_test.py
+${PYSITELIB}/certbot/tests/client_test.pyc
+${PYSITELIB}/certbot/tests/client_test.pyo
 ${PYSITELIB}/certbot/tests/compat/__init__.py
-${PYSITELIB}/certbot/tests/compat/__init__.pyo
 ${PYSITELIB}/certbot/tests/compat/__init__.pyc
-${PYSITELIB}/certbot/tests/compat/compat_test.pyo
-${PYSITELIB}/certbot/tests/compat/compat_test.pyc
-${PYSITELIB}/certbot/tests/compat/compat_test.py
+${PYSITELIB}/certbot/tests/compat/__init__.pyo
+${PYSITELIB}/certbot/tests/compat/filesystem_test.py
+${PYSITELIB}/certbot/tests/compat/filesystem_test.pyc
+${PYSITELIB}/certbot/tests/compat/filesystem_test.pyo
+${PYSITELIB}/certbot/tests/compat/os_test.py
+${PYSITELIB}/certbot/tests/compat/os_test.pyc
+${PYSITELIB}/certbot/tests/compat/os_test.pyo
 ${PYSITELIB}/certbot/tests/configuration_test.py
+${PYSITELIB}/certbot/tests/configuration_test.pyc
+${PYSITELIB}/certbot/tests/configuration_test.pyo
 ${PYSITELIB}/certbot/tests/crypto_util_test.py
+${PYSITELIB}/certbot/tests/crypto_util_test.pyc
+${PYSITELIB}/certbot/tests/crypto_util_test.pyo
 ${PYSITELIB}/certbot/tests/display/__init__.py
-${PYSITELIB}/certbot/tests/display/__init__.pyo
 ${PYSITELIB}/certbot/tests/display/__init__.pyc
-${PYSITELIB}/certbot/tests/display/completer_test.pyo
-${PYSITELIB}/certbot/tests/display/completer_test.pyc
-${PYSITELIB}/certbot/tests/display/enhancements_test.pyo
-${PYSITELIB}/certbot/tests/display/enhancements_test.pyc
-${PYSITELIB}/certbot/tests/display/ops_test.pyo
-${PYSITELIB}/certbot/tests/display/ops_test.pyc
-${PYSITELIB}/certbot/tests/display/util_test.pyo
-${PYSITELIB}/certbot/tests/display/util_test.pyc
+${PYSITELIB}/certbot/tests/display/__init__.pyo
 ${PYSITELIB}/certbot/tests/display/completer_test.py
+${PYSITELIB}/certbot/tests/display/completer_test.pyc
+${PYSITELIB}/certbot/tests/display/completer_test.pyo
 ${PYSITELIB}/certbot/tests/display/enhancements_test.py
+${PYSITELIB}/certbot/tests/display/enhancements_test.pyc
+${PYSITELIB}/certbot/tests/display/enhancements_test.pyo
 ${PYSITELIB}/certbot/tests/display/ops_test.py
+${PYSITELIB}/certbot/tests/display/ops_test.pyc
+${PYSITELIB}/certbot/tests/display/ops_test.pyo
 ${PYSITELIB}/certbot/tests/display/util_test.py
+${PYSITELIB}/certbot/tests/display/util_test.pyc
+${PYSITELIB}/certbot/tests/display/util_test.pyo
 ${PYSITELIB}/certbot/tests/eff_test.py
+${PYSITELIB}/certbot/tests/eff_test.pyc
+${PYSITELIB}/certbot/tests/eff_test.pyo
 ${PYSITELIB}/certbot/tests/error_handler_test.py
+${PYSITELIB}/certbot/tests/error_handler_test.pyc
+${PYSITELIB}/certbot/tests/error_handler_test.pyo
 ${PYSITELIB}/certbot/tests/errors_test.py
+${PYSITELIB}/certbot/tests/errors_test.pyc
+${PYSITELIB}/certbot/tests/errors_test.pyo
 ${PYSITELIB}/certbot/tests/hook_test.py
+${PYSITELIB}/certbot/tests/hook_test.pyc
+${PYSITELIB}/certbot/tests/hook_test.pyo
 ${PYSITELIB}/certbot/tests/lock_test.py
+${PYSITELIB}/certbot/tests/lock_test.pyc
+${PYSITELIB}/certbot/tests/lock_test.pyo
 ${PYSITELIB}/certbot/tests/log_test.py
+${PYSITELIB}/certbot/tests/log_test.pyc
+${PYSITELIB}/certbot/tests/log_test.pyo
 ${PYSITELIB}/certbot/tests/main_test.py
+${PYSITELIB}/certbot/tests/main_test.pyc
+${PYSITELIB}/certbot/tests/main_test.pyo
 ${PYSITELIB}/certbot/tests/notify_test.py
+${PYSITELIB}/certbot/tests/notify_test.pyc
+${PYSITELIB}/certbot/tests/notify_test.pyo
 ${PYSITELIB}/certbot/tests/ocsp_test.py
+${PYSITELIB}/certbot/tests/ocsp_test.pyc
+${PYSITELIB}/certbot/tests/ocsp_test.pyo
 ${PYSITELIB}/certbot/tests/renewal_test.py
+${PYSITELIB}/certbot/tests/renewal_test.pyc
+${PYSITELIB}/certbot/tests/renewal_test.pyo
 ${PYSITELIB}/certbot/tests/renewupdater_test.py
+${PYSITELIB}/certbot/tests/renewupdater_test.pyc
+${PYSITELIB}/certbot/tests/renewupdater_test.pyo
 ${PYSITELIB}/certbot/tests/reporter_test.py
+${PYSITELIB}/certbot/tests/reporter_test.pyc
+${PYSITELIB}/certbot/tests/reporter_test.pyo
 ${PYSITELIB}/certbot/tests/reverter_test.py
+${PYSITELIB}/certbot/tests/reverter_test.pyc
+${PYSITELIB}/certbot/tests/reverter_test.pyo
 ${PYSITELIB}/certbot/tests/storage_test.py
+${PYSITELIB}/certbot/tests/storage_test.pyc
+${PYSITELIB}/certbot/tests/storage_test.pyo
 ${PYSITELIB}/certbot/tests/testdata/README
 ${PYSITELIB}/certbot/tests/testdata/cert-5sans_512.pem
 ${PYSITELIB}/certbot/tests/testdata/cert-nosans_nistp256.pem
@@ -319,7 +317,15 @@ ${PYSITELIB}/certbot/tests/testdata/samp
 ${PYSITELIB}/certbot/tests/testdata/sample-renewal.conf
 ${PYSITELIB}/certbot/tests/testdata/webrootconftest.ini
 ${PYSITELIB}/certbot/tests/util.py
+${PYSITELIB}/certbot/tests/util.pyc
+${PYSITELIB}/certbot/tests/util.pyo
 ${PYSITELIB}/certbot/tests/util_test.py
+${PYSITELIB}/certbot/tests/util_test.pyc
+${PYSITELIB}/certbot/tests/util_test.pyo
 ${PYSITELIB}/certbot/updater.py
+${PYSITELIB}/certbot/updater.pyc
+${PYSITELIB}/certbot/updater.pyo
 ${PYSITELIB}/certbot/util.py
+${PYSITELIB}/certbot/util.pyc
+${PYSITELIB}/certbot/util.pyo
 share/examples/certbot-${PYVERSSUFFIX}/cli.ini

Index: pkgsrc/security/py-certbot/distinfo
diff -u pkgsrc/security/py-certbot/distinfo:1.35 pkgsrc/security/py-certbot/distinfo:1.36
--- pkgsrc/security/py-certbot/distinfo:1.35    Wed Jun 12 10:27:37 2019
+++ pkgsrc/security/py-certbot/distinfo Mon Jul 15 12:52:54 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.35 2019/06/12 10:27:37 adam Exp $
+$NetBSD: distinfo,v 1.36 2019/07/15 12:52:54 adam Exp $
 
-SHA1 (certbot-0.35.1.tar.gz) = dbba3f07318078f386c4629e4f8aec618d5a3979
-RMD160 (certbot-0.35.1.tar.gz) = 37f8bda0b310c0d7dc61e62c22d75423dc08487a
-SHA512 (certbot-0.35.1.tar.gz) = 5449319916379e122d8ea075eb85d9129577440ff0d9dc8fd0406c9a37b0e72432be07296eda8a9541e12719b9be68ce2f5540707083ef88cddf6c3233daef3c
-Size (certbot-0.35.1.tar.gz) = 346968 bytes
+SHA1 (certbot-0.36.0.tar.gz) = dece1bbce3841d779e1925c8ddd758b6c397518c
+RMD160 (certbot-0.36.0.tar.gz) = 60a3ad6f31791bb658f4380c26c2919c2c7c48e1
+SHA512 (certbot-0.36.0.tar.gz) = 13f2daa997c2d56e0d9caf544e29e5c50e43572e7ebe7d15b4957cbeec6774afefb87693e37c04709219934681f12fef72b0c6be09e0c44ef924c81927d252f4
+Size (certbot-0.36.0.tar.gz) = 356981 bytes

Index: pkgsrc/security/py-certbot-apache/Makefile
diff -u pkgsrc/security/py-certbot-apache/Makefile:1.6 pkgsrc/security/py-certbot-apache/Makefile:1.7
--- pkgsrc/security/py-certbot-apache/Makefile:1.6      Tue Jun 11 14:22:02 2019
+++ pkgsrc/security/py-certbot-apache/Makefile  Mon Jul 15 12:52:54 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2019/06/11 14:22:02 triaxx Exp $
+# $NetBSD: Makefile,v 1.7 2019/07/15 12:52:54 adam Exp $
 
 DISTNAME=      certbot-apache-${CERTBOT_VERSION}
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/certbot-apache/}
@@ -10,7 +10,7 @@ COMMENT=      Apache plugin for Certbot
 
 DEPENDS+=      ${PYPKGPREFIX}-acme>=0.29.0:../../security/py-acme
 DEPENDS+=      ${PYPKGPREFIX}-augeas-[0-9]*:../../sysutils/py-augeas
-DEPENDS+=      ${PYPKGPREFIX}-certbot>=0.34.0:../../security/py-certbot
+DEPENDS+=      ${PYPKGPREFIX}-certbot>=0.36.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-apache/PLIST
diff -u pkgsrc/security/py-certbot-apache/PLIST:1.3 pkgsrc/security/py-certbot-apache/PLIST:1.4
--- pkgsrc/security/py-certbot-apache/PLIST:1.3 Tue May  7 08:50:36 2019
+++ pkgsrc/security/py-certbot-apache/PLIST     Mon Jul 15 12:52:54 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2019/05/07 08:50:36 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/07/15 12:52:54 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -11,9 +11,6 @@ ${PYSITELIB}/certbot_apache/__init__.pyo
 ${PYSITELIB}/certbot_apache/apache_util.py
 ${PYSITELIB}/certbot_apache/apache_util.pyc
 ${PYSITELIB}/certbot_apache/apache_util.pyo
-${PYSITELIB}/certbot_apache/augeas_configurator.py
-${PYSITELIB}/certbot_apache/augeas_configurator.pyc
-${PYSITELIB}/certbot_apache/augeas_configurator.pyo
 ${PYSITELIB}/certbot_apache/augeas_lens/httpd.aug
 ${PYSITELIB}/certbot_apache/centos-options-ssl-apache.conf
 ${PYSITELIB}/certbot_apache/configurator.py
@@ -62,9 +59,6 @@ ${PYSITELIB}/certbot_apache/parser.pyo
 ${PYSITELIB}/certbot_apache/tests/__init__.py
 ${PYSITELIB}/certbot_apache/tests/__init__.pyc
 ${PYSITELIB}/certbot_apache/tests/__init__.pyo
-${PYSITELIB}/certbot_apache/tests/augeas_configurator_test.py
-${PYSITELIB}/certbot_apache/tests/augeas_configurator_test.pyc
-${PYSITELIB}/certbot_apache/tests/augeas_configurator_test.pyo
 ${PYSITELIB}/certbot_apache/tests/autohsts_test.py
 ${PYSITELIB}/certbot_apache/tests/autohsts_test.pyc
 ${PYSITELIB}/certbot_apache/tests/autohsts_test.pyo
@@ -77,6 +71,9 @@ ${PYSITELIB}/certbot_apache/tests/centos
 ${PYSITELIB}/certbot_apache/tests/complex_parsing_test.py
 ${PYSITELIB}/certbot_apache/tests/complex_parsing_test.pyc
 ${PYSITELIB}/certbot_apache/tests/complex_parsing_test.pyo
+${PYSITELIB}/certbot_apache/tests/configurator_reverter_test.py
+${PYSITELIB}/certbot_apache/tests/configurator_reverter_test.pyc
+${PYSITELIB}/certbot_apache/tests/configurator_reverter_test.pyo
 ${PYSITELIB}/certbot_apache/tests/configurator_test.py
 ${PYSITELIB}/certbot_apache/tests/configurator_test.pyc
 ${PYSITELIB}/certbot_apache/tests/configurator_test.pyo

Index: pkgsrc/security/py-certbot-apache/distinfo
diff -u pkgsrc/security/py-certbot-apache/distinfo:1.7 pkgsrc/security/py-certbot-apache/distinfo:1.8
--- pkgsrc/security/py-certbot-apache/distinfo:1.7      Wed Jun 12 10:27:37 2019
+++ pkgsrc/security/py-certbot-apache/distinfo  Mon Jul 15 12:52:54 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/06/12 10:27:37 adam Exp $
+$NetBSD: distinfo,v 1.8 2019/07/15 12:52:54 adam Exp $
 
-SHA1 (certbot-apache-0.35.1.tar.gz) = 869a8b5b954e1ff63e45ad4418ea67f13cfada0c
-RMD160 (certbot-apache-0.35.1.tar.gz) = c3afb6dd4ed3d5229ec6e9106ae4c15293d02634
-SHA512 (certbot-apache-0.35.1.tar.gz) = a0240db2dbbb9bb0af3d46de4f9e176c4645cf83eb893644694fde2471c6517b1e347201ead7bd1cf5e9c501beed8afa4f2d8e2e4e0921d8abbd2ca4d46b26d0
-Size (certbot-apache-0.35.1.tar.gz) = 180516 bytes
+SHA1 (certbot-apache-0.36.0.tar.gz) = 7cdfa196efa776340e7180581b6d60870841c48e
+RMD160 (certbot-apache-0.36.0.tar.gz) = 7b94fc2540e8ff67024eaee83782699f4831eb72
+SHA512 (certbot-apache-0.36.0.tar.gz) = 905deb157586adfc97432861302cb83a2d6e4a96db19095d372d77327a87f959a8353a677e3635f75100f82601d5de661acbe7d7b435ee36b4aace72f2e80d55
+Size (certbot-apache-0.36.0.tar.gz) = 180269 bytes

Index: pkgsrc/security/py-certbot-dns-dnsimple/distinfo
diff -u pkgsrc/security/py-certbot-dns-dnsimple/distinfo:1.2 pkgsrc/security/py-certbot-dns-dnsimple/distinfo:1.3
--- pkgsrc/security/py-certbot-dns-dnsimple/distinfo:1.2        Wed Jun 12 10:27:37 2019
+++ pkgsrc/security/py-certbot-dns-dnsimple/distinfo    Mon Jul 15 12:52:54 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/06/12 10:27:37 adam Exp $
+$NetBSD: distinfo,v 1.3 2019/07/15 12:52:54 adam Exp $
 
-SHA1 (certbot-dns-dnsimple-0.35.1.tar.gz) = 110c9e7ad2ad52f077b755bfb53f35022ecc4176
-RMD160 (certbot-dns-dnsimple-0.35.1.tar.gz) = b7e287158e7b6f3ece05faa9c0ee7a6251410ef1
-SHA512 (certbot-dns-dnsimple-0.35.1.tar.gz) = a3ac291916bb44fa1f385a7f80f48e4fa9a5f6899a9ec09276a05a8d344757d143a696c924c4323ba2ffdfff60e36426afb59196b48bb02f312d3a5633a7f119
-Size (certbot-dns-dnsimple-0.35.1.tar.gz) = 11635 bytes
+SHA1 (certbot-dns-dnsimple-0.36.0.tar.gz) = f6a4f3ffc6fa85a50a6a47550ae17c83ecf4660a
+RMD160 (certbot-dns-dnsimple-0.36.0.tar.gz) = 96a02ae5e355fc597186d7024ac16f91d0911078
+SHA512 (certbot-dns-dnsimple-0.36.0.tar.gz) = f86903cf307909858bae818a31bf93f33df27de0dc065aedb3a5d1244779f31c710455a82b7cb323216d88f809727db01414581266399d024c58895a99e2276c
+Size (certbot-dns-dnsimple-0.36.0.tar.gz) = 11636 bytes

Index: pkgsrc/security/py-certbot-dns-dnsmadeeasy/distinfo
diff -u pkgsrc/security/py-certbot-dns-dnsmadeeasy/distinfo:1.2 pkgsrc/security/py-certbot-dns-dnsmadeeasy/distinfo:1.3
--- pkgsrc/security/py-certbot-dns-dnsmadeeasy/distinfo:1.2     Wed Jun 12 10:27:37 2019
+++ pkgsrc/security/py-certbot-dns-dnsmadeeasy/distinfo Mon Jul 15 12:52:54 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/06/12 10:27:37 adam Exp $
+$NetBSD: distinfo,v 1.3 2019/07/15 12:52:54 adam Exp $
 
-SHA1 (certbot-dns-dnsmadeeasy-0.35.1.tar.gz) = 91dcb7750c75b8a0975734dee14a859cf39f0e16
-RMD160 (certbot-dns-dnsmadeeasy-0.35.1.tar.gz) = d6e99a489014a040ec1c1f96fbb063c7b705c399
-SHA512 (certbot-dns-dnsmadeeasy-0.35.1.tar.gz) = eee9b03034392a35f0605d50964a102e15c974702d86f8377feb0c802c907614cf3d5fc9f2e19bc20a7880f7d47ebf1cb1b969e72c24848b7630186ab46c60f2
-Size (certbot-dns-dnsmadeeasy-0.35.1.tar.gz) = 11467 bytes
+SHA1 (certbot-dns-dnsmadeeasy-0.36.0.tar.gz) = e452304e02096c954a233051965e602eb096b597
+RMD160 (certbot-dns-dnsmadeeasy-0.36.0.tar.gz) = b43462e7f58a3e411d39b5a0fd01f856c3e0dfe6
+SHA512 (certbot-dns-dnsmadeeasy-0.36.0.tar.gz) = 6b75665298ba68071dfecd417cb56cf722c3171a48d880da41059fe5800704a03f891dcf0f697a2483e5fc6010aea750bedb06946c8cb10648c3fcf08ffbcd40
+Size (certbot-dns-dnsmadeeasy-0.36.0.tar.gz) = 11472 bytes

Index: pkgsrc/security/py-certbot-dns-gehirn/distinfo
diff -u pkgsrc/security/py-certbot-dns-gehirn/distinfo:1.2 pkgsrc/security/py-certbot-dns-gehirn/distinfo:1.3
--- pkgsrc/security/py-certbot-dns-gehirn/distinfo:1.2  Wed Jun 12 10:27:37 2019
+++ pkgsrc/security/py-certbot-dns-gehirn/distinfo      Mon Jul 15 12:52:54 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/06/12 10:27:37 adam Exp $
+$NetBSD: distinfo,v 1.3 2019/07/15 12:52:54 adam Exp $
 
-SHA1 (certbot-dns-gehirn-0.35.1.tar.gz) = a83d935618663dd93c8f836d0f654847df8879ad
-RMD160 (certbot-dns-gehirn-0.35.1.tar.gz) = 4fc3c91501bdefff52bd8bedb5e4223096156a48
-SHA512 (certbot-dns-gehirn-0.35.1.tar.gz) = 3e63ff53ebf7623977d856614c4c4d6c37227ef33ea37b334c7fd79e99facadf571f0b629acbd35a8c7bd99273e0a8fbb81606db2f46730b31104521e1b91357
-Size (certbot-dns-gehirn-0.35.1.tar.gz) = 11502 bytes
+SHA1 (certbot-dns-gehirn-0.36.0.tar.gz) = bc499f6ee0a524a32515624be89c2b8ec45e4a46
+RMD160 (certbot-dns-gehirn-0.36.0.tar.gz) = 9e95b4a5b7e4dec95b726f5a565d33f3214e06c4
+SHA512 (certbot-dns-gehirn-0.36.0.tar.gz) = fa8fe2188746b355de3d37579684232c92a4a1bd095fb782896cfdb7425e368c186a9cf0600778e61dc306833f3d48ba398e652389680652598edac22c3801cb
+Size (certbot-dns-gehirn-0.36.0.tar.gz) = 11501 bytes

Index: pkgsrc/security/py-certbot-dns-google/distinfo
diff -u pkgsrc/security/py-certbot-dns-google/distinfo:1.2 pkgsrc/security/py-certbot-dns-google/distinfo:1.3
--- pkgsrc/security/py-certbot-dns-google/distinfo:1.2  Wed Jun 12 10:27:37 2019
+++ pkgsrc/security/py-certbot-dns-google/distinfo      Mon Jul 15 12:52:55 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/06/12 10:27:37 adam Exp $
+$NetBSD: distinfo,v 1.3 2019/07/15 12:52:55 adam Exp $
 
-SHA1 (certbot-dns-google-0.35.1.tar.gz) = 33881a7193c513dd85398fb8286628643d2788ee
-RMD160 (certbot-dns-google-0.35.1.tar.gz) = 3a7003dfe06362ee4e1cd5e48c7f4b90cd0f1eea
-SHA512 (certbot-dns-google-0.35.1.tar.gz) = 06131740f66d8edd0f2bdbbe615900018496e2c0d1c8d9474db65cdd0690aca0aed1f8a00c837b2e6c2888255df59c3883187e53e0ee40282f7fd463e616f6bd
-Size (certbot-dns-google-0.35.1.tar.gz) = 22395 bytes
+SHA1 (certbot-dns-google-0.36.0.tar.gz) = 6f80f57bc03ac258c164d73a90001a483d2a6813
+RMD160 (certbot-dns-google-0.36.0.tar.gz) = 7575c79b6ce9aa10bb724aad91d2344dc0e5199c
+SHA512 (certbot-dns-google-0.36.0.tar.gz) = 65633f5b369a6262d5510c7371c96e6dcdce233a36a9701ab6dc0936d8654a34accbce6ad84e14620c3dbea4e99e05a29a72b86de86902eac6f10db23e1a6e03
+Size (certbot-dns-google-0.36.0.tar.gz) = 22419 bytes

Index: pkgsrc/security/py-certbot-dns-linode/distinfo
diff -u pkgsrc/security/py-certbot-dns-linode/distinfo:1.2 pkgsrc/security/py-certbot-dns-linode/distinfo:1.3
--- pkgsrc/security/py-certbot-dns-linode/distinfo:1.2  Wed Jun 12 10:27:37 2019
+++ pkgsrc/security/py-certbot-dns-linode/distinfo      Mon Jul 15 12:52:55 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/06/12 10:27:37 adam Exp $
+$NetBSD: distinfo,v 1.3 2019/07/15 12:52:55 adam Exp $
 
-SHA1 (certbot-dns-linode-0.35.1.tar.gz) = f02b56730a11e452404e830c3a793b1689d758e5
-RMD160 (certbot-dns-linode-0.35.1.tar.gz) = d6d6b4a621b82f7a51b750f236333aa2c42ae18d
-SHA512 (certbot-dns-linode-0.35.1.tar.gz) = 1bb672e007c372c23e733e315eb9ea30ab9456fdff31c87e98ab358412d177841b2de696e4c09ce2ef27e99d9a1b5c8d45942902a76c3582e079a0807bd4958a
-Size (certbot-dns-linode-0.35.1.tar.gz) = 12192 bytes
+SHA1 (certbot-dns-linode-0.36.0.tar.gz) = f60917fbe708559a0e6ccd8818dbd8c3abb8378b
+RMD160 (certbot-dns-linode-0.36.0.tar.gz) = fcb85abc44933c596815904cc219d43fb02ccf0b
+SHA512 (certbot-dns-linode-0.36.0.tar.gz) = eef240c8497da97024867cdd1b3fdb3dfaf6dc637858bb84b25adea04e1ad0bf34704af8c90ee69f705263ea2265efff135476cc522dd3ffd26c6563173d20d8
+Size (certbot-dns-linode-0.36.0.tar.gz) = 12192 bytes

Index: pkgsrc/security/py-certbot-dns-luadns/distinfo
diff -u pkgsrc/security/py-certbot-dns-luadns/distinfo:1.7 pkgsrc/security/py-certbot-dns-luadns/distinfo:1.8
--- pkgsrc/security/py-certbot-dns-luadns/distinfo:1.7  Wed Jun 12 10:27:37 2019
+++ pkgsrc/security/py-certbot-dns-luadns/distinfo      Mon Jul 15 12:52:55 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/06/12 10:27:37 adam Exp $
+$NetBSD: distinfo,v 1.8 2019/07/15 12:52:55 adam Exp $
 
-SHA1 (certbot-dns-luadns-0.35.1.tar.gz) = 24cd8a510146402dc12aa79c55a72cf53cd81f23
-RMD160 (certbot-dns-luadns-0.35.1.tar.gz) = 5d2f99c5bddcbbf9699fcf512b08f8230a1e632b
-SHA512 (certbot-dns-luadns-0.35.1.tar.gz) = f717aff267237ae69ad5bb65ed660e8c0fed7394cf9e9c45c10a4c1c28e203891f963788dc272a80e8d8ba959f07877f901501bccd2c2a087794e5e546b4b09e
-Size (certbot-dns-luadns-0.35.1.tar.gz) = 11354 bytes
+SHA1 (certbot-dns-luadns-0.36.0.tar.gz) = 7e86c46f1430821b8c2d9300df053574cdc61859
+RMD160 (certbot-dns-luadns-0.36.0.tar.gz) = 1c4c31055398d5fea2f737d2e2b791935bfacbb8
+SHA512 (certbot-dns-luadns-0.36.0.tar.gz) = 829aaad35dc11c696590e4ed489a1dfe5d4859b130478f3fc7409dfb7841de3bf88c372ef1fe4fd2f2579545f038bcee263d2b161df02eec530b5770a83b3421
+Size (certbot-dns-luadns-0.36.0.tar.gz) = 11349 bytes

Index: pkgsrc/security/py-certbot-dns-nsone/distinfo
diff -u pkgsrc/security/py-certbot-dns-nsone/distinfo:1.7 pkgsrc/security/py-certbot-dns-nsone/distinfo:1.8
--- pkgsrc/security/py-certbot-dns-nsone/distinfo:1.7   Wed Jun 12 10:27:38 2019
+++ pkgsrc/security/py-certbot-dns-nsone/distinfo       Mon Jul 15 12:52:55 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/06/12 10:27:38 adam Exp $
+$NetBSD: distinfo,v 1.8 2019/07/15 12:52:55 adam Exp $
 
-SHA1 (certbot-dns-nsone-0.35.1.tar.gz) = d37692202b35009935c2e2973c42fdaa661c1d07
-RMD160 (certbot-dns-nsone-0.35.1.tar.gz) = 02b45c5428f39f313a8e5ad4160c40ded86da260
-SHA512 (certbot-dns-nsone-0.35.1.tar.gz) = a614f6f958b594ba2738e52ba6d229ff60189e1bebcac8652e3a3b944ed0f37a89137ce0858ed3980fe4f8d7ae1c561039b37882b98715e1db95235ad208993e
-Size (certbot-dns-nsone-0.35.1.tar.gz) = 11381 bytes
+SHA1 (certbot-dns-nsone-0.36.0.tar.gz) = 514644468940685e14337865db55a4645dd71276
+RMD160 (certbot-dns-nsone-0.36.0.tar.gz) = 3bb7525fbce1d516864915af5eab19e90d0f02c4
+SHA512 (certbot-dns-nsone-0.36.0.tar.gz) = 9faad39a75290f64c6541b3f390e7af134e91d4a9f50ee891f351718c68708aa4f99a7ab1454da74444f6e5c1ccfd931faa11ed5391c8a23876fa10d717e8eb4
+Size (certbot-dns-nsone-0.36.0.tar.gz) = 11386 bytes

Index: pkgsrc/security/py-certbot-dns-ovh/distinfo
diff -u pkgsrc/security/py-certbot-dns-ovh/distinfo:1.7 pkgsrc/security/py-certbot-dns-ovh/distinfo:1.8
--- pkgsrc/security/py-certbot-dns-ovh/distinfo:1.7     Wed Jun 12 10:27:38 2019
+++ pkgsrc/security/py-certbot-dns-ovh/distinfo Mon Jul 15 12:52:55 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/06/12 10:27:38 adam Exp $
+$NetBSD: distinfo,v 1.8 2019/07/15 12:52:55 adam Exp $
 
-SHA1 (certbot-dns-ovh-0.35.1.tar.gz) = b167d709f3eedb8e34aba08849d46537a4be013c
-RMD160 (certbot-dns-ovh-0.35.1.tar.gz) = 4460e42a4e81906842ff9ca7d41e5a874516507a
-SHA512 (certbot-dns-ovh-0.35.1.tar.gz) = 36d6af98be6ffc5274ed5ae97079b1bc3e28bee2fbc639e5fbe06f0f22d3d241bd2c8cd63ada00f2f62ab5d222d6040c54478ef8128248e596bd4bb90ab77f3b
-Size (certbot-dns-ovh-0.35.1.tar.gz) = 11860 bytes
+SHA1 (certbot-dns-ovh-0.36.0.tar.gz) = 763dbb3c5d5fae8ce4c099b24be3b55ebdbeab12
+RMD160 (certbot-dns-ovh-0.36.0.tar.gz) = 33242c5485a839b0e45f1bfd9b874241712a108a
+SHA512 (certbot-dns-ovh-0.36.0.tar.gz) = 9824bbd460eac4cf1800f790464b025e4964776ec2f79f4979833d9f1b4212f203ab6913d1fe1269376fa886e4366f6805243c372b1238b8abb335244a480edb
+Size (certbot-dns-ovh-0.36.0.tar.gz) = 11859 bytes

Index: pkgsrc/security/py-certbot-dns-rfc2136/distinfo
diff -u pkgsrc/security/py-certbot-dns-rfc2136/distinfo:1.7 pkgsrc/security/py-certbot-dns-rfc2136/distinfo:1.8
--- pkgsrc/security/py-certbot-dns-rfc2136/distinfo:1.7 Wed Jun 12 10:27:38 2019
+++ pkgsrc/security/py-certbot-dns-rfc2136/distinfo     Mon Jul 15 12:52:55 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/06/12 10:27:38 adam Exp $
+$NetBSD: distinfo,v 1.8 2019/07/15 12:52:55 adam Exp $
 
-SHA1 (certbot-dns-rfc2136-0.35.1.tar.gz) = ff9c3be569faa988c26cba8a6615b2af9412c09f
-RMD160 (certbot-dns-rfc2136-0.35.1.tar.gz) = 539258063f7e3a92db162e8f1fb26091fd05495e
-SHA512 (certbot-dns-rfc2136-0.35.1.tar.gz) = 785d78e06b4381d732df7872bce1d7d04b1505bf110e9990ab135e14b4a5a7123a78b12864777fbc2497d17fcd9058ad660a735a4abf427b043fe6096a8af1cc
-Size (certbot-dns-rfc2136-0.35.1.tar.gz) = 13972 bytes
+SHA1 (certbot-dns-rfc2136-0.36.0.tar.gz) = 6c57c96ff8c75ac1a9e4381161c972a2d6b503b6
+RMD160 (certbot-dns-rfc2136-0.36.0.tar.gz) = 0ec7a69f64728d67c62c72b17286ca5ae8635b42
+SHA512 (certbot-dns-rfc2136-0.36.0.tar.gz) = 3f5a3962857e13e81e7c82445072f4d85f5f8e18bf50a0b2df3bb83ad2145f328a5487326a0d39211ea7348e4d35f09c7b686d955297f3a2565990d95df3c5ef
+Size (certbot-dns-rfc2136-0.36.0.tar.gz) = 13971 bytes

Index: pkgsrc/security/py-certbot-dns-route53/distinfo
diff -u pkgsrc/security/py-certbot-dns-route53/distinfo:1.7 pkgsrc/security/py-certbot-dns-route53/distinfo:1.8
--- pkgsrc/security/py-certbot-dns-route53/distinfo:1.7 Wed Jun 12 10:27:38 2019
+++ pkgsrc/security/py-certbot-dns-route53/distinfo     Mon Jul 15 12:52:55 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/06/12 10:27:38 adam Exp $
+$NetBSD: distinfo,v 1.8 2019/07/15 12:52:55 adam Exp $
 
-SHA1 (certbot-dns-route53-0.35.1.tar.gz) = da7392854e0d9d756f118ceecd107f6cbfcf7d53
-RMD160 (certbot-dns-route53-0.35.1.tar.gz) = 8023956c6080440667ca8d6cea4cb86d941a19ee
-SHA512 (certbot-dns-route53-0.35.1.tar.gz) = 637e5b4865a0b610bcf3f1156e8699fdb785d63f336aa85c6eaa085192073a50ab7db28d40e093d7fffa25645d8c09fe83362f53a63ea783e4da0c2ffdbd5800
-Size (certbot-dns-route53-0.35.1.tar.gz) = 14174 bytes
+SHA1 (certbot-dns-route53-0.36.0.tar.gz) = d017aaa81abf24b106c1e152cbfeef4c7fc695ef
+RMD160 (certbot-dns-route53-0.36.0.tar.gz) = 253efd0dbc1ad4d273d6169c8a1409dbe204da14
+SHA512 (certbot-dns-route53-0.36.0.tar.gz) = 81ad39b982c1509250ee3991d7cc476c9167f5196f8116170ca7ed180d50c04d09dd7038b64cb0980570a0b0d5ed41a3ed80eca83bb6312deecab4dc49559656
+Size (certbot-dns-route53-0.36.0.tar.gz) = 14178 bytes

Index: pkgsrc/security/py-certbot-dns-sakuracloud/distinfo
diff -u pkgsrc/security/py-certbot-dns-sakuracloud/distinfo:1.7 pkgsrc/security/py-certbot-dns-sakuracloud/distinfo:1.8
--- pkgsrc/security/py-certbot-dns-sakuracloud/distinfo:1.7     Wed Jun 12 10:27:38 2019
+++ pkgsrc/security/py-certbot-dns-sakuracloud/distinfo Mon Jul 15 12:52:55 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/06/12 10:27:38 adam Exp $
+$NetBSD: distinfo,v 1.8 2019/07/15 12:52:55 adam Exp $
 
-SHA1 (certbot-dns-sakuracloud-0.35.1.tar.gz) = bc7bd972723996bf546c54c26428e740a062d61a
-RMD160 (certbot-dns-sakuracloud-0.35.1.tar.gz) = d3fabefc82e28ab488cf4caeaeb5e79904d4cc72
-SHA512 (certbot-dns-sakuracloud-0.35.1.tar.gz) = 1ec0778d98e40a39c1e52ebc6ac6a96d02cfdf2c9247f411e4c663ff4ea4e3a76e85438098e46c97a8cd3adf0191e3a7051c410abd52a540a1c3d0816ad5976b
-Size (certbot-dns-sakuracloud-0.35.1.tar.gz) = 11323 bytes
+SHA1 (certbot-dns-sakuracloud-0.36.0.tar.gz) = b81cc70a8cb0ad7edb5c64128ffebc8a88a561f1
+RMD160 (certbot-dns-sakuracloud-0.36.0.tar.gz) = b074100e3a9624fbf0f4f57b919392ccc061a836
+SHA512 (certbot-dns-sakuracloud-0.36.0.tar.gz) = e703341d77d9297d6a25514c213267b7ec2fd007f9d0b0da452b72a50ec44a151ce2da0528bb5bce048f53e71afb7eb9257963d4f34c2e79fea073c17501e22d
+Size (certbot-dns-sakuracloud-0.36.0.tar.gz) = 11327 bytes

Index: pkgsrc/security/py-certbot-nginx/PLIST
diff -u pkgsrc/security/py-certbot-nginx/PLIST:1.2 pkgsrc/security/py-certbot-nginx/PLIST:1.3
--- pkgsrc/security/py-certbot-nginx/PLIST:1.2  Mon Apr  8 15:48:31 2019
+++ pkgsrc/security/py-certbot-nginx/PLIST      Mon Jul 15 12:52:55 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2019/04/08 15:48:31 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/07/15 12:52:55 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -26,6 +26,7 @@ ${PYSITELIB}/certbot_nginx/nginxparser.p
 ${PYSITELIB}/certbot_nginx/obj.py
 ${PYSITELIB}/certbot_nginx/obj.pyc
 ${PYSITELIB}/certbot_nginx/obj.pyo
+${PYSITELIB}/certbot_nginx/options-ssl-nginx-old.conf
 ${PYSITELIB}/certbot_nginx/options-ssl-nginx.conf
 ${PYSITELIB}/certbot_nginx/parser.py
 ${PYSITELIB}/certbot_nginx/parser.pyc

Index: pkgsrc/security/py-certbot-nginx/distinfo
diff -u pkgsrc/security/py-certbot-nginx/distinfo:1.7 pkgsrc/security/py-certbot-nginx/distinfo:1.8
--- pkgsrc/security/py-certbot-nginx/distinfo:1.7       Wed Jun 12 10:27:38 2019
+++ pkgsrc/security/py-certbot-nginx/distinfo   Mon Jul 15 12:52:55 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/06/12 10:27:38 adam Exp $
+$NetBSD: distinfo,v 1.8 2019/07/15 12:52:55 adam Exp $
 
-SHA1 (certbot-nginx-0.35.1.tar.gz) = d17e7b50d9901af06c6a002fa207ef60139da612
-RMD160 (certbot-nginx-0.35.1.tar.gz) = 88d504eebd512ac61ab3ca2a6cd41a5ba558f3c3
-SHA512 (certbot-nginx-0.35.1.tar.gz) = 4682c3e92bca4f59792eab55f1c8f6b1c3eb2f72fddba408bc0873738ee7ea355fd5993ecb09e8603b763424d2c9f7c96f30e88c4c7f32b35beb7533f3d2e1ef
-Size (certbot-nginx-0.35.1.tar.gz) = 75839 bytes
+SHA1 (certbot-nginx-0.36.0.tar.gz) = ba2a08928f90cb0ab54205542a787e7cfe94d568
+RMD160 (certbot-nginx-0.36.0.tar.gz) = 8b8ea6eadbd86d25b184576d2827e0c5b88e6e15
+SHA512 (certbot-nginx-0.36.0.tar.gz) = 340936d4d5b81931b67972e5259f9a9cbbe3a914ca32158a5fbb46de60b68ffaf79ee9d1e1fb0676086b1a6434175608ff84094f7495ea55b8dcaa956ec2f929
+Size (certbot-nginx-0.36.0.tar.gz) = 76634 bytes



Home | Main Index | Thread Index | Old Index