update to certbot/py-acme 0.26.1

This commit is contained in:
sthen 2018-08-10 19:54:52 +00:00
parent e7330a9e4d
commit e3ce2d80b2
5 changed files with 117 additions and 103 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.38 2018/06/22 00:03:15 sthen Exp $
# $OpenBSD: Makefile.inc,v 1.39 2018/08/10 19:54:52 sthen Exp $
HOMEPAGE?= https://letsencrypt.org/
MAINTAINER?= Stuart Henderson <sthen@openbsd.org>
@ -8,7 +8,7 @@ CATEGORIES?= security/letsencrypt security
MODPY_PI?= Yes
MODPY_SETUPTOOLS?= Yes
MODPY_EGG_VERSION?= 0.25.1
MODPY_EGG_VERSION?= 0.26.1
MODULES?= lang/python

View File

@ -1,19 +1,21 @@
# $OpenBSD: Makefile,v 1.18 2018/03/20 14:47:54 sthen Exp $
# $OpenBSD: Makefile,v 1.19 2018/08/10 19:54:52 sthen Exp $
COMMENT= client for certificate authorities using ACME protocols
DISTNAME= certbot-${MODPY_EGG_VERSION}
RUN_DEPENDS= devel/py-configargparse \
devel/py-configobj \
devel/py-mock \
devel/py-parsedatetime \
devel/py-zopecomponent \
devel/py-zopeinterface \
security/py-josepy \
security/letsencrypt/py-acme=${MODPY_EGG_VERSION}
RUN_DEPENDS= devel/py-configargparse${MODPY_FLAVOR} \
devel/py-configobj${MODPY_FLAVOR} \
devel/py-mock${MODPY_FLAVOR} \
devel/py-parsedatetime${MODPY_FLAVOR} \
devel/py-zopecomponent${MODPY_FLAVOR} \
devel/py-zopeinterface${MODPY_FLAVOR} \
security/py-josepy${MODPY_FLAVOR} \
security/letsencrypt/py-acme${MODPY_FLAVOR}=${MODPY_EGG_VERSION}
TEST_DEPENDS= ${RUN_DEPENDS}
MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3}
do-configure:
sed -i -e 's,/etc,${SYSCONFDIR},' \
-e 's,/var/lib,${LOCALSTATEDIR}/db,' \

View File

@ -1,2 +1,2 @@
SHA256 (certbot-0.25.1.tar.gz) = XCPlGGEzuxr9gFvl4M0vt7lYYqiwRZyeytSuYPkz5U4=
SIZE (certbot-0.25.1.tar.gz) = 305393
SHA256 (certbot-0.26.1.tar.gz) = SYNRPWP3824koHhzyi1uocAQGqbLHNglzaAu1SD2ymY=
SIZE (certbot-0.26.1.tar.gz) = 311419

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.19 2018/06/22 00:03:15 sthen Exp $
@comment $OpenBSD: PLIST,v 1.20 2018/08/10 19:54:52 sthen Exp $
@extraunexec rm -rf /var/log/certbot/*
bin/certbot
bin/letsencrypt
@ -11,179 +11,193 @@ lib/python${MODPY_VERSION}/site-packages/certbot-${MODPY_EGG_VERSION}-py${MODPY_
lib/python${MODPY_VERSION}/site-packages/certbot-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/certbot-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/certbot/__init__.py
lib/python${MODPY_VERSION}/site-packages/certbot/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/certbot/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/${MODPY_PYCACHE}account.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/${MODPY_PYCACHE}achallenges.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/${MODPY_PYCACHE}auth_handler.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/${MODPY_PYCACHE}cert_manager.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/${MODPY_PYCACHE}cli.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/${MODPY_PYCACHE}client.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/${MODPY_PYCACHE}configuration.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/${MODPY_PYCACHE}constants.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/${MODPY_PYCACHE}crypto_util.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/${MODPY_PYCACHE}eff.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/${MODPY_PYCACHE}error_handler.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/${MODPY_PYCACHE}errors.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/${MODPY_PYCACHE}hooks.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/${MODPY_PYCACHE}interfaces.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/${MODPY_PYCACHE}lock.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/${MODPY_PYCACHE}log.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/${MODPY_PYCACHE}main.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/${MODPY_PYCACHE}notify.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/${MODPY_PYCACHE}ocsp.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/${MODPY_PYCACHE}renewal.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/${MODPY_PYCACHE}reporter.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/${MODPY_PYCACHE}reverter.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/${MODPY_PYCACHE}storage.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/${MODPY_PYCACHE}updater.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/${MODPY_PYCACHE}util.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/account.py
lib/python${MODPY_VERSION}/site-packages/certbot/account.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/achallenges.py
lib/python${MODPY_VERSION}/site-packages/certbot/achallenges.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/auth_handler.py
lib/python${MODPY_VERSION}/site-packages/certbot/auth_handler.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/cert_manager.py
lib/python${MODPY_VERSION}/site-packages/certbot/cert_manager.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/cli.py
lib/python${MODPY_VERSION}/site-packages/certbot/cli.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/client.py
lib/python${MODPY_VERSION}/site-packages/certbot/client.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/configuration.py
lib/python${MODPY_VERSION}/site-packages/certbot/configuration.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/constants.py
lib/python${MODPY_VERSION}/site-packages/certbot/constants.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/crypto_util.py
lib/python${MODPY_VERSION}/site-packages/certbot/crypto_util.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/display/
lib/python${MODPY_VERSION}/site-packages/certbot/display/__init__.py
lib/python${MODPY_VERSION}/site-packages/certbot/display/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/display/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/certbot/display/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/display/${MODPY_PYCACHE}completer.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/display/${MODPY_PYCACHE}dummy_readline.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/display/${MODPY_PYCACHE}enhancements.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/display/${MODPY_PYCACHE}ops.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/display/${MODPY_PYCACHE}util.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/display/completer.py
lib/python${MODPY_VERSION}/site-packages/certbot/display/completer.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/display/dummy_readline.py
lib/python${MODPY_VERSION}/site-packages/certbot/display/dummy_readline.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/display/enhancements.py
lib/python${MODPY_VERSION}/site-packages/certbot/display/enhancements.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/display/ops.py
lib/python${MODPY_VERSION}/site-packages/certbot/display/ops.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/display/util.py
lib/python${MODPY_VERSION}/site-packages/certbot/display/util.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/eff.py
lib/python${MODPY_VERSION}/site-packages/certbot/eff.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/error_handler.py
lib/python${MODPY_VERSION}/site-packages/certbot/error_handler.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/errors.py
lib/python${MODPY_VERSION}/site-packages/certbot/errors.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/hooks.py
lib/python${MODPY_VERSION}/site-packages/certbot/hooks.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/interfaces.py
lib/python${MODPY_VERSION}/site-packages/certbot/interfaces.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/lock.py
lib/python${MODPY_VERSION}/site-packages/certbot/lock.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/log.py
lib/python${MODPY_VERSION}/site-packages/certbot/log.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/main.py
lib/python${MODPY_VERSION}/site-packages/certbot/main.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/notify.py
lib/python${MODPY_VERSION}/site-packages/certbot/notify.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/ocsp.py
lib/python${MODPY_VERSION}/site-packages/certbot/ocsp.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/__init__.py
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/${MODPY_PYCACHE}common.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/${MODPY_PYCACHE}common_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/${MODPY_PYCACHE}disco.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/${MODPY_PYCACHE}disco_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/${MODPY_PYCACHE}dns_common.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/${MODPY_PYCACHE}dns_common_lexicon.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/${MODPY_PYCACHE}dns_common_lexicon_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/${MODPY_PYCACHE}dns_common_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/${MODPY_PYCACHE}dns_test_common.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/${MODPY_PYCACHE}dns_test_common_lexicon.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/${MODPY_PYCACHE}enhancements.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/${MODPY_PYCACHE}enhancements_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/${MODPY_PYCACHE}manual.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/${MODPY_PYCACHE}manual_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/${MODPY_PYCACHE}null.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/${MODPY_PYCACHE}null_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/${MODPY_PYCACHE}selection.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/${MODPY_PYCACHE}selection_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/${MODPY_PYCACHE}standalone.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/${MODPY_PYCACHE}standalone_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/${MODPY_PYCACHE}storage.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/${MODPY_PYCACHE}storage_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/${MODPY_PYCACHE}util.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/${MODPY_PYCACHE}util_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/${MODPY_PYCACHE}webroot.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/${MODPY_PYCACHE}webroot_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/common.py
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/common.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/common_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/common_test.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/disco.py
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/disco.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/disco_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/disco_test.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/dns_common.py
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/dns_common.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/dns_common_lexicon.py
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/dns_common_lexicon.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/dns_common_lexicon_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/dns_common_lexicon_test.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/dns_common_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/dns_common_test.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/dns_test_common.py
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/dns_test_common.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/dns_test_common_lexicon.py
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/dns_test_common_lexicon.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/enhancements.py
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/enhancements_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/manual.py
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/manual.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/manual_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/manual_test.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/null.py
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/null.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/null_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/null_test.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/selection.py
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/selection.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/selection_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/selection_test.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/standalone.py
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/standalone.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/standalone_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/standalone_test.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/storage.py
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/storage.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/storage_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/storage_test.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/util.py
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/util.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/util_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/util_test.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/webroot.py
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/webroot.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/webroot_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/plugins/webroot_test.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/renewal.py
lib/python${MODPY_VERSION}/site-packages/certbot/renewal.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/reporter.py
lib/python${MODPY_VERSION}/site-packages/certbot/reporter.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/reverter.py
lib/python${MODPY_VERSION}/site-packages/certbot/reverter.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/ssl-dhparams.pem
lib/python${MODPY_VERSION}/site-packages/certbot/storage.py
lib/python${MODPY_VERSION}/site-packages/certbot/storage.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/
lib/python${MODPY_VERSION}/site-packages/certbot/tests/__init__.py
lib/python${MODPY_VERSION}/site-packages/certbot/tests/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/certbot/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/${MODPY_PYCACHE}account_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/${MODPY_PYCACHE}acme_util.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/${MODPY_PYCACHE}auth_handler_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/${MODPY_PYCACHE}cert_manager_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/${MODPY_PYCACHE}cli_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/${MODPY_PYCACHE}client_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/${MODPY_PYCACHE}configuration_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/${MODPY_PYCACHE}crypto_util_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/${MODPY_PYCACHE}eff_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/${MODPY_PYCACHE}error_handler_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/${MODPY_PYCACHE}errors_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/${MODPY_PYCACHE}hook_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/${MODPY_PYCACHE}lock_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/${MODPY_PYCACHE}log_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/${MODPY_PYCACHE}main_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/${MODPY_PYCACHE}notify_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/${MODPY_PYCACHE}ocsp_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/${MODPY_PYCACHE}renewal_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/${MODPY_PYCACHE}renewupdater_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/${MODPY_PYCACHE}reporter_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/${MODPY_PYCACHE}reverter_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/${MODPY_PYCACHE}storage_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/${MODPY_PYCACHE}util.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/${MODPY_PYCACHE}util_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/account_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/tests/account_test.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/acme_util.py
lib/python${MODPY_VERSION}/site-packages/certbot/tests/acme_util.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/auth_handler_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/tests/auth_handler_test.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/cert_manager_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/tests/cert_manager_test.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/cli_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/tests/cli_test.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/client_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/tests/client_test.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/configuration_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/tests/configuration_test.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/crypto_util_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/tests/crypto_util_test.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/display/
lib/python${MODPY_VERSION}/site-packages/certbot/tests/display/__init__.py
lib/python${MODPY_VERSION}/site-packages/certbot/tests/display/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/display/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/certbot/tests/display/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/display/${MODPY_PYCACHE}completer_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/display/${MODPY_PYCACHE}enhancements_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/display/${MODPY_PYCACHE}ops_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/display/${MODPY_PYCACHE}util_test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/display/completer_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/tests/display/completer_test.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/display/enhancements_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/tests/display/enhancements_test.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/display/ops_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/tests/display/ops_test.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/display/util_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/tests/display/util_test.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/eff_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/tests/eff_test.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/error_handler_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/tests/error_handler_test.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/errors_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/tests/errors_test.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/hook_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/tests/hook_test.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/lock_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/tests/lock_test.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/log_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/tests/log_test.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/main_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/tests/main_test.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/notify_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/tests/notify_test.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/ocsp_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/tests/ocsp_test.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/renewal_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/tests/renewal_test.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/renewupdater_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/tests/renewupdater_test.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/reporter_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/tests/reporter_test.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/reverter_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/tests/reverter_test.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/storage_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/tests/storage_test.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/testdata/
lib/python${MODPY_VERSION}/site-packages/certbot/tests/testdata/README
lib/python${MODPY_VERSION}/site-packages/certbot/tests/testdata/cert-5sans_512.pem
lib/python${MODPY_VERSION}/site-packages/certbot/tests/testdata/cert-nosans_nistp256.pem
lib/python${MODPY_VERSION}/site-packages/certbot/tests/testdata/cert-san_512.pem
lib/python${MODPY_VERSION}/site-packages/certbot/tests/testdata/cert_2048.pem
lib/python${MODPY_VERSION}/site-packages/certbot/tests/testdata/cert_512.pem
@ -195,9 +209,11 @@ lib/python${MODPY_VERSION}/site-packages/certbot/tests/testdata/csr-6sans_512.pe
lib/python${MODPY_VERSION}/site-packages/certbot/tests/testdata/csr-nonames_512.pem
lib/python${MODPY_VERSION}/site-packages/certbot/tests/testdata/csr-nosans_512.conf
lib/python${MODPY_VERSION}/site-packages/certbot/tests/testdata/csr-nosans_512.pem
lib/python${MODPY_VERSION}/site-packages/certbot/tests/testdata/csr-nosans_nistp256.pem
lib/python${MODPY_VERSION}/site-packages/certbot/tests/testdata/csr-san_512.pem
lib/python${MODPY_VERSION}/site-packages/certbot/tests/testdata/csr_512.der
lib/python${MODPY_VERSION}/site-packages/certbot/tests/testdata/csr_512.pem
lib/python${MODPY_VERSION}/site-packages/certbot/tests/testdata/nistp256_key.pem
lib/python${MODPY_VERSION}/site-packages/certbot/tests/testdata/os-release
lib/python${MODPY_VERSION}/site-packages/certbot/tests/testdata/rsa2048_key.pem
lib/python${MODPY_VERSION}/site-packages/certbot/tests/testdata/rsa256_key.pem
@ -211,13 +227,9 @@ lib/python${MODPY_VERSION}/site-packages/certbot/tests/testdata/sample-renewal-a
lib/python${MODPY_VERSION}/site-packages/certbot/tests/testdata/sample-renewal.conf
lib/python${MODPY_VERSION}/site-packages/certbot/tests/testdata/webrootconftest.ini
lib/python${MODPY_VERSION}/site-packages/certbot/tests/util.py
lib/python${MODPY_VERSION}/site-packages/certbot/tests/util.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/tests/util_test.py
lib/python${MODPY_VERSION}/site-packages/certbot/tests/util_test.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/updater.py
lib/python${MODPY_VERSION}/site-packages/certbot/updater.pyc
lib/python${MODPY_VERSION}/site-packages/certbot/util.py
lib/python${MODPY_VERSION}/site-packages/certbot/util.pyc
share/examples/certbot/
@mode 750
@sample ${SYSCONFDIR}/letsencrypt/

View File

@ -1,2 +1,2 @@
SHA256 (acme-0.25.1.tar.gz) = R7Xz9z1pt7HRP5GKos11qAkwaaaL7PSvOOQo5GE7JzQ=
SIZE (acme-0.25.1.tar.gz) = 79987
SHA256 (acme-0.26.1.tar.gz) = hue19GVMsZIV8WwOYiV1DbdCH2jvagoECmF5byTmkL4=
SIZE (acme-0.26.1.tar.gz) = 80741