diff options
author | adam <adam@pkgsrc.org> | 2019-04-08 15:48:30 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-04-08 15:48:30 +0000 |
commit | f5549a2563b1ff13198cbac08307d032a4068058 (patch) | |
tree | e1313185f8ab1c231f492edcb998ec0617bd114c /security/py-certbot-nginx | |
parent | 20d983e21ccaf9c02de01e6307562a5139e2a3d5 (diff) | |
download | pkgsrc-f5549a2563b1ff13198cbac08307d032a4068058.tar.gz |
py-acme,py-certbot*: updated to 0.33.1
0.33.1:
Fixed
A bug causing certbot-auto to print warnings or crash on some RHEL based systems has been resolved.
Despite us having broken lockstep, we are continuing to release new versions of all Certbot components during releases for the time being, however, the only changes in this release were to certbot-auto.
0.33.0:
Added
Fedora 29+ is now supported by certbot-auto. Since Python 2.x is on a deprecation path in Fedora, certbot-auto will install and use Python 3.x on Fedora 29+.
CLI flag --https-port has been added for Nginx plugin exclusively, and replaces --tls-sni-01-port. It defines the HTTPS port the Nginx plugin will use while setting up a new SSL vhost. By default the HTTPS port is 443.
Changed
Support for TLS-SNI-01 has been removed from all official Certbot plugins.
Attributes related to the TLS-SNI-01 challenge in acme.challenges and acme.standalone modules are deprecated and will be removed soon.
CLI flags --tls-sni-01-port and --tls-sni-01-address are now no-op, will generate a deprecation warning if used, and will be removed soon.
Options tls-sni and tls-sni-01 in --preferred-challenges flag are now no-op, will generate a deprecation warning if used, and will be removed soon.
CLI flag --standalone-supported-challenges has been removed.
Fixed
Certbot uses the Python library cryptography for OCSP when cryptography>=2.5 is installed. We fixed a bug in Certbot causing it to interpret timestamps in the OCSP response as being in the local timezone rather than UTC.
Issue causing the default CentOS 6 TLS configuration to ignore some of the HTTPS VirtualHosts created by Certbot. mod_ssl loading is now moved to main http.conf for this environment where possible.
Diffstat (limited to 'security/py-certbot-nginx')
-rw-r--r-- | security/py-certbot-nginx/Makefile | 4 | ||||
-rw-r--r-- | security/py-certbot-nginx/PLIST | 76 | ||||
-rw-r--r-- | security/py-certbot-nginx/distinfo | 10 |
3 files changed, 42 insertions, 48 deletions
diff --git a/security/py-certbot-nginx/Makefile b/security/py-certbot-nginx/Makefile index 20e53459ef2..fbbe22988e4 100644 --- a/security/py-certbot-nginx/Makefile +++ b/security/py-certbot-nginx/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2019/03/10 15:23:51 adam Exp $ +# $NetBSD: Makefile,v 1.4 2019/04/08 15:48:31 adam Exp $ -DISTNAME= certbot-nginx-0.32.0 +DISTNAME= certbot-nginx-0.33.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=c/certbot-nginx/} diff --git a/security/py-certbot-nginx/PLIST b/security/py-certbot-nginx/PLIST index 7de17cc8860..18753943b6d 100644 --- a/security/py-certbot-nginx/PLIST +++ b/security/py-certbot-nginx/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2019/01/15 12:05:47 triaxx Exp $ +@comment $NetBSD: PLIST,v 1.2 2019/04/08 15:48:31 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -6,63 +6,57 @@ ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/certbot_nginx/__init__.py -${PYSITELIB}/certbot_nginx/__init__.pyo ${PYSITELIB}/certbot_nginx/__init__.pyc -${PYSITELIB}/certbot_nginx/configurator.pyo -${PYSITELIB}/certbot_nginx/configurator.pyc -${PYSITELIB}/certbot_nginx/constants.pyo -${PYSITELIB}/certbot_nginx/constants.pyc -${PYSITELIB}/certbot_nginx/display_ops.pyo -${PYSITELIB}/certbot_nginx/display_ops.pyc -${PYSITELIB}/certbot_nginx/http_01.pyo -${PYSITELIB}/certbot_nginx/http_01.pyc -${PYSITELIB}/certbot_nginx/nginxparser.pyo -${PYSITELIB}/certbot_nginx/nginxparser.pyc -${PYSITELIB}/certbot_nginx/obj.pyo -${PYSITELIB}/certbot_nginx/obj.pyc -${PYSITELIB}/certbot_nginx/parser.pyo -${PYSITELIB}/certbot_nginx/parser.pyc -${PYSITELIB}/certbot_nginx/parser_obj.pyo -${PYSITELIB}/certbot_nginx/parser_obj.pyc -${PYSITELIB}/certbot_nginx/tls_sni_01.pyo -${PYSITELIB}/certbot_nginx/tls_sni_01.pyc +${PYSITELIB}/certbot_nginx/__init__.pyo ${PYSITELIB}/certbot_nginx/configurator.py +${PYSITELIB}/certbot_nginx/configurator.pyc +${PYSITELIB}/certbot_nginx/configurator.pyo ${PYSITELIB}/certbot_nginx/constants.py +${PYSITELIB}/certbot_nginx/constants.pyc +${PYSITELIB}/certbot_nginx/constants.pyo ${PYSITELIB}/certbot_nginx/display_ops.py +${PYSITELIB}/certbot_nginx/display_ops.pyc +${PYSITELIB}/certbot_nginx/display_ops.pyo ${PYSITELIB}/certbot_nginx/http_01.py +${PYSITELIB}/certbot_nginx/http_01.pyc +${PYSITELIB}/certbot_nginx/http_01.pyo ${PYSITELIB}/certbot_nginx/nginxparser.py +${PYSITELIB}/certbot_nginx/nginxparser.pyc +${PYSITELIB}/certbot_nginx/nginxparser.pyo ${PYSITELIB}/certbot_nginx/obj.py +${PYSITELIB}/certbot_nginx/obj.pyc +${PYSITELIB}/certbot_nginx/obj.pyo ${PYSITELIB}/certbot_nginx/options-ssl-nginx.conf ${PYSITELIB}/certbot_nginx/parser.py +${PYSITELIB}/certbot_nginx/parser.pyc +${PYSITELIB}/certbot_nginx/parser.pyo ${PYSITELIB}/certbot_nginx/parser_obj.py +${PYSITELIB}/certbot_nginx/parser_obj.pyc +${PYSITELIB}/certbot_nginx/parser_obj.pyo ${PYSITELIB}/certbot_nginx/tests/__init__.py -${PYSITELIB}/certbot_nginx/tests/__init__.pyo ${PYSITELIB}/certbot_nginx/tests/__init__.pyc -${PYSITELIB}/certbot_nginx/tests/configurator_test.pyo -${PYSITELIB}/certbot_nginx/tests/configurator_test.pyc -${PYSITELIB}/certbot_nginx/tests/display_ops_test.pyo -${PYSITELIB}/certbot_nginx/tests/display_ops_test.pyc -${PYSITELIB}/certbot_nginx/tests/http_01_test.pyo -${PYSITELIB}/certbot_nginx/tests/http_01_test.pyc -${PYSITELIB}/certbot_nginx/tests/nginxparser_test.pyo -${PYSITELIB}/certbot_nginx/tests/nginxparser_test.pyc -${PYSITELIB}/certbot_nginx/tests/obj_test.pyo -${PYSITELIB}/certbot_nginx/tests/obj_test.pyc -${PYSITELIB}/certbot_nginx/tests/parser_obj_test.pyo -${PYSITELIB}/certbot_nginx/tests/parser_obj_test.pyc -${PYSITELIB}/certbot_nginx/tests/parser_test.pyo -${PYSITELIB}/certbot_nginx/tests/parser_test.pyc -${PYSITELIB}/certbot_nginx/tests/tls_sni_01_test.pyo -${PYSITELIB}/certbot_nginx/tests/tls_sni_01_test.pyc -${PYSITELIB}/certbot_nginx/tests/util.pyo -${PYSITELIB}/certbot_nginx/tests/util.pyc +${PYSITELIB}/certbot_nginx/tests/__init__.pyo ${PYSITELIB}/certbot_nginx/tests/configurator_test.py +${PYSITELIB}/certbot_nginx/tests/configurator_test.pyc +${PYSITELIB}/certbot_nginx/tests/configurator_test.pyo ${PYSITELIB}/certbot_nginx/tests/display_ops_test.py +${PYSITELIB}/certbot_nginx/tests/display_ops_test.pyc +${PYSITELIB}/certbot_nginx/tests/display_ops_test.pyo ${PYSITELIB}/certbot_nginx/tests/http_01_test.py +${PYSITELIB}/certbot_nginx/tests/http_01_test.pyc +${PYSITELIB}/certbot_nginx/tests/http_01_test.pyo ${PYSITELIB}/certbot_nginx/tests/nginxparser_test.py +${PYSITELIB}/certbot_nginx/tests/nginxparser_test.pyc +${PYSITELIB}/certbot_nginx/tests/nginxparser_test.pyo ${PYSITELIB}/certbot_nginx/tests/obj_test.py +${PYSITELIB}/certbot_nginx/tests/obj_test.pyc +${PYSITELIB}/certbot_nginx/tests/obj_test.pyo ${PYSITELIB}/certbot_nginx/tests/parser_obj_test.py +${PYSITELIB}/certbot_nginx/tests/parser_obj_test.pyc +${PYSITELIB}/certbot_nginx/tests/parser_obj_test.pyo ${PYSITELIB}/certbot_nginx/tests/parser_test.py +${PYSITELIB}/certbot_nginx/tests/parser_test.pyc +${PYSITELIB}/certbot_nginx/tests/parser_test.pyo ${PYSITELIB}/certbot_nginx/tests/testdata/etc_nginx/broken.conf ${PYSITELIB}/certbot_nginx/tests/testdata/etc_nginx/comment_in_file.conf ${PYSITELIB}/certbot_nginx/tests/testdata/etc_nginx/edge_cases.conf @@ -94,6 +88,6 @@ ${PYSITELIB}/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_v ${PYSITELIB}/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/sites-enabled/default ${PYSITELIB}/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/uwsgi_params ${PYSITELIB}/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/win-utf -${PYSITELIB}/certbot_nginx/tests/tls_sni_01_test.py ${PYSITELIB}/certbot_nginx/tests/util.py -${PYSITELIB}/certbot_nginx/tls_sni_01.py +${PYSITELIB}/certbot_nginx/tests/util.pyc +${PYSITELIB}/certbot_nginx/tests/util.pyo diff --git a/security/py-certbot-nginx/distinfo b/security/py-certbot-nginx/distinfo index f3856f1b4e3..b11e652e9a8 100644 --- a/security/py-certbot-nginx/distinfo +++ b/security/py-certbot-nginx/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2019/03/10 15:23:51 adam Exp $ +$NetBSD: distinfo,v 1.3 2019/04/08 15:48:31 adam Exp $ -SHA1 (certbot-nginx-0.32.0.tar.gz) = 0627f1a5d93df97195b4ed7d5e3e062b1634508a -RMD160 (certbot-nginx-0.32.0.tar.gz) = 9072895906709103bc96266c331c3ade64159607 -SHA512 (certbot-nginx-0.32.0.tar.gz) = 21ebd6688f3dc7100bd35ed6a46293ab57656413ef296203427e08730dd7b2d98b8131ac05f022d9f87b1fc6a736d8993191aaad4f53e8e2b24daae77d1da57b -Size (certbot-nginx-0.32.0.tar.gz) = 79096 bytes +SHA1 (certbot-nginx-0.33.1.tar.gz) = 0afb7a472f4c0f7db8f656fb9c0831874da1570c +RMD160 (certbot-nginx-0.33.1.tar.gz) = 7a4838b7d8e6717ea77431ffc6794b9660a1ec16 +SHA512 (certbot-nginx-0.33.1.tar.gz) = 1dab0140406a81e89f56926690333f1bf71ac0e9e3c4eecaa7671ca9b0db8ffa020a6e76c5a655301970531753e262107107940fbd32364be8bad62a3a4beb67 +Size (certbot-nginx-0.33.1.tar.gz) = 75629 bytes |