diff options
author | adam <adam@pkgsrc.org> | 2019-12-15 09:48:37 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-12-15 09:48:37 +0000 |
commit | 2c4b7e8d35970b25455d830e89b7b32e9a077bb7 (patch) | |
tree | c02951d2ec62aab7bc1e8534dda26e3652b769ff /security/py-certbot-nginx | |
parent | a910fe79fa6c4b4fdb7864d5c214578c4dc89cbf (diff) | |
download | pkgsrc-2c4b7e8d35970b25455d830e89b7b32e9a077bb7.tar.gz |
py-acme/py-cerbot-*: updated to 1.0.0
Certbot 1.0.0
Removed:
* The docs extras for the certbot-apache and certbot-nginx packages
have been removed.
Changed:
* certbot-auto has deprecated support for systems using OpenSSL 1.0.1 that are
not running on x86-64. This primarily affects RHEL 6 based systems.
* Certbot's config_changes subcommand has been removed
* certbot.plugins.common.TLSSNI01 has been removed.
* Deprecated attributes related to the TLS-SNI-01 challenge in
acme.challenges and acme.standalone
have been removed.
* The functions certbot.client.view_config_changes,
certbot.main.config_changes,
certbot.plugins.common.Installer.view_config_changes,
certbot.reverter.Reverter.view_config_changes, and
certbot.util.get_systemd_os_info have been removed
* Certbot's register --update-registration subcommand has been removed
* When possible, default to automatically configuring the webserver so all requests
redirect to secure HTTPS access. This is mostly relevant when running Certbot
in non-interactive mode. Previously, the default was to not redirect all requests.
Diffstat (limited to 'security/py-certbot-nginx')
-rw-r--r-- | security/py-certbot-nginx/Makefile | 6 | ||||
-rw-r--r-- | security/py-certbot-nginx/PLIST | 119 | ||||
-rw-r--r-- | security/py-certbot-nginx/distinfo | 10 |
3 files changed, 40 insertions, 95 deletions
diff --git a/security/py-certbot-nginx/Makefile b/security/py-certbot-nginx/Makefile index 10ef671c9d5..189746359ee 100644 --- a/security/py-certbot-nginx/Makefile +++ b/security/py-certbot-nginx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2019/10/02 17:36:44 adam Exp $ +# $NetBSD: Makefile,v 1.10 2019/12/15 09:48:39 adam Exp $ .include "../../security/py-certbot/Makefile.common" @@ -8,8 +8,8 @@ MASTER_SITES= ${MASTER_SITE_PYPI:=c/certbot-nginx/} COMMENT= Nginx plugin for Certbot DEPENDS+= ${PYPKGPREFIX}-OpenSSL-[0-9]*:../../security/py-OpenSSL -DEPENDS+= ${PYPKGPREFIX}-acme>=0.29.0:../../security/py-acme -DEPENDS+= ${PYPKGPREFIX}-certbot>=0.37.0:../../security/py-certbot +DEPENDS+= ${PYPKGPREFIX}-acme>=1.0.0:../../security/py-acme +DEPENDS+= ${PYPKGPREFIX}-certbot>=1.0.0:../../security/py-certbot DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock DEPENDS+= ${PYPKGPREFIX}-pyparsing>=1.5.5:../../devel/py-pyparsing DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools diff --git a/security/py-certbot-nginx/PLIST b/security/py-certbot-nginx/PLIST index 2bc5f0f28b5..83c6168d917 100644 --- a/security/py-certbot-nginx/PLIST +++ b/security/py-certbot-nginx/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2019/10/02 17:36:44 adam Exp $ +@comment $NetBSD: PLIST,v 1.6 2019/12/15 09:48:39 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -8,89 +8,34 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/certbot_nginx/__init__.py ${PYSITELIB}/certbot_nginx/__init__.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/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__.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 -${PYSITELIB}/certbot_nginx/tests/testdata/etc_nginx/foo.conf -${PYSITELIB}/certbot_nginx/tests/testdata/etc_nginx/mime.types -${PYSITELIB}/certbot_nginx/tests/testdata/etc_nginx/minimalistic_comments.conf -${PYSITELIB}/certbot_nginx/tests/testdata/etc_nginx/multiline_quotes.conf -${PYSITELIB}/certbot_nginx/tests/testdata/etc_nginx/nginx.conf -${PYSITELIB}/certbot_nginx/tests/testdata/etc_nginx/server.conf -${PYSITELIB}/certbot_nginx/tests/testdata/etc_nginx/sites-enabled/default -${PYSITELIB}/certbot_nginx/tests/testdata/etc_nginx/sites-enabled/example.com -${PYSITELIB}/certbot_nginx/tests/testdata/etc_nginx/sites-enabled/globalssl.com -${PYSITELIB}/certbot_nginx/tests/testdata/etc_nginx/sites-enabled/headers.com -${PYSITELIB}/certbot_nginx/tests/testdata/etc_nginx/sites-enabled/ipv6.com -${PYSITELIB}/certbot_nginx/tests/testdata/etc_nginx/sites-enabled/ipv6ssl.com -${PYSITELIB}/certbot_nginx/tests/testdata/etc_nginx/sites-enabled/migration.com -${PYSITELIB}/certbot_nginx/tests/testdata/etc_nginx/sites-enabled/sslon.com -${PYSITELIB}/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/fastcgi_params -${PYSITELIB}/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/koi-utf -${PYSITELIB}/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/koi-win -${PYSITELIB}/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/mime.types -${PYSITELIB}/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/naxsi-ui.conf.1.4.1 -${PYSITELIB}/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/naxsi.rules -${PYSITELIB}/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/naxsi_core.rules -${PYSITELIB}/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/nginx.conf -${PYSITELIB}/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/proxy_params -${PYSITELIB}/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/scgi_params -${PYSITELIB}/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/sites-available/default -${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/util.py -${PYSITELIB}/certbot_nginx/tests/util.pyc -${PYSITELIB}/certbot_nginx/tests/util.pyo -${PYSITELIB}/certbot_nginx/tls_configs/options-ssl-nginx-old.conf -${PYSITELIB}/certbot_nginx/tls_configs/options-ssl-nginx-tls12-only.conf -${PYSITELIB}/certbot_nginx/tls_configs/options-ssl-nginx-tls13-session-tix-on.conf -${PYSITELIB}/certbot_nginx/tls_configs/options-ssl-nginx.conf +${PYSITELIB}/certbot_nginx/_internal/__init__.py +${PYSITELIB}/certbot_nginx/_internal/__init__.pyc +${PYSITELIB}/certbot_nginx/_internal/__init__.pyo +${PYSITELIB}/certbot_nginx/_internal/configurator.py +${PYSITELIB}/certbot_nginx/_internal/configurator.pyc +${PYSITELIB}/certbot_nginx/_internal/configurator.pyo +${PYSITELIB}/certbot_nginx/_internal/constants.py +${PYSITELIB}/certbot_nginx/_internal/constants.pyc +${PYSITELIB}/certbot_nginx/_internal/constants.pyo +${PYSITELIB}/certbot_nginx/_internal/display_ops.py +${PYSITELIB}/certbot_nginx/_internal/display_ops.pyc +${PYSITELIB}/certbot_nginx/_internal/display_ops.pyo +${PYSITELIB}/certbot_nginx/_internal/http_01.py +${PYSITELIB}/certbot_nginx/_internal/http_01.pyc +${PYSITELIB}/certbot_nginx/_internal/http_01.pyo +${PYSITELIB}/certbot_nginx/_internal/nginxparser.py +${PYSITELIB}/certbot_nginx/_internal/nginxparser.pyc +${PYSITELIB}/certbot_nginx/_internal/nginxparser.pyo +${PYSITELIB}/certbot_nginx/_internal/obj.py +${PYSITELIB}/certbot_nginx/_internal/obj.pyc +${PYSITELIB}/certbot_nginx/_internal/obj.pyo +${PYSITELIB}/certbot_nginx/_internal/parser.py +${PYSITELIB}/certbot_nginx/_internal/parser.pyc +${PYSITELIB}/certbot_nginx/_internal/parser.pyo +${PYSITELIB}/certbot_nginx/_internal/parser_obj.py +${PYSITELIB}/certbot_nginx/_internal/parser_obj.pyc +${PYSITELIB}/certbot_nginx/_internal/parser_obj.pyo +${PYSITELIB}/certbot_nginx/_internal/tls_configs/options-ssl-nginx-old.conf +${PYSITELIB}/certbot_nginx/_internal/tls_configs/options-ssl-nginx-tls12-only.conf +${PYSITELIB}/certbot_nginx/_internal/tls_configs/options-ssl-nginx-tls13-session-tix-on.conf +${PYSITELIB}/certbot_nginx/_internal/tls_configs/options-ssl-nginx.conf diff --git a/security/py-certbot-nginx/distinfo b/security/py-certbot-nginx/distinfo index 89d6d34343c..bcc96d72bf1 100644 --- a/security/py-certbot-nginx/distinfo +++ b/security/py-certbot-nginx/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2019/11/14 18:28:19 adam Exp $ +$NetBSD: distinfo,v 1.13 2019/12/15 09:48:39 adam Exp $ -SHA1 (certbot-nginx-0.40.1.tar.gz) = 9084da657b751186d29397c5439a068131024a58 -RMD160 (certbot-nginx-0.40.1.tar.gz) = 106db879bfc18eae94e55711090e6157686559c5 -SHA512 (certbot-nginx-0.40.1.tar.gz) = 129f3c379cb20679a920ee5d9052a9b5bf51d0854d6ba1e8538542dea926ad76642cbafbe354c74cc7c9128ac4da768426c9a1604f818c475f1c89d6cd1aa135 -Size (certbot-nginx-0.40.1.tar.gz) = 78055 bytes +SHA1 (certbot-nginx-1.0.0.tar.gz) = e135d87f11d99d5495deca194e1c8ac99a5ae87f +RMD160 (certbot-nginx-1.0.0.tar.gz) = df007a6c326d149c7a28caf172a346c722596076 +SHA512 (certbot-nginx-1.0.0.tar.gz) = fd55f981744c5a4bbd54c37e4de7180098717c8a0047f55507c9ad05e86d3c917e5dcd1fe0fa0207935e590d918f922ff645a09fb6e6496c04536d5319672641 +Size (certbot-nginx-1.0.0.tar.gz) = 71257 bytes |