summaryrefslogtreecommitdiff
path: root/security/py-acme
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-10-02 17:36:43 +0000
committeradam <adam@pkgsrc.org>2019-10-02 17:36:43 +0000
commitd7ad63bb3cf8d748f97da1af891cbc18800210d7 (patch)
tree2831f3ae99b20c958a81c227368b3a678d63f4e4 /security/py-acme
parentf832d67964ed64ecdf676158a67afc6c7a75515e (diff)
downloadpkgsrc-d7ad63bb3cf8d748f97da1af891cbc18800210d7.tar.gz
py-acme/py-certbot: updated to 0.39.0
0.39.0: Added Support for Python 3.8 was added to Certbot and all of its components. Support for CentOS 8 was added to certbot-auto. Changed Don't send OCSP requests for expired certificates Return to using platform.linux_distribution instead of distro.linux_distribution in OS fingerprinting for Python < 3.8 Updated the Nginx plugin's TLS configuration to keep support for some versions of IE11. Fixed Fixed OS detection in the Apache plugin on RHEL 6.
Diffstat (limited to 'security/py-acme')
-rw-r--r--security/py-acme/Makefile7
-rw-r--r--security/py-acme/PLIST92
-rw-r--r--security/py-acme/distinfo10
3 files changed, 54 insertions, 55 deletions
diff --git a/security/py-acme/Makefile b/security/py-acme/Makefile
index 059baeb6c01..efbe6ab1929 100644
--- a/security/py-acme/Makefile
+++ b/security/py-acme/Makefile
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.19 2019/06/11 14:22:01 triaxx Exp $
+# $NetBSD: Makefile,v 1.20 2019/10/02 17:36:43 adam Exp $
+
+.include "../../security/py-certbot/Makefile.common"
DISTNAME= acme-${CERTBOT_VERSION}
MASTER_SITES= ${MASTER_SITE_PYPI:=a/acme/}
-MAINTAINER= fhajny@NetBSD.org
COMMENT= ACME protocol implementation in Python
-.include "../../security/py-certbot/Makefile.common"
-
DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.15:../../security/py-OpenSSL
DEPENDS+= ${PYPKGPREFIX}-cryptography>=1.2.3:../../security/py-cryptography
DEPENDS+= ${PYPKGPREFIX}-josepy>=1.1.0:../../security/py-josepy
diff --git a/security/py-acme/PLIST b/security/py-acme/PLIST
index e731b9a6d4b..63527e1af25 100644
--- a/security/py-acme/PLIST
+++ b/security/py-acme/PLIST
@@ -1,76 +1,72 @@
-@comment $NetBSD: PLIST,v 1.11 2019/01/15 09:34:09 triaxx Exp $
+@comment $NetBSD: PLIST,v 1.12 2019/10/02 17:36:43 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/acme/__init__.py
-${PYSITELIB}/acme/__init__.pyo
${PYSITELIB}/acme/__init__.pyc
-${PYSITELIB}/acme/challenges.pyo
-${PYSITELIB}/acme/challenges.pyc
-${PYSITELIB}/acme/challenges_test.pyo
-${PYSITELIB}/acme/challenges_test.pyc
-${PYSITELIB}/acme/client.pyo
-${PYSITELIB}/acme/client.pyc
-${PYSITELIB}/acme/client_test.pyo
-${PYSITELIB}/acme/client_test.pyc
-${PYSITELIB}/acme/crypto_util.pyo
-${PYSITELIB}/acme/crypto_util.pyc
-${PYSITELIB}/acme/crypto_util_test.pyo
-${PYSITELIB}/acme/crypto_util_test.pyc
-${PYSITELIB}/acme/errors.pyo
-${PYSITELIB}/acme/errors.pyc
-${PYSITELIB}/acme/errors_test.pyo
-${PYSITELIB}/acme/errors_test.pyc
-${PYSITELIB}/acme/fields.pyo
-${PYSITELIB}/acme/fields.pyc
-${PYSITELIB}/acme/fields_test.pyo
-${PYSITELIB}/acme/fields_test.pyc
-${PYSITELIB}/acme/jose_test.pyo
-${PYSITELIB}/acme/jose_test.pyc
-${PYSITELIB}/acme/jws.pyo
-${PYSITELIB}/acme/jws.pyc
-${PYSITELIB}/acme/jws_test.pyo
-${PYSITELIB}/acme/jws_test.pyc
-${PYSITELIB}/acme/magic_typing.pyo
-${PYSITELIB}/acme/magic_typing.pyc
-${PYSITELIB}/acme/magic_typing_test.pyo
-${PYSITELIB}/acme/magic_typing_test.pyc
-${PYSITELIB}/acme/messages.pyo
-${PYSITELIB}/acme/messages.pyc
-${PYSITELIB}/acme/messages_test.pyo
-${PYSITELIB}/acme/messages_test.pyc
-${PYSITELIB}/acme/standalone.pyo
-${PYSITELIB}/acme/standalone.pyc
-${PYSITELIB}/acme/standalone_test.pyo
-${PYSITELIB}/acme/standalone_test.pyc
-${PYSITELIB}/acme/test_util.pyo
-${PYSITELIB}/acme/test_util.pyc
-${PYSITELIB}/acme/util.pyo
-${PYSITELIB}/acme/util.pyc
-${PYSITELIB}/acme/util_test.pyo
-${PYSITELIB}/acme/util_test.pyc
+${PYSITELIB}/acme/__init__.pyo
${PYSITELIB}/acme/challenges.py
+${PYSITELIB}/acme/challenges.pyc
+${PYSITELIB}/acme/challenges.pyo
${PYSITELIB}/acme/challenges_test.py
+${PYSITELIB}/acme/challenges_test.pyc
+${PYSITELIB}/acme/challenges_test.pyo
${PYSITELIB}/acme/client.py
+${PYSITELIB}/acme/client.pyc
+${PYSITELIB}/acme/client.pyo
${PYSITELIB}/acme/client_test.py
+${PYSITELIB}/acme/client_test.pyc
+${PYSITELIB}/acme/client_test.pyo
${PYSITELIB}/acme/crypto_util.py
+${PYSITELIB}/acme/crypto_util.pyc
+${PYSITELIB}/acme/crypto_util.pyo
${PYSITELIB}/acme/crypto_util_test.py
+${PYSITELIB}/acme/crypto_util_test.pyc
+${PYSITELIB}/acme/crypto_util_test.pyo
${PYSITELIB}/acme/errors.py
+${PYSITELIB}/acme/errors.pyc
+${PYSITELIB}/acme/errors.pyo
${PYSITELIB}/acme/errors_test.py
+${PYSITELIB}/acme/errors_test.pyc
+${PYSITELIB}/acme/errors_test.pyo
${PYSITELIB}/acme/fields.py
+${PYSITELIB}/acme/fields.pyc
+${PYSITELIB}/acme/fields.pyo
${PYSITELIB}/acme/fields_test.py
+${PYSITELIB}/acme/fields_test.pyc
+${PYSITELIB}/acme/fields_test.pyo
${PYSITELIB}/acme/jose_test.py
+${PYSITELIB}/acme/jose_test.pyc
+${PYSITELIB}/acme/jose_test.pyo
${PYSITELIB}/acme/jws.py
+${PYSITELIB}/acme/jws.pyc
+${PYSITELIB}/acme/jws.pyo
${PYSITELIB}/acme/jws_test.py
+${PYSITELIB}/acme/jws_test.pyc
+${PYSITELIB}/acme/jws_test.pyo
${PYSITELIB}/acme/magic_typing.py
+${PYSITELIB}/acme/magic_typing.pyc
+${PYSITELIB}/acme/magic_typing.pyo
${PYSITELIB}/acme/magic_typing_test.py
+${PYSITELIB}/acme/magic_typing_test.pyc
+${PYSITELIB}/acme/magic_typing_test.pyo
${PYSITELIB}/acme/messages.py
+${PYSITELIB}/acme/messages.pyc
+${PYSITELIB}/acme/messages.pyo
${PYSITELIB}/acme/messages_test.py
+${PYSITELIB}/acme/messages_test.pyc
+${PYSITELIB}/acme/messages_test.pyo
${PYSITELIB}/acme/standalone.py
+${PYSITELIB}/acme/standalone.pyc
+${PYSITELIB}/acme/standalone.pyo
${PYSITELIB}/acme/standalone_test.py
+${PYSITELIB}/acme/standalone_test.pyc
+${PYSITELIB}/acme/standalone_test.pyo
${PYSITELIB}/acme/test_util.py
+${PYSITELIB}/acme/test_util.pyc
+${PYSITELIB}/acme/test_util.pyo
${PYSITELIB}/acme/testdata/README
${PYSITELIB}/acme/testdata/cert-100sans.pem
${PYSITELIB}/acme/testdata/cert-idnsans.pem
@@ -93,4 +89,8 @@ ${PYSITELIB}/acme/testdata/rsa2048_key.pem
${PYSITELIB}/acme/testdata/rsa256_key.pem
${PYSITELIB}/acme/testdata/rsa512_key.pem
${PYSITELIB}/acme/util.py
+${PYSITELIB}/acme/util.pyc
+${PYSITELIB}/acme/util.pyo
${PYSITELIB}/acme/util_test.py
+${PYSITELIB}/acme/util_test.pyc
+${PYSITELIB}/acme/util_test.pyo
diff --git a/security/py-acme/distinfo b/security/py-acme/distinfo
index d9924b4a37a..24db5fd9838 100644
--- a/security/py-acme/distinfo
+++ b/security/py-acme/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2019/09/12 15:08:53 adam Exp $
+$NetBSD: distinfo,v 1.11 2019/10/02 17:36:43 adam Exp $
-SHA1 (acme-0.38.0.tar.gz) = 055876133208381a1144eb26532643f129c0c513
-RMD160 (acme-0.38.0.tar.gz) = 028174f5a84032abcf28659ef6cf70b803359ff6
-SHA512 (acme-0.38.0.tar.gz) = 7508814a218822e5f163de160274f3107af890352a6fc39ed6a5a7f8a2b882dcfc7454902939ce7d5ede223f65857d12037ffdb65c24a38fb9cf4c3196a40b49
-Size (acme-0.38.0.tar.gz) = 86177 bytes
+SHA1 (acme-0.39.0.tar.gz) = 908c73c2326c19f9eedb06d2450b5dcccf86d843
+RMD160 (acme-0.39.0.tar.gz) = ce6670d9cccf4511e82227852bbcebb0adef4866
+SHA512 (acme-0.39.0.tar.gz) = 1a59fd4a7dce6c5eb0564a1fb8f6b39b88fccaf3c4a03949b391862a9a937ccc8f81dc99b347a343c73834d006e05b515bfe1daa3f24fd6caa8c0fd8100293b4
+Size (acme-0.39.0.tar.gz) = 86539 bytes