update to letsencrypt-0.2.0
This commit is contained in:
parent
07fefc84da
commit
5a425a6cf1
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.7 2015/12/21 09:37:56 sthen Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.8 2016/01/15 21:40:28 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.1.1
|
||||
MODPY_EGG_VERSION?= 0.2.0
|
||||
PKGNAME?= ${DISTNAME:S/.dev/pre/}
|
||||
|
||||
MODULES?= lang/python
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (letsencrypt-0.1.1.tar.gz) = jmeEAx7qchLhKOF75RqPuOSH2Wk6XficiL5TYyYfKs4=
|
||||
SIZE (letsencrypt-0.1.1.tar.gz) = 166683
|
||||
SHA256 (letsencrypt-0.2.0.tar.gz) = kcm3VmxXIGNS7ShcKFnYdA9AfXnqcbV/otMsADr1p2A=
|
||||
SIZE (letsencrypt-0.2.0.tar.gz) = 170062
|
||||
|
@ -1,20 +1,7 @@
|
||||
$OpenBSD: patch-examples_cli_ini,v 1.3 2015/12/16 14:10:04 sthen Exp $
|
||||
--- examples/cli.ini.orig Wed Dec 16 00:21:00 2015
|
||||
+++ examples/cli.ini Wed Dec 16 14:00:54 2015
|
||||
@@ -5,8 +5,10 @@
|
||||
# Use a 4096 bit RSA key instead of 2048
|
||||
rsa-key-size = 4096
|
||||
|
||||
-# Always use the staging/testing server
|
||||
-server = https://acme-staging.api.letsencrypt.org/directory
|
||||
+# Use the real server
|
||||
+server = https://acme-v01.api.letsencrypt.org/directory
|
||||
+# ... or use the staging/testing server
|
||||
+#server = https://acme-staging.api.letsencrypt.org/directory
|
||||
|
||||
# Uncomment and update to register with the specified e-mail address
|
||||
# email = foo@example.com
|
||||
@@ -15,8 +17,8 @@ server = https://acme-staging.api.letsencrypt.org/dire
|
||||
$OpenBSD: patch-examples_cli_ini,v 1.4 2016/01/15 21:40:28 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
|
||||
|
||||
@ -25,7 +12,7 @@ $OpenBSD: patch-examples_cli_ini,v 1.3 2015/12/16 14:10:04 sthen Exp $
|
||||
|
||||
# Uncomment to use the standalone authenticator on port 443
|
||||
# authenticator = standalone
|
||||
@@ -24,5 +26,10 @@ server = https://acme-staging.api.letsencrypt.org/dire
|
||||
@@ -21,5 +21,10 @@ rsa-key-size = 4096
|
||||
|
||||
# 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.3 2015/12/16 14:10:04 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2016/01/15 21:40:28 sthen Exp $
|
||||
@extraunexec rm -rf /var/log/letsencrypt/*
|
||||
bin/letsencrypt
|
||||
bin/letsencrypt-renewer
|
||||
@ -162,10 +162,6 @@ lib/python${MODPY_VERSION}/site-packages/letsencrypt/tests/testdata/matching_cer
|
||||
lib/python${MODPY_VERSION}/site-packages/letsencrypt/tests/testdata/rsa256_key.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/letsencrypt/tests/testdata/rsa512_key.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/letsencrypt/tests/testdata/rsa512_key_2.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/letsencrypt/tests/validator_test.py
|
||||
lib/python${MODPY_VERSION}/site-packages/letsencrypt/tests/validator_test.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/letsencrypt/validator.py
|
||||
lib/python${MODPY_VERSION}/site-packages/letsencrypt/validator.pyc
|
||||
share/examples/letsencrypt/
|
||||
@mode 750
|
||||
@sample ${SYSCONFDIR}/letsencrypt/
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (acme-0.1.1.tar.gz) = HCCDzax5ts+yAZDWhpMiQDUQS0bSXcnFLRerqZB/YPs=
|
||||
SIZE (acme-0.1.1.tar.gz) = 83124
|
||||
SHA256 (acme-0.2.0.tar.gz) = dKkCf9CZnKaDTFOof+KoazoewjKTSAVxZUJmnj/3i/U=
|
||||
SIZE (acme-0.2.0.tar.gz) = 86920
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1 2015/11/17 12:49:25 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2016/01/15 21:40:28 sthen Exp $
|
||||
@pkgpath security/py-acme${MODPY_FLAVOR}
|
||||
bin/jws${MODPY_BIN_SUFFIX}
|
||||
lib/python${MODPY_VERSION}/site-packages/acme/
|
||||
@ -90,10 +90,14 @@ lib/python${MODPY_VERSION}/site-packages/acme/standalone_test.py
|
||||
lib/python${MODPY_VERSION}/site-packages/acme/test_util.py
|
||||
lib/python${MODPY_VERSION}/site-packages/acme/testdata/
|
||||
lib/python${MODPY_VERSION}/site-packages/acme/testdata/README
|
||||
lib/python${MODPY_VERSION}/site-packages/acme/testdata/cert-100sans.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/acme/testdata/cert-idnsans.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/acme/testdata/cert-san.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/acme/testdata/cert.der
|
||||
lib/python${MODPY_VERSION}/site-packages/acme/testdata/cert.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/acme/testdata/csr-100sans.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/acme/testdata/csr-6sans.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/acme/testdata/csr-idnsans.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/acme/testdata/csr-nosans.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/acme/testdata/csr-san.pem
|
||||
lib/python${MODPY_VERSION}/site-packages/acme/testdata/csr.der
|
||||
|
Loading…
Reference in New Issue
Block a user