summaryrefslogtreecommitdiff
path: root/security/py-certbot-apache
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-07-15 12:52:54 +0000
committeradam <adam@pkgsrc.org>2019-07-15 12:52:54 +0000
commit653e83b2b5846b6945ec3d2c90ec5819bdc5ebea (patch)
tree0d0716545fddb16d573565129d4e3e53f7fc2127 /security/py-certbot-apache
parentfa3955764368f19f03fffd77c2291efc7ae46de2 (diff)
downloadpkgsrc-653e83b2b5846b6945ec3d2c90ec5819bdc5ebea.tar.gz
py-certbot: updated to 0.36.0
0.36.0: Added ----- Turn off session tickets for nginx plugin by default Added missing error types from RFC8555 to acme Changed ------- Support for Ubuntu 14.04 Trusty has been removed. Update the 'manage your account' help to be more generic. The error message when Certbot's Apache plugin is unable to modify your Apache configuration has been improved. Certbot's config_changes subcommand has been deprecated and will be removed in a future release. certbot config_changes no longer accepts a --num parameter. The functions certbot.plugins.common.Installer.view_config_changes and certbot.reverter.Reverter.view_config_changes have been deprecated and will be removed in a future release. Fixed ----- Replace some unnecessary platform-specific line separation.
Diffstat (limited to 'security/py-certbot-apache')
-rw-r--r--security/py-certbot-apache/Makefile4
-rw-r--r--security/py-certbot-apache/PLIST11
-rw-r--r--security/py-certbot-apache/distinfo10
3 files changed, 11 insertions, 14 deletions
diff --git a/security/py-certbot-apache/Makefile b/security/py-certbot-apache/Makefile
index 80cdb293814..d3d9d19e1d9 100644
--- a/security/py-certbot-apache/Makefile
+++ b/security/py-certbot-apache/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2019/06/11 14:22:02 triaxx Exp $
+# $NetBSD: Makefile,v 1.7 2019/07/15 12:52:54 adam Exp $
DISTNAME= certbot-apache-${CERTBOT_VERSION}
MASTER_SITES= ${MASTER_SITE_PYPI:=c/certbot-apache/}
@@ -10,7 +10,7 @@ COMMENT= Apache plugin for Certbot
DEPENDS+= ${PYPKGPREFIX}-acme>=0.29.0:../../security/py-acme
DEPENDS+= ${PYPKGPREFIX}-augeas-[0-9]*:../../sysutils/py-augeas
-DEPENDS+= ${PYPKGPREFIX}-certbot>=0.34.0:../../security/py-certbot
+DEPENDS+= ${PYPKGPREFIX}-certbot>=0.36.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-apache/PLIST b/security/py-certbot-apache/PLIST
index 60fb9272bb4..07168004c61 100644
--- a/security/py-certbot-apache/PLIST
+++ b/security/py-certbot-apache/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2019/05/07 08:50:36 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/07/15 12:52:54 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -11,9 +11,6 @@ ${PYSITELIB}/certbot_apache/__init__.pyo
${PYSITELIB}/certbot_apache/apache_util.py
${PYSITELIB}/certbot_apache/apache_util.pyc
${PYSITELIB}/certbot_apache/apache_util.pyo
-${PYSITELIB}/certbot_apache/augeas_configurator.py
-${PYSITELIB}/certbot_apache/augeas_configurator.pyc
-${PYSITELIB}/certbot_apache/augeas_configurator.pyo
${PYSITELIB}/certbot_apache/augeas_lens/httpd.aug
${PYSITELIB}/certbot_apache/centos-options-ssl-apache.conf
${PYSITELIB}/certbot_apache/configurator.py
@@ -62,9 +59,6 @@ ${PYSITELIB}/certbot_apache/parser.pyo
${PYSITELIB}/certbot_apache/tests/__init__.py
${PYSITELIB}/certbot_apache/tests/__init__.pyc
${PYSITELIB}/certbot_apache/tests/__init__.pyo
-${PYSITELIB}/certbot_apache/tests/augeas_configurator_test.py
-${PYSITELIB}/certbot_apache/tests/augeas_configurator_test.pyc
-${PYSITELIB}/certbot_apache/tests/augeas_configurator_test.pyo
${PYSITELIB}/certbot_apache/tests/autohsts_test.py
${PYSITELIB}/certbot_apache/tests/autohsts_test.pyc
${PYSITELIB}/certbot_apache/tests/autohsts_test.pyo
@@ -77,6 +71,9 @@ ${PYSITELIB}/certbot_apache/tests/centos_test.pyo
${PYSITELIB}/certbot_apache/tests/complex_parsing_test.py
${PYSITELIB}/certbot_apache/tests/complex_parsing_test.pyc
${PYSITELIB}/certbot_apache/tests/complex_parsing_test.pyo
+${PYSITELIB}/certbot_apache/tests/configurator_reverter_test.py
+${PYSITELIB}/certbot_apache/tests/configurator_reverter_test.pyc
+${PYSITELIB}/certbot_apache/tests/configurator_reverter_test.pyo
${PYSITELIB}/certbot_apache/tests/configurator_test.py
${PYSITELIB}/certbot_apache/tests/configurator_test.pyc
${PYSITELIB}/certbot_apache/tests/configurator_test.pyo
diff --git a/security/py-certbot-apache/distinfo b/security/py-certbot-apache/distinfo
index 7af69585a91..39cde62801e 100644
--- a/security/py-certbot-apache/distinfo
+++ b/security/py-certbot-apache/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/06/12 10:27:37 adam Exp $
+$NetBSD: distinfo,v 1.8 2019/07/15 12:52:54 adam Exp $
-SHA1 (certbot-apache-0.35.1.tar.gz) = 869a8b5b954e1ff63e45ad4418ea67f13cfada0c
-RMD160 (certbot-apache-0.35.1.tar.gz) = c3afb6dd4ed3d5229ec6e9106ae4c15293d02634
-SHA512 (certbot-apache-0.35.1.tar.gz) = a0240db2dbbb9bb0af3d46de4f9e176c4645cf83eb893644694fde2471c6517b1e347201ead7bd1cf5e9c501beed8afa4f2d8e2e4e0921d8abbd2ca4d46b26d0
-Size (certbot-apache-0.35.1.tar.gz) = 180516 bytes
+SHA1 (certbot-apache-0.36.0.tar.gz) = 7cdfa196efa776340e7180581b6d60870841c48e
+RMD160 (certbot-apache-0.36.0.tar.gz) = 7b94fc2540e8ff67024eaee83782699f4831eb72
+SHA512 (certbot-apache-0.36.0.tar.gz) = 905deb157586adfc97432861302cb83a2d6e4a96db19095d372d77327a87f959a8353a677e3635f75100f82601d5de661acbe7d7b435ee36b4aace72f2e80d55
+Size (certbot-apache-0.36.0.tar.gz) = 180269 bytes