update to certbot/py-acme 1.13.0

This commit is contained in:
sthen 2021-03-31 20:46:19 +00:00
parent fd06fd411a
commit 52c69678d4
5 changed files with 13 additions and 11 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile.inc,v 1.59 2021/02/03 16:18:53 sthen Exp $
# $OpenBSD: Makefile.inc,v 1.60 2021/03/31 20:46:19 sthen Exp $
CATEGORIES?= security/letsencrypt security
MODPY_PI?= Yes
MODPY_SETUPTOOLS?= Yes
MODPY_EGG_VERSION?= 1.12.0
MODPY_EGG_VERSION?= 1.13.0
MODULES?= lang/python

View File

@ -1,2 +1,2 @@
SHA256 (certbot-1.12.0.tar.gz) = Xuc4dzR5vLd5TkP+3SQVrMCWm3W90qIfRR47/52Z31k=
SIZE (certbot-1.12.0.tar.gz) = 393026
SHA256 (certbot-1.13.0.tar.gz) = ZM9BtX33Zn2dhJ/KqQMaTxUXiCRnM9H0w/N6WqXi9Fg=
SIZE (certbot-1.13.0.tar.gz) = 393163

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-examples_cli_ini,v 1.8 2021/02/03 16:18:33 sthen Exp $
$OpenBSD: patch-examples_cli_ini,v 1.9 2021/03/31 20:46:19 sthen Exp $
Index: examples/cli.ini
--- examples/cli.ini.orig
+++ examples/cli.ini
@@ -17,10 +17,18 @@ rsa-key-size = 4096
@@ -17,13 +17,21 @@ rsa-key-size = 4096
# Uncomment and update to register with the specified e-mail address
# email = foo@example.com
@ -23,3 +23,6 @@ Index: examples/cli.ini
# authenticator = webroot
-# webroot-path = /usr/share/nginx/html
+# webroot-path = /var/www/htdocs
# Uncomment to automatically agree to the terms of service of the ACME server
# agree-tos = true

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2020/10/07 13:32:49 sthen Exp $
# $OpenBSD: Makefile,v 1.26 2021/03/31 20:46:19 sthen Exp $
COMMENT= ACME protocol implementation
@ -26,7 +26,6 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
MODPY_PYTEST = Yes
TEST_DEPENDS= devel/py-mock${MODPY_FLAVOR} \
security/py-josepy${MODPY_FLAVOR}
TEST_DEPENDS= security/py-josepy${MODPY_FLAVOR}
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (acme-1.12.0.tar.gz) = qjY0dNUOn92iesuLGqfvsm/sxWUOAgOaDeOj8OaWwvI=
SIZE (acme-1.12.0.tar.gz) = 90983
SHA256 (acme-1.13.0.tar.gz) = a0JX39am1fAejNTwsQQiwXg2vtfGfpxbCgrWx9ZRwIg=
SIZE (acme-1.13.0.tar.gz) = 90210