summaryrefslogtreecommitdiff
path: root/security/py-certbot-apache
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-04-08 15:48:30 +0000
committeradam <adam@pkgsrc.org>2019-04-08 15:48:30 +0000
commitf5549a2563b1ff13198cbac08307d032a4068058 (patch)
treee1313185f8ab1c231f492edcb998ec0617bd114c /security/py-certbot-apache
parent20d983e21ccaf9c02de01e6307562a5139e2a3d5 (diff)
downloadpkgsrc-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-apache')
-rw-r--r--security/py-certbot-apache/Makefile4
-rw-r--r--security/py-certbot-apache/PLIST16
-rw-r--r--security/py-certbot-apache/distinfo10
3 files changed, 16 insertions, 14 deletions
diff --git a/security/py-certbot-apache/Makefile b/security/py-certbot-apache/Makefile
index d5d31b6eaba..450778fc1c9 100644
--- a/security/py-certbot-apache/Makefile
+++ b/security/py-certbot-apache/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2019/03/10 15:23:51 adam Exp $
+# $NetBSD: Makefile,v 1.3 2019/04/08 15:48:31 adam Exp $
-DISTNAME= certbot-apache-0.32.0
+DISTNAME= certbot-apache-0.33.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/certbot-apache/}
diff --git a/security/py-certbot-apache/PLIST b/security/py-certbot-apache/PLIST
index d381346bf4f..555c8f51ebb 100644
--- a/security/py-certbot-apache/PLIST
+++ b/security/py-certbot-apache/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2019/02/12 12:57:19 adam 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
@@ -65,6 +65,9 @@ ${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
+${PYSITELIB}/certbot_apache/tests/centos6_test.py
+${PYSITELIB}/certbot_apache/tests/centos6_test.pyc
+${PYSITELIB}/certbot_apache/tests/centos6_test.pyo
${PYSITELIB}/certbot_apache/tests/centos_test.py
${PYSITELIB}/certbot_apache/tests/centos_test.pyc
${PYSITELIB}/certbot_apache/tests/centos_test.pyo
@@ -95,6 +98,11 @@ ${PYSITELIB}/certbot_apache/tests/obj_test.pyo
${PYSITELIB}/certbot_apache/tests/parser_test.py
${PYSITELIB}/certbot_apache/tests/parser_test.pyc
${PYSITELIB}/certbot_apache/tests/parser_test.pyo
+${PYSITELIB}/certbot_apache/tests/testdata/centos6_apache/apache/httpd/conf.d/README
+${PYSITELIB}/certbot_apache/tests/testdata/centos6_apache/apache/httpd/conf.d/ssl.conf
+${PYSITELIB}/certbot_apache/tests/testdata/centos6_apache/apache/httpd/conf.d/test.example.com.conf
+${PYSITELIB}/certbot_apache/tests/testdata/centos6_apache/apache/httpd/conf.d/welcome.conf
+${PYSITELIB}/certbot_apache/tests/testdata/centos6_apache/apache/httpd/conf/httpd.conf
${PYSITELIB}/certbot_apache/tests/testdata/centos7_apache/apache/httpd/conf.d/README
${PYSITELIB}/certbot_apache/tests/testdata/centos7_apache/apache/httpd/conf.d/autoindex.conf
${PYSITELIB}/certbot_apache/tests/testdata/centos7_apache/apache/httpd/conf.d/centos.example.com.conf
@@ -233,12 +241,6 @@ ${PYSITELIB}/certbot_apache/tests/testdata/gentoo_apache/apache/apache2/vhosts.d
${PYSITELIB}/certbot_apache/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/gentoo.example.com.conf
${PYSITELIB}/certbot_apache/tests/testdata/gentoo_apache/apache/conf.d/apache2
${PYSITELIB}/certbot_apache/tests/testdata/gentoo_apache/apache/sites
-${PYSITELIB}/certbot_apache/tests/tls_sni_01_test.py
-${PYSITELIB}/certbot_apache/tests/tls_sni_01_test.pyc
-${PYSITELIB}/certbot_apache/tests/tls_sni_01_test.pyo
${PYSITELIB}/certbot_apache/tests/util.py
${PYSITELIB}/certbot_apache/tests/util.pyc
${PYSITELIB}/certbot_apache/tests/util.pyo
-${PYSITELIB}/certbot_apache/tls_sni_01.py
-${PYSITELIB}/certbot_apache/tls_sni_01.pyc
-${PYSITELIB}/certbot_apache/tls_sni_01.pyo
diff --git a/security/py-certbot-apache/distinfo b/security/py-certbot-apache/distinfo
index 9d625cadb63..36aad8c602e 100644
--- a/security/py-certbot-apache/distinfo
+++ b/security/py-certbot-apache/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-apache-0.32.0.tar.gz) = ccab29ebd57516f88c14a4ac981e2516cebf9ca3
-RMD160 (certbot-apache-0.32.0.tar.gz) = 3efedc5f82313d11938030d149e07c2776b93af1
-SHA512 (certbot-apache-0.32.0.tar.gz) = 7f2f625fd44c44e4aa2df932d648886fa7f35f5a75dbe734ec25877b4b83bff86a9b0b8e137cf4f6f6e7ecc5431aa3ba9347a40163e215144bf02ebb370b32a6
-Size (certbot-apache-0.32.0.tar.gz) = 163549 bytes
+SHA1 (certbot-apache-0.33.1.tar.gz) = cae83368da1d52126faee577df8a029cf86d007f
+RMD160 (certbot-apache-0.33.1.tar.gz) = e03727bc160bf2ffd2bf15a1927b65dc3150ea3c
+SHA512 (certbot-apache-0.33.1.tar.gz) = ecd4a24e7cdb67a046a9df24a9e477089a0b08e20de6876f3c488c90d8f4336340d8d21f679369eadba7b1b318220e26b7d010c35f51daf58b817632ada50b3d
+Size (certbot-apache-0.33.1.tar.gz) = 182811 bytes