pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security py-acme, py-cerbot*: updated to 0.34.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/2d7855ad8d84
branches: trunk
changeset: 333445:2d7855ad8d84
user: adam <adam%pkgsrc.org@localhost>
date: Tue May 07 08:50:36 2019 +0000
description:
py-acme,py-cerbot*: updated to 0.34.1
0.34.1:
Fixed
certbot-auto no longer prints a blank line when there are no permissions problems.
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.
More details about these changes can be found on our GitHub repo.
0.34.0:
Changed
Apache plugin now tries to restart httpd on Fedora using systemctl if a configuration test error is detected. This has to be done due to the way Fedora now generates the self signed certificate files
upon first restart.
Updated Certbot and its plugins to improve the handling of file system permissions on Windows as a step towards adding proper Windows support to Certbot.
Updated urllib3 to 1.24.2 in certbot-auto.
Removed the fallback introduced with 0.32.0 in acme to retry a challenge response with a keyAuthorization if sending the response without this field caused a malformed error to be received from the
ACME server.
Linode DNS plugin now supports api keys created from their new panel at cloud.linode.com
Adding a warning noting that future versions of Certbot will automatically configure the webserver so that all requests redirect to secure HTTPS access. You can control this behavior and disable this
warning with the --redirect and --no-redirect flags.
certbot-auto now prints warnings when run as root with insecure file system permissions. If you see these messages, you should fix the problem by following the instructions at
https://community.letsencrypt.org/t/certbot-auto-deployment-best-practices/91979/, however, these warnings can be disabled as necessary with the flag --no-permissions-check.
acme module uses now a POST-as-GET request to retrieve the registration from an ACME v2 server
Convert the tsig algorithm specified in the certbot_dns_rfc2136 configuration file to all uppercase letters before validating. This makes the value in the config case insensitive.
diffstat:
security/py-acme/Makefile | 6 +++---
security/py-acme/distinfo | 10 +++++-----
security/py-certbot-apache/Makefile | 8 ++++----
security/py-certbot-apache/PLIST | 8 +++++++-
security/py-certbot-apache/distinfo | 10 +++++-----
security/py-certbot-dns-luadns/Makefile | 6 +++---
security/py-certbot-dns-luadns/distinfo | 10 +++++-----
security/py-certbot-dns-nsone/Makefile | 6 +++---
security/py-certbot-dns-nsone/distinfo | 10 +++++-----
security/py-certbot-dns-ovh/Makefile | 8 ++++----
security/py-certbot-dns-ovh/distinfo | 10 +++++-----
security/py-certbot-dns-rfc2136/Makefile | 8 ++++----
security/py-certbot-dns-rfc2136/distinfo | 10 +++++-----
security/py-certbot-dns-route53/Makefile | 8 ++++----
security/py-certbot-dns-route53/distinfo | 10 +++++-----
security/py-certbot-dns-sakuracloud/Makefile | 8 ++++----
security/py-certbot-dns-sakuracloud/distinfo | 10 +++++-----
security/py-certbot-nginx/Makefile | 8 ++++----
security/py-certbot-nginx/distinfo | 10 +++++-----
security/py-certbot/Makefile | 6 +++---
security/py-certbot/PLIST | 14 ++++++++++----
security/py-certbot/distinfo | 10 +++++-----
22 files changed, 103 insertions(+), 91 deletions(-)
diffs (truncated from 438 to 300 lines):
diff -r 51d142be3468 -r 2d7855ad8d84 security/py-acme/Makefile
--- a/security/py-acme/Makefile Tue May 07 08:47:13 2019 +0000
+++ b/security/py-acme/Makefile Tue May 07 08:50:36 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2019/04/08 15:48:30 adam Exp $
+# $NetBSD: Makefile,v 1.17 2019/05/07 08:50:36 adam Exp $
-DISTNAME= acme-0.33.1
+DISTNAME= acme-0.34.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/acme/}
@@ -19,7 +19,7 @@
DEPENDS+= ${PYPKGPREFIX}-requests-toolbelt>=0.3.0:../../devel/py-requests-toolbelt
DEPENDS+= ${PYPKGPREFIX}-rfc3339-[0-9]*:../../time/py-rfc3339
DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-DEPENDS+= ${PYPKGPREFIX}-six>1.9.0:../../lang/py-six
+DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
diff -r 51d142be3468 -r 2d7855ad8d84 security/py-acme/distinfo
--- a/security/py-acme/distinfo Tue May 07 08:47:13 2019 +0000
+++ b/security/py-acme/distinfo Tue May 07 08:50:36 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/04/08 15:48:30 adam Exp $
+$NetBSD: distinfo,v 1.4 2019/05/07 08:50:36 adam Exp $
-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
+SHA1 (acme-0.34.1.tar.gz) = 244f4e73a6f019d27283ecdc44ea3fbe96a11e9a
+RMD160 (acme-0.34.1.tar.gz) = b26c0fb55331fda5f8964bb76b1126268e9a8add
+SHA512 (acme-0.34.1.tar.gz) = 67111f9322ebadbbf3fb277f76d7c6904b84dd227fb1c73c11edb3b06eacd6390237de02b7a0bfc37bb74b0b09944656458654032d0d65c107e0c432dae44f60
+Size (acme-0.34.1.tar.gz) = 85979 bytes
diff -r 51d142be3468 -r 2d7855ad8d84 security/py-certbot-apache/Makefile
--- a/security/py-certbot-apache/Makefile Tue May 07 08:47:13 2019 +0000
+++ b/security/py-certbot-apache/Makefile Tue May 07 08:50:36 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2019/04/08 15:48:31 adam Exp $
+# $NetBSD: Makefile,v 1.4 2019/05/07 08:50:36 adam Exp $
-DISTNAME= certbot-apache-0.33.1
+DISTNAME= certbot-apache-0.34.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/certbot-apache/}
@@ -10,9 +10,9 @@
HOMEPAGE= https://github.com/certbot/certbot
LICENSE= apache-2.0
-DEPENDS+= ${PYPKGPREFIX}-acme>=0.25.0:../../security/py-acme
+DEPENDS+= ${PYPKGPREFIX}-acme>=0.29.0:../../security/py-acme
DEPENDS+= ${PYPKGPREFIX}-augeas-[0-9]*:../../sysutils/py-augeas
-DEPENDS+= ${PYPKGPREFIX}-certbot>=0.26.0:../../security/py-certbot
+DEPENDS+= ${PYPKGPREFIX}-certbot>=0.34.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 -r 51d142be3468 -r 2d7855ad8d84 security/py-certbot-apache/PLIST
--- a/security/py-certbot-apache/PLIST Tue May 07 08:47:13 2019 +0000
+++ b/security/py-certbot-apache/PLIST Tue May 07 08:50:36 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2019/04/08 15:48:31 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/05/07 08:50:36 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -47,6 +47,9 @@
${PYSITELIB}/certbot_apache/override_debian.py
${PYSITELIB}/certbot_apache/override_debian.pyc
${PYSITELIB}/certbot_apache/override_debian.pyo
+${PYSITELIB}/certbot_apache/override_fedora.py
+${PYSITELIB}/certbot_apache/override_fedora.pyc
+${PYSITELIB}/certbot_apache/override_fedora.pyo
${PYSITELIB}/certbot_apache/override_gentoo.py
${PYSITELIB}/certbot_apache/override_gentoo.pyc
${PYSITELIB}/certbot_apache/override_gentoo.pyo
@@ -86,6 +89,9 @@
${PYSITELIB}/certbot_apache/tests/entrypoint_test.py
${PYSITELIB}/certbot_apache/tests/entrypoint_test.pyc
${PYSITELIB}/certbot_apache/tests/entrypoint_test.pyo
+${PYSITELIB}/certbot_apache/tests/fedora_test.py
+${PYSITELIB}/certbot_apache/tests/fedora_test.pyc
+${PYSITELIB}/certbot_apache/tests/fedora_test.pyo
${PYSITELIB}/certbot_apache/tests/gentoo_test.py
${PYSITELIB}/certbot_apache/tests/gentoo_test.pyc
${PYSITELIB}/certbot_apache/tests/gentoo_test.pyo
diff -r 51d142be3468 -r 2d7855ad8d84 security/py-certbot-apache/distinfo
--- a/security/py-certbot-apache/distinfo Tue May 07 08:47:13 2019 +0000
+++ b/security/py-certbot-apache/distinfo Tue May 07 08:50:36 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/04/08 15:48:31 adam Exp $
+$NetBSD: distinfo,v 1.4 2019/05/07 08:50:36 adam Exp $
-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
+SHA1 (certbot-apache-0.34.1.tar.gz) = a8fb5419efe3c76b2f05444e2a6a3726b3b93f42
+RMD160 (certbot-apache-0.34.1.tar.gz) = d86448d7fe4332bbd86e67929492c7bf57b3c8f0
+SHA512 (certbot-apache-0.34.1.tar.gz) = 6394be07952fa60ffb7f1380e31a56ce65fd79447e1bd06ba8af04b4a4c0dd0ccb8f935204973388281428b04d66a1ad70a650ba776c1eecb00e3c594936fcfa
+Size (certbot-apache-0.34.1.tar.gz) = 180488 bytes
diff -r 51d142be3468 -r 2d7855ad8d84 security/py-certbot-dns-luadns/Makefile
--- a/security/py-certbot-dns-luadns/Makefile Tue May 07 08:47:13 2019 +0000
+++ b/security/py-certbot-dns-luadns/Makefile Tue May 07 08:50:36 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2019/04/08 15:48:31 adam Exp $
+# $NetBSD: Makefile,v 1.4 2019/05/07 08:50:36 adam Exp $
-DISTNAME= certbot-dns-luadns-0.33.1
+DISTNAME= certbot-dns-luadns-0.34.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/certbot-dns-luadns/}
@@ -11,7 +11,7 @@
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-acme>=0.31.0:../../security/py-acme
-DEPENDS+= ${PYPKGPREFIX}-certbot>=0.31.0:../../security/py-certbot
+DEPENDS+= ${PYPKGPREFIX}-certbot>=0.34.0:../../security/py-certbot
DEPENDS+= ${PYPKGPREFIX}-lexicon>=2.2.1:../../net/py-lexicon
DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
diff -r 51d142be3468 -r 2d7855ad8d84 security/py-certbot-dns-luadns/distinfo
--- a/security/py-certbot-dns-luadns/distinfo Tue May 07 08:47:13 2019 +0000
+++ b/security/py-certbot-dns-luadns/distinfo Tue May 07 08:50:36 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/04/08 15:48:31 adam Exp $
+$NetBSD: distinfo,v 1.4 2019/05/07 08:50:36 adam Exp $
-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
+SHA1 (certbot-dns-luadns-0.34.1.tar.gz) = 839c7a1db5734033d25dd73f1559ff64757d3ab7
+RMD160 (certbot-dns-luadns-0.34.1.tar.gz) = 16c218aca67281c7425eda35d4e1d1fb9a56dd25
+SHA512 (certbot-dns-luadns-0.34.1.tar.gz) = 8889ddeab460acc77a12c07d58cb6f38f91cdc16c8d79a271c55a72389a5decb6e66b93a076d9fd4188d6f1fea5170799f2d5ca60b5f962aa8a91933403056cd
+Size (certbot-dns-luadns-0.34.1.tar.gz) = 11354 bytes
diff -r 51d142be3468 -r 2d7855ad8d84 security/py-certbot-dns-nsone/Makefile
--- a/security/py-certbot-dns-nsone/Makefile Tue May 07 08:47:13 2019 +0000
+++ b/security/py-certbot-dns-nsone/Makefile Tue May 07 08:50:36 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2019/04/08 15:48:31 adam Exp $
+# $NetBSD: Makefile,v 1.4 2019/05/07 08:50:36 adam Exp $
-DISTNAME= certbot-dns-nsone-0.33.1
+DISTNAME= certbot-dns-nsone-0.34.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/certbot-dns-nsone/}
@@ -11,7 +11,7 @@
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-acme>=0.31.0:../../security/py-acme
-DEPENDS+= ${PYPKGPREFIX}-certbot>=0.31.0:../../security/py-certbot
+DEPENDS+= ${PYPKGPREFIX}-certbot>=0.34.0:../../security/py-certbot
DEPENDS+= ${PYPKGPREFIX}-lexicon>=2.2.1:../../net/py-lexicon
DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
diff -r 51d142be3468 -r 2d7855ad8d84 security/py-certbot-dns-nsone/distinfo
--- a/security/py-certbot-dns-nsone/distinfo Tue May 07 08:47:13 2019 +0000
+++ b/security/py-certbot-dns-nsone/distinfo Tue May 07 08:50:36 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/04/08 15:48:31 adam Exp $
+$NetBSD: distinfo,v 1.4 2019/05/07 08:50:36 adam Exp $
-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
+SHA1 (certbot-dns-nsone-0.34.1.tar.gz) = 995a2dd1de88dd2dea2d2e5deca07c2b142c9e7d
+RMD160 (certbot-dns-nsone-0.34.1.tar.gz) = 44248cd3e5d94cd68335d98cfe22b4cea35adcff
+SHA512 (certbot-dns-nsone-0.34.1.tar.gz) = c0a4e228b4846b172f3f6fdc18bc93c8507e67f96c046b673cd1a9daef4729281971423edab620f7c3b7d09c00379b1fdd6eb2f7dee434dcc00f76c0a135a50b
+Size (certbot-dns-nsone-0.34.1.tar.gz) = 11385 bytes
diff -r 51d142be3468 -r 2d7855ad8d84 security/py-certbot-dns-ovh/Makefile
--- a/security/py-certbot-dns-ovh/Makefile Tue May 07 08:47:13 2019 +0000
+++ b/security/py-certbot-dns-ovh/Makefile Tue May 07 08:50:36 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2019/04/08 15:48:31 adam Exp $
+# $NetBSD: Makefile,v 1.5 2019/05/07 08:50:36 adam Exp $
-DISTNAME= certbot-dns-ovh-0.33.1
+DISTNAME= certbot-dns-ovh-0.34.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/certbot-dns-ovh/}
@@ -11,8 +11,8 @@
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-acme>=0.31.0:../../security/py-acme
-DEPENDS+= ${PYPKGPREFIX}-certbot>=0.31.0:../../security/py-certbot
-DEPENDS+= ${PYPKGPREFIX}-lexicon-[0-9]*:../../net/py-lexicon
+DEPENDS+= ${PYPKGPREFIX}-certbot>=0.34.0:../../security/py-certbot
+DEPENDS+= ${PYPKGPREFIX}-lexicon>=2.7.14:../../net/py-lexicon
DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
diff -r 51d142be3468 -r 2d7855ad8d84 security/py-certbot-dns-ovh/distinfo
--- a/security/py-certbot-dns-ovh/distinfo Tue May 07 08:47:13 2019 +0000
+++ b/security/py-certbot-dns-ovh/distinfo Tue May 07 08:50:36 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/04/08 15:48:31 adam Exp $
+$NetBSD: distinfo,v 1.4 2019/05/07 08:50:36 adam Exp $
-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
+SHA1 (certbot-dns-ovh-0.34.1.tar.gz) = 3dcd87311bd84ec8971af238c9423cf621d2ca91
+RMD160 (certbot-dns-ovh-0.34.1.tar.gz) = 0f230a8458153f6be300d9155d92bbc863bdf88f
+SHA512 (certbot-dns-ovh-0.34.1.tar.gz) = fdfc61e0ee9f36f80fe4896c97d83cd6dda455dbf55df7791d2bc122db50a1ba49b89dc1569d4a8de73ffb9daecafa89c3a247d11ce4a32f184b8892eb87c8ac
+Size (certbot-dns-ovh-0.34.1.tar.gz) = 11864 bytes
diff -r 51d142be3468 -r 2d7855ad8d84 security/py-certbot-dns-rfc2136/Makefile
--- a/security/py-certbot-dns-rfc2136/Makefile Tue May 07 08:47:13 2019 +0000
+++ b/security/py-certbot-dns-rfc2136/Makefile Tue May 07 08:50:36 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2019/04/08 15:48:31 adam Exp $
+# $NetBSD: Makefile,v 1.6 2019/05/07 08:50:36 adam Exp $
-DISTNAME= certbot-dns-rfc2136-0.33.1
+DISTNAME= certbot-dns-rfc2136-0.34.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/certbot-dns-rfc2136/}
@@ -10,8 +10,8 @@
HOMEPAGE= https://github.com/certbot/certbot
LICENSE= apache-2.0
-DEPENDS+= ${PYPKGPREFIX}-acme>=0.21.1:../../security/py-acme
-DEPENDS+= ${PYPKGPREFIX}-certbot>=0.21.1:../../security/py-certbot
+DEPENDS+= ${PYPKGPREFIX}-acme>=0.29.0:../../security/py-acme
+DEPENDS+= ${PYPKGPREFIX}-certbot>=0.34.0:../../security/py-certbot
DEPENDS+= ${PYPKGPREFIX}-dns-[0-9]*:../../net/py-dns
DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
diff -r 51d142be3468 -r 2d7855ad8d84 security/py-certbot-dns-rfc2136/distinfo
--- a/security/py-certbot-dns-rfc2136/distinfo Tue May 07 08:47:13 2019 +0000
+++ b/security/py-certbot-dns-rfc2136/distinfo Tue May 07 08:50:36 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/04/08 15:48:31 adam Exp $
+$NetBSD: distinfo,v 1.4 2019/05/07 08:50:36 adam Exp $
-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
+SHA1 (certbot-dns-rfc2136-0.34.1.tar.gz) = da5dc14df192bcb7443fccd5e991a0f8fd4f7887
+RMD160 (certbot-dns-rfc2136-0.34.1.tar.gz) = 364a1d138e9a0f5a0563c7012dd2c05f6159ed15
+SHA512 (certbot-dns-rfc2136-0.34.1.tar.gz) = 0f6071e296b62665bdd58e020aad17bcdc8ae75f577b64c7dbf7051b7018ea3ad45a663c1a7f2914148a9f7942c5c2249ecfa3795ef85bab70fa600727e34a5a
+Size (certbot-dns-rfc2136-0.34.1.tar.gz) = 13978 bytes
diff -r 51d142be3468 -r 2d7855ad8d84 security/py-certbot-dns-route53/Makefile
--- a/security/py-certbot-dns-route53/Makefile Tue May 07 08:47:13 2019 +0000
+++ b/security/py-certbot-dns-route53/Makefile Tue May 07 08:50:36 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2019/04/08 15:48:31 adam Exp $
+# $NetBSD: Makefile,v 1.5 2019/05/07 08:50:36 adam Exp $
-DISTNAME= certbot-dns-route53-0.33.1
+DISTNAME= certbot-dns-route53-0.34.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/certbot/certbot-dns-route53/}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/certbot-dns-route53/}
@@ -10,9 +10,9 @@
HOMEPAGE= https://github.com/certbot/certbot
LICENSE= apache-2.0
-DEPENDS+= ${PYPKGPREFIX}-acme>=0.25.0:../../security/py-acme
+DEPENDS+= ${PYPKGPREFIX}-acme>=0.29.0:../../security/py-acme
DEPENDS+= ${PYPKGPREFIX}-boto3-[0-9]*:../../net/py-boto3
-DEPENDS+= ${PYPKGPREFIX}-certbot>=0.21.1:../../security/py-certbot
+DEPENDS+= ${PYPKGPREFIX}-certbot>=0.34.0:../../security/py-certbot
DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
diff -r 51d142be3468 -r 2d7855ad8d84 security/py-certbot-dns-route53/distinfo
--- a/security/py-certbot-dns-route53/distinfo Tue May 07 08:47:13 2019 +0000
+++ b/security/py-certbot-dns-route53/distinfo Tue May 07 08:50:36 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/04/08 15:48:31 adam Exp $
+$NetBSD: distinfo,v 1.4 2019/05/07 08:50:36 adam Exp $
-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
+SHA1 (certbot-dns-route53-0.34.1.tar.gz) = 24a0eaf29f152ace9d3eaa92f253a064cc68264b
+RMD160 (certbot-dns-route53-0.34.1.tar.gz) = 1caf7bf1f2161325aee101d2109bca424833f1f8
+SHA512 (certbot-dns-route53-0.34.1.tar.gz) = 86b94653c20f5ef60f32e421172bb0e8fb59f7f82cd40150b312e5f253619b60263af63b660835481cc411adf6d9398613c44465174929c8f41222fc26d4909e
+Size (certbot-dns-route53-0.34.1.tar.gz) = 14180 bytes
diff -r 51d142be3468 -r 2d7855ad8d84 security/py-certbot-dns-sakuracloud/Makefile
--- a/security/py-certbot-dns-sakuracloud/Makefile Tue May 07 08:47:13 2019 +0000
+++ b/security/py-certbot-dns-sakuracloud/Makefile Tue May 07 08:50:36 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2019/04/08 15:48:31 adam Exp $
+# $NetBSD: Makefile,v 1.5 2019/05/07 08:50:36 adam Exp $
-DISTNAME= certbot-dns-sakuracloud-0.33.1
+DISTNAME= certbot-dns-sakuracloud-0.34.1
Home |
Main Index |
Thread Index |
Old Index