update to certbot-0.13.0
This commit is contained in:
parent
f3edea6995
commit
1c68c87eee
@ -1,2 +1,2 @@
|
||||
SHA256 (certbot-0.12.0.tar.gz) = SnGSXANbYt+3wzQ8YZ7gkK3XYYi0ciUnK1d5itYziLc=
|
||||
SIZE (certbot-0.12.0.tar.gz) = 239552
|
||||
SHA256 (certbot-0.13.0.tar.gz) = 9jrXdH7ayi+31gwoiC5E0vSP8cypucfCUa1H4hicAPM=
|
||||
SIZE (certbot-0.13.0.tar.gz) = 241627
|
||||
|
@ -1,18 +1,16 @@
|
||||
$OpenBSD: patch-examples_cli_ini,v 1.5 2016/05/27 10:01:38 sthen Exp $
|
||||
--- examples/cli.ini.orig Fri Jan 15 01:39:05 2016
|
||||
+++ examples/cli.ini Fri Jan 15 21:14:32 2016
|
||||
@@ -12,8 +12,8 @@ rsa-key-size = 4096
|
||||
# domains.
|
||||
# domains = example.com, www.example.com
|
||||
$OpenBSD: patch-examples_cli_ini,v 1.6 2017/04/07 14:56:24 sthen Exp $
|
||||
--- examples/cli.ini.orig Wed Apr 5 20:47:54 2017
|
||||
+++ examples/cli.ini Fri Apr 7 15:47:30 2017
|
||||
@@ -13,11 +13,19 @@ rsa-key-size = 4096
|
||||
# Uncomment and update to register with the specified e-mail address
|
||||
# email = foo@example.com
|
||||
|
||||
-# Uncomment to use a text interface instead of ncurses
|
||||
-# text = True
|
||||
+# Use text interface instead of ncurses/dialog(1)
|
||||
+text = True
|
||||
|
||||
+
|
||||
# Uncomment to use the standalone authenticator on port 443
|
||||
# authenticator = standalone
|
||||
@@ -21,5 +21,10 @@ rsa-key-size = 4096
|
||||
# standalone-supported-challenges = tls-sni-01
|
||||
|
||||
# Uncomment to use the webroot authenticator. Replace webroot-path with the
|
||||
# path to the public_html / webroot folder being served by your web server.
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.14 2017/02/07 14:48:02 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.15 2017/04/07 14:56:24 sthen Exp $
|
||||
@extraunexec rm -rf /var/log/certbot/*
|
||||
bin/certbot
|
||||
bin/letsencrypt
|
||||
@ -24,8 +24,6 @@ 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/colored_logging.py
|
||||
lib/python${MODPY_VERSION}/site-packages/certbot/colored_logging.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
|
||||
@ -55,6 +53,8 @@ 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/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
|
||||
@ -119,8 +119,6 @@ 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/colored_logging_test.py
|
||||
lib/python${MODPY_VERSION}/site-packages/certbot/tests/colored_logging_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
|
||||
@ -144,6 +142,8 @@ 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/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
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (acme-0.12.0.tar.gz) = oFy6a1sP/9+iRrMkkqRHaQEdRSBfPujv3h837phD+98=
|
||||
SIZE (acme-0.12.0.tar.gz) = 91316
|
||||
SHA256 (acme-0.13.0.tar.gz) = dImz4g0C2go4mu24JAj/trdilOQdgz24VZG593lTmBU=
|
||||
SIZE (acme-0.13.0.tar.gz) = 90794
|
||||
|
Loading…
x
Reference in New Issue
Block a user