pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Apr  8 15:48:31 UTC 2019

Modified Files:
        pkgsrc/security/py-acme: Makefile distinfo
        pkgsrc/security/py-certbot: Makefile PLIST distinfo
        pkgsrc/security/py-certbot-apache: Makefile PLIST distinfo
        pkgsrc/security/py-certbot-dns-luadns: Makefile distinfo
        pkgsrc/security/py-certbot-dns-nsone: Makefile distinfo
        pkgsrc/security/py-certbot-dns-ovh: Makefile distinfo
        pkgsrc/security/py-certbot-dns-rfc2136: Makefile distinfo
        pkgsrc/security/py-certbot-dns-route53: Makefile distinfo
        pkgsrc/security/py-certbot-dns-sakuracloud: Makefile distinfo
        pkgsrc/security/py-certbot-nginx: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/py-acme/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-acme/distinfo
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/py-certbot/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/py-certbot/PLIST
cvs rdiff -u -r1.30 -r1.31 pkgsrc/security/py-certbot/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-certbot-apache/Makefile \
    pkgsrc/security/py-certbot-apache/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-certbot-apache/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-certbot-dns-luadns/Makefile \
    pkgsrc/security/py-certbot-dns-luadns/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-certbot-dns-nsone/Makefile \
    pkgsrc/security/py-certbot-dns-nsone/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/py-certbot-dns-ovh/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-certbot-dns-ovh/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/py-certbot-dns-rfc2136/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-certbot-dns-rfc2136/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/py-certbot-dns-route53/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-certbot-dns-route53/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/py-certbot-dns-sakuracloud/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-certbot-dns-sakuracloud/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/py-certbot-nginx/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-certbot-nginx/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-certbot-nginx/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-acme/Makefile
diff -u pkgsrc/security/py-acme/Makefile:1.15 pkgsrc/security/py-acme/Makefile:1.16
--- pkgsrc/security/py-acme/Makefile:1.15       Sun Mar 10 15:23:50 2019
+++ pkgsrc/security/py-acme/Makefile    Mon Apr  8 15:48:30 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2019/03/10 15:23:50 adam Exp $
+# $NetBSD: Makefile,v 1.16 2019/04/08 15:48:30 adam Exp $
 
-DISTNAME=      acme-0.32.0
+DISTNAME=      acme-0.33.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/acme/}

Index: pkgsrc/security/py-acme/distinfo
diff -u pkgsrc/security/py-acme/distinfo:1.2 pkgsrc/security/py-acme/distinfo:1.3
--- pkgsrc/security/py-acme/distinfo:1.2        Sun Mar 10 15:23:50 2019
+++ pkgsrc/security/py-acme/distinfo    Mon Apr  8 15:48:30 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/03/10 15:23:50 adam Exp $
+$NetBSD: distinfo,v 1.3 2019/04/08 15:48:30 adam Exp $
 
-SHA1 (acme-0.32.0.tar.gz) = 567e41a30950ed19e0c825f51a1d1c7362583612
-RMD160 (acme-0.32.0.tar.gz) = 1280c615850376a2ce461e4b8f0313e7a4788149
-SHA512 (acme-0.32.0.tar.gz) = 6d2b248433c5a29370ff47218a4ac6104acc5b84620c56b553c3483955aac228e1bb763ec04d7fcdaf8304d8da2eef479bc1232cbad27121c10f86276aed7e94
-Size (acme-0.32.0.tar.gz) = 86489 bytes
+SHA1 (acme-0.33.1.tar.gz) = 7e628b0363fba52399730d3d8c41dd518fb158b1
+RMD160 (acme-0.33.1.tar.gz) = a9f651a53092de6592b5d628fb05db864dd943d4
+SHA512 (acme-0.33.1.tar.gz) = 17837af68a9edd410b6a036f7ba1d92a486eab235cdeb6941f9ee210eb7acc660acf8804f25640f1395f51b42be1892ac1701425301365e43d67f78520664e07
+Size (acme-0.33.1.tar.gz) = 86232 bytes

Index: pkgsrc/security/py-certbot/Makefile
diff -u pkgsrc/security/py-certbot/Makefile:1.11 pkgsrc/security/py-certbot/Makefile:1.12
--- pkgsrc/security/py-certbot/Makefile:1.11    Sun Mar 10 15:23:50 2019
+++ pkgsrc/security/py-certbot/Makefile Mon Apr  8 15:48:31 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2019/03/10 15:23:50 adam Exp $
+# $NetBSD: Makefile,v 1.12 2019/04/08 15:48:31 adam Exp $
 
-DISTNAME=      certbot-0.32.0
+DISTNAME=      certbot-0.33.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/certbot/}

Index: pkgsrc/security/py-certbot/PLIST
diff -u pkgsrc/security/py-certbot/PLIST:1.16 pkgsrc/security/py-certbot/PLIST:1.17
--- pkgsrc/security/py-certbot/PLIST:1.16       Sun Mar 10 15:23:51 2019
+++ pkgsrc/security/py-certbot/PLIST    Mon Apr  8 15:48:31 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2019/03/10 15:23:51 adam Exp $
+@comment $NetBSD: PLIST,v 1.17 2019/04/08 15:48:31 adam Exp $
 bin/certbot-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -27,9 +27,12 @@ ${PYSITELIB}/certbot/cli.pyo
 ${PYSITELIB}/certbot/client.py
 ${PYSITELIB}/certbot/client.pyc
 ${PYSITELIB}/certbot/client.pyo
-${PYSITELIB}/certbot/compat.py
-${PYSITELIB}/certbot/compat.pyc
-${PYSITELIB}/certbot/compat.pyo
+${PYSITELIB}/certbot/compat/__init__.py
+${PYSITELIB}/certbot/compat/__init__.pyc
+${PYSITELIB}/certbot/compat/__init__.pyo
+${PYSITELIB}/certbot/compat/misc.py
+${PYSITELIB}/certbot/compat/misc.pyc
+${PYSITELIB}/certbot/compat/misc.pyo
 ${PYSITELIB}/certbot/configuration.py
 ${PYSITELIB}/certbot/configuration.pyc
 ${PYSITELIB}/certbot/configuration.pyo

Index: pkgsrc/security/py-certbot/distinfo
diff -u pkgsrc/security/py-certbot/distinfo:1.30 pkgsrc/security/py-certbot/distinfo:1.31
--- pkgsrc/security/py-certbot/distinfo:1.30    Sun Mar 10 15:23:51 2019
+++ pkgsrc/security/py-certbot/distinfo Mon Apr  8 15:48:31 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.30 2019/03/10 15:23:51 adam Exp $
+$NetBSD: distinfo,v 1.31 2019/04/08 15:48:31 adam Exp $
 
-SHA1 (certbot-0.32.0.tar.gz) = 6b3ec43bfd859e2a8b156d04e71be2b44ee47509
-RMD160 (certbot-0.32.0.tar.gz) = 57de570d38199567a0931a6251a59213d54a3978
-SHA512 (certbot-0.32.0.tar.gz) = bd5c7748c3fd801f8bd531f4545eb83cd3d75a6d93c7dc0d0975a7d2236250d4773ddfcb38e1f1a65d3bbb56333517b9f30628a92edfa4d10ba044eb0f9e1809
-Size (certbot-0.32.0.tar.gz) = 341257 bytes
+SHA1 (certbot-0.33.1.tar.gz) = f9da76f7ff98df0057358f99b6b728db39f4b6ef
+RMD160 (certbot-0.33.1.tar.gz) = d1904c00d0cf7e54a70994ffb79798d148eb1ee6
+SHA512 (certbot-0.33.1.tar.gz) = 49e7e0b8a77f81620d54bd003fc6f83b54eac7d28e4784970651d499aa124ab92f3d61232fc48b9c06d596a388d13bf0504e8d8a5de985d08318a844e497be23
+Size (certbot-0.33.1.tar.gz) = 342753 bytes

Index: pkgsrc/security/py-certbot-apache/Makefile
diff -u pkgsrc/security/py-certbot-apache/Makefile:1.2 pkgsrc/security/py-certbot-apache/Makefile:1.3
--- pkgsrc/security/py-certbot-apache/Makefile:1.2      Sun Mar 10 15:23:51 2019
+++ pkgsrc/security/py-certbot-apache/Makefile  Mon Apr  8 15:48:31 2019
@@ -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/}
Index: pkgsrc/security/py-certbot-apache/distinfo
diff -u pkgsrc/security/py-certbot-apache/distinfo:1.2 pkgsrc/security/py-certbot-apache/distinfo:1.3
--- pkgsrc/security/py-certbot-apache/distinfo:1.2      Sun Mar 10 15:23:51 2019
+++ pkgsrc/security/py-certbot-apache/distinfo  Mon Apr  8 15:48:31 2019
@@ -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

Index: pkgsrc/security/py-certbot-apache/PLIST
diff -u pkgsrc/security/py-certbot-apache/PLIST:1.1 pkgsrc/security/py-certbot-apache/PLIST:1.2
--- pkgsrc/security/py-certbot-apache/PLIST:1.1 Tue Feb 12 12:57:19 2019
+++ pkgsrc/security/py-certbot-apache/PLIST     Mon Apr  8 15:48:31 2019
@@ -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
 ${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_te
 ${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/testda
 ${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

Index: pkgsrc/security/py-certbot-dns-luadns/Makefile
diff -u pkgsrc/security/py-certbot-dns-luadns/Makefile:1.2 pkgsrc/security/py-certbot-dns-luadns/Makefile:1.3
--- pkgsrc/security/py-certbot-dns-luadns/Makefile:1.2  Sun Mar 10 15:23:51 2019
+++ pkgsrc/security/py-certbot-dns-luadns/Makefile      Mon Apr  8 15:48:31 2019
@@ -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-dns-luadns-0.32.0
+DISTNAME=      certbot-dns-luadns-0.33.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/certbot-dns-luadns/}
Index: pkgsrc/security/py-certbot-dns-luadns/distinfo
diff -u pkgsrc/security/py-certbot-dns-luadns/distinfo:1.2 pkgsrc/security/py-certbot-dns-luadns/distinfo:1.3
--- pkgsrc/security/py-certbot-dns-luadns/distinfo:1.2  Sun Mar 10 15:23:51 2019
+++ pkgsrc/security/py-certbot-dns-luadns/distinfo      Mon Apr  8 15:48:31 2019
@@ -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-dns-luadns-0.32.0.tar.gz) = bf4b81566d00996148b97cb01ead2981ba1a9e2b
-RMD160 (certbot-dns-luadns-0.32.0.tar.gz) = 1397aa226951dc4c4931126cbcd58fd42d104fe6
-SHA512 (certbot-dns-luadns-0.32.0.tar.gz) = 079e948e9de1bc6cb48bbd016c830273d2f5c1903469e2cff7e2876f738cc73cdd6d32ef42540bea274945a4dcd394616756b02fa01fc6839fc755f4d6c7f363
-Size (certbot-dns-luadns-0.32.0.tar.gz) = 11338 bytes
+SHA1 (certbot-dns-luadns-0.33.1.tar.gz) = 17be2df3889a458ac01cb0eefe240ea8a6c05adc
+RMD160 (certbot-dns-luadns-0.33.1.tar.gz) = 713d511a63c0e9822da591ee3b1e52b67b5830f1
+SHA512 (certbot-dns-luadns-0.33.1.tar.gz) = c0286c69d61d6cee1d5644f19cf77060c861f5050ecc459b3e824ee57b3352ebed739813409eab6991c1f0a7dcdf102006e38f75e85c1a643a64afb7a1e14b37
+Size (certbot-dns-luadns-0.33.1.tar.gz) = 11617 bytes

Index: pkgsrc/security/py-certbot-dns-nsone/Makefile
diff -u pkgsrc/security/py-certbot-dns-nsone/Makefile:1.2 pkgsrc/security/py-certbot-dns-nsone/Makefile:1.3
--- pkgsrc/security/py-certbot-dns-nsone/Makefile:1.2   Sun Mar 10 15:23:51 2019
+++ pkgsrc/security/py-certbot-dns-nsone/Makefile       Mon Apr  8 15:48:31 2019
@@ -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-dns-nsone-0.32.0
+DISTNAME=      certbot-dns-nsone-0.33.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/certbot-dns-nsone/}
Index: pkgsrc/security/py-certbot-dns-nsone/distinfo
diff -u pkgsrc/security/py-certbot-dns-nsone/distinfo:1.2 pkgsrc/security/py-certbot-dns-nsone/distinfo:1.3
--- pkgsrc/security/py-certbot-dns-nsone/distinfo:1.2   Sun Mar 10 15:23:51 2019
+++ pkgsrc/security/py-certbot-dns-nsone/distinfo       Mon Apr  8 15:48:31 2019
@@ -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-dns-nsone-0.32.0.tar.gz) = ef86ba896b5288a4a96fca99225328ae76334d71
-RMD160 (certbot-dns-nsone-0.32.0.tar.gz) = e56425ab0ef60b26d44f9b8866384997f8dc3dbb
-SHA512 (certbot-dns-nsone-0.32.0.tar.gz) = 131a98b25bba69e3964347483ddcb23a4aa2d6d5620b2809e2b75f36732275a959de6659bed5db91642a228f05233b2b537c578c84f9cef286a465dd3082a62e
-Size (certbot-dns-nsone-0.32.0.tar.gz) = 11377 bytes
+SHA1 (certbot-dns-nsone-0.33.1.tar.gz) = 65dc665c33b5a41730b92f4c8461924292dfb372
+RMD160 (certbot-dns-nsone-0.33.1.tar.gz) = 55371e0ddb5ec4522e584ec9f1bfb6331196f1bd
+SHA512 (certbot-dns-nsone-0.33.1.tar.gz) = a207a894b9bcd0de20a9af0b8cf8fbcae647d4d8af883edb24585bef4aec92845cb499d3d0f9bf2688ae18a7fd688872868a7089728f75f5b4ad02d35be2791d
+Size (certbot-dns-nsone-0.33.1.tar.gz) = 11369 bytes

Index: pkgsrc/security/py-certbot-dns-ovh/Makefile
diff -u pkgsrc/security/py-certbot-dns-ovh/Makefile:1.3 pkgsrc/security/py-certbot-dns-ovh/Makefile:1.4
--- pkgsrc/security/py-certbot-dns-ovh/Makefile:1.3     Sun Mar 10 15:23:51 2019
+++ pkgsrc/security/py-certbot-dns-ovh/Makefile Mon Apr  8 15:48:31 2019
@@ -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-dns-ovh-0.32.0
+DISTNAME=      certbot-dns-ovh-0.33.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/certbot-dns-ovh/}

Index: pkgsrc/security/py-certbot-dns-ovh/distinfo
diff -u pkgsrc/security/py-certbot-dns-ovh/distinfo:1.2 pkgsrc/security/py-certbot-dns-ovh/distinfo:1.3
--- pkgsrc/security/py-certbot-dns-ovh/distinfo:1.2     Sun Mar 10 15:23:51 2019
+++ pkgsrc/security/py-certbot-dns-ovh/distinfo Mon Apr  8 15:48:31 2019
@@ -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-dns-ovh-0.32.0.tar.gz) = 6673aa532ea22414da73eb710e249710515960f2
-RMD160 (certbot-dns-ovh-0.32.0.tar.gz) = a05fb596ce60c11a22664daf5812df110836ed98
-SHA512 (certbot-dns-ovh-0.32.0.tar.gz) = 3e94710407a76742fa31964a66875d469f1dd61205dea1c85d643d1a2acd6a30b2b1e5580a3aa1e9fe6fd704327da679ad0cfc265531738c9b50a3ff12c9616c
-Size (certbot-dns-ovh-0.32.0.tar.gz) = 11844 bytes
+SHA1 (certbot-dns-ovh-0.33.1.tar.gz) = 41372afbd7931ad762971275f69f9e1b75a0fb7a
+RMD160 (certbot-dns-ovh-0.33.1.tar.gz) = a817deee4cb7e4acc1ea2362f2d322dfcf1d0f1c
+SHA512 (certbot-dns-ovh-0.33.1.tar.gz) = 99daf7801b74f6fa01cd0884febc704ed505446832c01e1a3bb4f4ef28ccb5bda2e323014da09a8a4b4a6c02adab2e7e6acffa34c2cb98f8ba019f34055b5dbe
+Size (certbot-dns-ovh-0.33.1.tar.gz) = 11674 bytes

Index: pkgsrc/security/py-certbot-dns-rfc2136/Makefile
diff -u pkgsrc/security/py-certbot-dns-rfc2136/Makefile:1.4 pkgsrc/security/py-certbot-dns-rfc2136/Makefile:1.5
--- pkgsrc/security/py-certbot-dns-rfc2136/Makefile:1.4 Sun Mar 10 15:23:51 2019
+++ pkgsrc/security/py-certbot-dns-rfc2136/Makefile     Mon Apr  8 15:48:31 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2019/03/10 15:23:51 adam Exp $
+# $NetBSD: Makefile,v 1.5 2019/04/08 15:48:31 adam Exp $
 
-DISTNAME=      certbot-dns-rfc2136-0.32.0
+DISTNAME=      certbot-dns-rfc2136-0.33.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/certbot-dns-rfc2136/}

Index: pkgsrc/security/py-certbot-dns-rfc2136/distinfo
diff -u pkgsrc/security/py-certbot-dns-rfc2136/distinfo:1.2 pkgsrc/security/py-certbot-dns-rfc2136/distinfo:1.3
--- pkgsrc/security/py-certbot-dns-rfc2136/distinfo:1.2 Sun Mar 10 15:23:51 2019
+++ pkgsrc/security/py-certbot-dns-rfc2136/distinfo     Mon Apr  8 15:48:31 2019
@@ -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-dns-rfc2136-0.32.0.tar.gz) = a039b2413907c0285c7d6a2666da7e0dad1f5029
-RMD160 (certbot-dns-rfc2136-0.32.0.tar.gz) = dd9836229a5cfaa526cc1edfd1d7a8cdade74d0b
-SHA512 (certbot-dns-rfc2136-0.32.0.tar.gz) = 796b19dabceb4ffb00680a71ca21ac738d499d1adb2371c4dbc0bcdc3861174d80cb9d484c961ec59e8327b6027d2fc7d48817e14bc87cedc844027174070ce8
-Size (certbot-dns-rfc2136-0.32.0.tar.gz) = 13960 bytes
+SHA1 (certbot-dns-rfc2136-0.33.1.tar.gz) = a1a0b5a0f000381eccb7f1129b6fe4dd8c9f4e28
+RMD160 (certbot-dns-rfc2136-0.33.1.tar.gz) = f3dffc542d069140847b8075259beeba35dd34cd
+SHA512 (certbot-dns-rfc2136-0.33.1.tar.gz) = a8e959e26b81bf1606014d224179da31e362fae3b1d2287358ca9709e296fdc3c2026d750fb9ef38756c67d08d0b8782d3c7ef3065e6021b614a4649e0a0abdb
+Size (certbot-dns-rfc2136-0.33.1.tar.gz) = 13671 bytes

Index: pkgsrc/security/py-certbot-dns-route53/Makefile
diff -u pkgsrc/security/py-certbot-dns-route53/Makefile:1.3 pkgsrc/security/py-certbot-dns-route53/Makefile:1.4
--- pkgsrc/security/py-certbot-dns-route53/Makefile:1.3 Sun Mar 10 15:23:51 2019
+++ pkgsrc/security/py-certbot-dns-route53/Makefile     Mon Apr  8 15:48:31 2019
@@ -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-dns-route53-0.32.0
+DISTNAME=      certbot-dns-route53-0.33.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/certbot/certbot-dns-route53/}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/certbot-dns-route53/}

Index: pkgsrc/security/py-certbot-dns-route53/distinfo
diff -u pkgsrc/security/py-certbot-dns-route53/distinfo:1.2 pkgsrc/security/py-certbot-dns-route53/distinfo:1.3
--- pkgsrc/security/py-certbot-dns-route53/distinfo:1.2 Sun Mar 10 15:23:51 2019
+++ pkgsrc/security/py-certbot-dns-route53/distinfo     Mon Apr  8 15:48:31 2019
@@ -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-dns-route53-0.32.0.tar.gz) = b281225e11c4a5ff8a232797c928f6a08e4ea08d
-RMD160 (certbot-dns-route53-0.32.0.tar.gz) = 0909bd86a38843f35e450cc494df5cc850984b07
-SHA512 (certbot-dns-route53-0.32.0.tar.gz) = a7120a05855d6e90698154f70b9f68542df41d6a69a67a455eda5c0d67034e81f4e6b82cbbd8308d270e658ea0fb996668481227f78ce299362c0c97193c62f2
-Size (certbot-dns-route53-0.32.0.tar.gz) = 14162 bytes
+SHA1 (certbot-dns-route53-0.33.1.tar.gz) = 6774311264f2338641b3fdddff9b5596a0e18b53
+RMD160 (certbot-dns-route53-0.33.1.tar.gz) = 0777de551e755ce767f02830b9a568608f656b95
+SHA512 (certbot-dns-route53-0.33.1.tar.gz) = 24e35d11731f5a728d92f19669df69ec0e21fb3d2f48597ce2255ccefc2695c4d0b5344afc1ccc668c3a5e1063428c2d7f434073e884da1a784f4002fe0682b5
+Size (certbot-dns-route53-0.33.1.tar.gz) = 14500 bytes

Index: pkgsrc/security/py-certbot-dns-sakuracloud/Makefile
diff -u pkgsrc/security/py-certbot-dns-sakuracloud/Makefile:1.3 pkgsrc/security/py-certbot-dns-sakuracloud/Makefile:1.4
--- pkgsrc/security/py-certbot-dns-sakuracloud/Makefile:1.3     Sun Mar 10 15:23:51 2019
+++ pkgsrc/security/py-certbot-dns-sakuracloud/Makefile Mon Apr  8 15:48:31 2019
@@ -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-dns-sakuracloud-0.32.0
+DISTNAME=      certbot-dns-sakuracloud-0.33.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/certbot-dns-sakuracloud/}

Index: pkgsrc/security/py-certbot-dns-sakuracloud/distinfo
diff -u pkgsrc/security/py-certbot-dns-sakuracloud/distinfo:1.2 pkgsrc/security/py-certbot-dns-sakuracloud/distinfo:1.3
--- pkgsrc/security/py-certbot-dns-sakuracloud/distinfo:1.2     Sun Mar 10 15:23:51 2019
+++ pkgsrc/security/py-certbot-dns-sakuracloud/distinfo Mon Apr  8 15:48:31 2019
@@ -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-dns-sakuracloud-0.32.0.tar.gz) = de1e3454b47770783c50df0ec49dc86e2d31ee40
-RMD160 (certbot-dns-sakuracloud-0.32.0.tar.gz) = 434ec6008282a5d015c0e8713f31e33bbd352f65
-SHA512 (certbot-dns-sakuracloud-0.32.0.tar.gz) = f3386ec04e5be9acddeef7e84899af5e580bac2ce0a5bef87545307de813f504a31adb1661182e25cd66553d451e3443037fb640fae68db19198db8adb1bda73
-Size (certbot-dns-sakuracloud-0.32.0.tar.gz) = 11307 bytes
+SHA1 (certbot-dns-sakuracloud-0.33.1.tar.gz) = 0cef542a598c12953a2a051c3eb0cfea90b8507e
+RMD160 (certbot-dns-sakuracloud-0.33.1.tar.gz) = 6663d7c9acbb946288202c2a6ba5c9d933d66987
+SHA512 (certbot-dns-sakuracloud-0.33.1.tar.gz) = 17757b19c7e58cc19b87daf5d23a854d4eefbfca26e613240af625953635527cda7d71af8d329dd5ebb7e97b9e10b217a3ac43f4a1743399ff80ab3ad577c773
+Size (certbot-dns-sakuracloud-0.33.1.tar.gz) = 11590 bytes

Index: pkgsrc/security/py-certbot-nginx/Makefile
diff -u pkgsrc/security/py-certbot-nginx/Makefile:1.3 pkgsrc/security/py-certbot-nginx/Makefile:1.4
--- pkgsrc/security/py-certbot-nginx/Makefile:1.3       Sun Mar 10 15:23:51 2019
+++ pkgsrc/security/py-certbot-nginx/Makefile   Mon Apr  8 15:48:31 2019
@@ -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/}

Index: pkgsrc/security/py-certbot-nginx/PLIST
diff -u pkgsrc/security/py-certbot-nginx/PLIST:1.1 pkgsrc/security/py-certbot-nginx/PLIST:1.2
--- pkgsrc/security/py-certbot-nginx/PLIST:1.1  Tue Jan 15 12:05:47 2019
+++ pkgsrc/security/py-certbot-nginx/PLIST      Mon Apr  8 15:48:31 2019
@@ -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
 ${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/testdat
 ${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

Index: pkgsrc/security/py-certbot-nginx/distinfo
diff -u pkgsrc/security/py-certbot-nginx/distinfo:1.2 pkgsrc/security/py-certbot-nginx/distinfo:1.3
--- pkgsrc/security/py-certbot-nginx/distinfo:1.2       Sun Mar 10 15:23:51 2019
+++ pkgsrc/security/py-certbot-nginx/distinfo   Mon Apr  8 15:48:31 2019
@@ -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



Home | Main Index | Thread Index | Old Index