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-certbot*: updated to 1.8.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d35c4029c5b
branches:  trunk
changeset: 439934:8d35c4029c5b
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Sep 30 09:03:45 2020 +0000

description:
py-acme py-certbot*: updated to 1.8.0

Certbot 1.8.0

Added
Added the ability to remove email and phone contact information from an account
using update_account --register-unsafely-without-email

Changed
Support for Python 3.5 has been removed.

Fixed
The problem causing the Apache plugin in the Certbot snap on ARM systems to
fail to load the Augeas library it depends on has been fixed.
The acme library can now tell the ACME server to clear contact information by passing an empty
tuple to the contact field of a Registration message.
Fixed the *** stack smashing detected *** error in the Certbot snap on some systems.
More details about these changes can be found on our GitHub repo.

diffstat:

 security/py-acme/Makefile                     |  10 ++++------
 security/py-acme/distinfo                     |  10 +++++-----
 security/py-certbot-apache/Makefile           |   8 +++-----
 security/py-certbot-apache/distinfo           |  10 +++++-----
 security/py-certbot-dns-digitalocean/Makefile |   8 +++-----
 security/py-certbot-dns-digitalocean/distinfo |  10 +++++-----
 security/py-certbot-dns-dnsimple/Makefile     |   6 ++----
 security/py-certbot-dns-dnsimple/distinfo     |  10 +++++-----
 security/py-certbot-dns-dnsmadeeasy/Makefile  |   6 ++----
 security/py-certbot-dns-dnsmadeeasy/distinfo  |  10 +++++-----
 security/py-certbot-dns-gehirn/Makefile       |   6 ++----
 security/py-certbot-dns-gehirn/distinfo       |  10 +++++-----
 security/py-certbot-dns-google/Makefile       |   7 ++-----
 security/py-certbot-dns-google/distinfo       |  10 +++++-----
 security/py-certbot-dns-linode/Makefile       |   6 ++----
 security/py-certbot-dns-linode/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          |   6 ++----
 security/py-certbot-dns-ovh/distinfo          |  10 +++++-----
 security/py-certbot-dns-rfc2136/Makefile      |   6 ++----
 security/py-certbot-dns-rfc2136/distinfo      |  10 +++++-----
 security/py-certbot-dns-route53/Makefile      |   6 ++----
 security/py-certbot-dns-route53/distinfo      |  10 +++++-----
 security/py-certbot-dns-sakuracloud/Makefile  |   6 ++----
 security/py-certbot-dns-sakuracloud/distinfo  |  10 +++++-----
 security/py-certbot-nginx/Makefile            |   8 +++-----
 security/py-certbot-nginx/distinfo            |  10 +++++-----
 security/py-certbot/Makefile                  |  13 ++++++-------
 security/py-certbot/Makefile.common           |   6 ++++--
 security/py-certbot/distinfo                  |  10 +++++-----
 33 files changed, 125 insertions(+), 155 deletions(-)

diffs (truncated from 668 to 300 lines):

diff -r 3375a391e5cc -r 8d35c4029c5b security/py-acme/Makefile
--- a/security/py-acme/Makefile Wed Sep 30 08:57:21 2020 +0000
+++ b/security/py-acme/Makefile Wed Sep 30 09:03:45 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2020/08/31 23:07:04 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2020/09/30 09:03:45 adam Exp $
 
 .include "../../security/py-certbot/Makefile.common"
 
@@ -7,7 +7,7 @@
 
 COMMENT=       ACME protocol implementation in Python
 
-DEPENDS+=      ${PYPKGPREFIX}-OpenSSL>=0.15:../../security/py-OpenSSL
+DEPENDS+=      ${PYPKGPREFIX}-OpenSSL>=0.15.1:../../security/py-OpenSSL
 DEPENDS+=      ${PYPKGPREFIX}-cryptography>=1.2.3:../../security/py-cryptography
 DEPENDS+=      ${PYPKGPREFIX}-josepy>=1.1.0:../../security/py-josepy
 DEPENDS+=      ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
@@ -15,12 +15,10 @@
 DEPENDS+=      ${PYPKGPREFIX}-requests>2.10:../../devel/py-requests
 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
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
 
-PYTHON_VERSIONED_DEPENDENCIES+=        test:test
-PYTHON_VERSIONED_DEPENDENCIES+= setuptools
-
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 3375a391e5cc -r 8d35c4029c5b security/py-acme/distinfo
--- a/security/py-acme/distinfo Wed Sep 30 08:57:21 2020 +0000
+++ b/security/py-acme/distinfo Wed Sep 30 09:03:45 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2020/08/26 11:10:13 adam Exp $
+$NetBSD: distinfo,v 1.20 2020/09/30 09:03:45 adam Exp $
 
-SHA1 (acme-1.7.0.tar.gz) = 0134fd9f5a59beaa0e974aea45f28c37dc42ae97
-RMD160 (acme-1.7.0.tar.gz) = 98998c1827315ff0b3dfc3452ddbb035f7d64424
-SHA512 (acme-1.7.0.tar.gz) = c41ee6a8b7b79a8ae6217ebb0f91abe30fad334c0ac8bd5c763312dc2be586e6a651eb33d810178c45acafb7893ee26cc18e516e37c48a2a08aa1cf70b29bdf9
-Size (acme-1.7.0.tar.gz) = 90776 bytes
+SHA1 (acme-1.8.0.tar.gz) = 340e6124d248566602254c58fa39cce829b52bc5
+RMD160 (acme-1.8.0.tar.gz) = 5c4fbcf8c6f9bfa7e64f871f3d0f3283b351dfd2
+SHA512 (acme-1.8.0.tar.gz) = b6e9d8d1c5fa6a0e1cb6eb327adffe79348ca6ef3c15d869a89b20ff3330992928d1edf5dbacb2420da4ebc8148d492e345a81c1dca044c93443eb8b4700ce89
+Size (acme-1.8.0.tar.gz) = 91408 bytes
diff -r 3375a391e5cc -r 8d35c4029c5b security/py-certbot-apache/Makefile
--- a/security/py-certbot-apache/Makefile       Wed Sep 30 08:57:21 2020 +0000
+++ b/security/py-certbot-apache/Makefile       Wed Sep 30 09:03:45 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/08/31 23:07:04 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2020/09/30 09:03:46 adam Exp $
 
 .include "../../security/py-certbot/Makefile.common"
 
@@ -9,13 +9,11 @@
 
 DEPENDS+=      ${PYPKGPREFIX}-acme>=0.29.0:../../security/py-acme
 DEPENDS+=      ${PYPKGPREFIX}-augeas-[0-9]*:../../sysutils/py-augeas
-DEPENDS+=      ${PYPKGPREFIX}-certbot>=0.39.0:../../security/py-certbot
+DEPENDS+=      ${PYPKGPREFIX}-certbot>=1.6.0:../../security/py-certbot
 DEPENDS+=      ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-ZopeComponent-[0-9]*:../../devel/py-ZopeComponent
 DEPENDS+=      ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
 
-PYTHON_VERSIONED_DEPENDENCIES+=        setuptools
-
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 3375a391e5cc -r 8d35c4029c5b security/py-certbot-apache/distinfo
--- a/security/py-certbot-apache/distinfo       Wed Sep 30 08:57:21 2020 +0000
+++ b/security/py-certbot-apache/distinfo       Wed Sep 30 09:03:45 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2020/08/26 11:10:13 adam Exp $
+$NetBSD: distinfo,v 1.20 2020/09/30 09:03:46 adam Exp $
 
-SHA1 (certbot-apache-1.7.0.tar.gz) = 50aa81ba296a6a8715c0ecdfb3cd84c125af382d
-RMD160 (certbot-apache-1.7.0.tar.gz) = 29697c830cf130e361f5067db242859412e6beb9
-SHA512 (certbot-apache-1.7.0.tar.gz) = a69bf40353683e594b357fd4fbc59f8c3e73900329eeb0d03ff32e94c770373ca4e8b0d87ddf84b1d7c4d79735894d6e8c9a4073cadabe74a18e3cefb82fc04c
-Size (certbot-apache-1.7.0.tar.gz) = 221621 bytes
+SHA1 (certbot-apache-1.8.0.tar.gz) = 82863277fc6a88a0c37a2056b35d5e8e1c45091f
+RMD160 (certbot-apache-1.8.0.tar.gz) = af6a5467e0ba3804a536d0107d7b7343d322757e
+SHA512 (certbot-apache-1.8.0.tar.gz) = 22eea08407e498383c1ec4576f8e5f1776acc5faa474677855c5724faa2b8e0f13ad491dcf3791a4b45bbbd80ce5c3f2146ab27c94551e2f1deec3a8b4ce0120
+Size (certbot-apache-1.8.0.tar.gz) = 221998 bytes
diff -r 3375a391e5cc -r 8d35c4029c5b security/py-certbot-dns-digitalocean/Makefile
--- a/security/py-certbot-dns-digitalocean/Makefile     Wed Sep 30 08:57:21 2020 +0000
+++ b/security/py-certbot-dns-digitalocean/Makefile     Wed Sep 30 09:03:45 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/08/31 23:07:04 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2020/09/30 09:03:46 adam Exp $
 
 .include "../../security/py-certbot/Makefile.common"
 
@@ -8,14 +8,12 @@
 COMMENT=       DigitalOcean DNS Authenticator plugin for Certbot
 
 DEPENDS+=      ${PYPKGPREFIX}-acme>=0.29.0:../../security/py-acme
-DEPENDS+=      ${PYPKGPREFIX}-certbot>=0.39.0:../../security/py-certbot
+DEPENDS+=      ${PYPKGPREFIX}-certbot>=1.1.0:../../security/py-certbot
 DEPENDS+=      ${PYPKGPREFIX}-digitalocean>=1.11:../../net/py-digitalocean
 DEPENDS+=      ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 DEPENDS+=      ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
 
-PYTHON_VERSIONED_DEPENDENCIES+=        setuptools
-
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 3375a391e5cc -r 8d35c4029c5b security/py-certbot-dns-digitalocean/distinfo
--- a/security/py-certbot-dns-digitalocean/distinfo     Wed Sep 30 08:57:21 2020 +0000
+++ b/security/py-certbot-dns-digitalocean/distinfo     Wed Sep 30 09:03:45 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2020/08/26 11:10:13 adam Exp $
+$NetBSD: distinfo,v 1.8 2020/09/30 09:03:46 adam Exp $
 
-SHA1 (certbot-dns-digitalocean-1.7.0.tar.gz) = 385de773bdf76500665ce842ba330cb795e2b8cd
-RMD160 (certbot-dns-digitalocean-1.7.0.tar.gz) = 488294a5cf1ed3a25db50b19a64649492714a839
-SHA512 (certbot-dns-digitalocean-1.7.0.tar.gz) = abed1a6622f89536df5bb994f238dd725499a257efffc8e6aa7851cd9530492c12013088687236f730a887f581bda8a4b8e5029b943caf6feeb0966cec904f7b
-Size (certbot-dns-digitalocean-1.7.0.tar.gz) = 14126 bytes
+SHA1 (certbot-dns-digitalocean-1.8.0.tar.gz) = 10f0c1507e32cdba0423350b14f29e47b0e2976d
+RMD160 (certbot-dns-digitalocean-1.8.0.tar.gz) = 7cdcbc0c178aa233bc6331d06a5b33bfd6d49a62
+SHA512 (certbot-dns-digitalocean-1.8.0.tar.gz) = 6bc53c4211f134f4f09ce6593d07bc763f0539e7221d4f661920151af0c06808cfe52eb0acabf79e2daa22a0c120b2a9cc7fb5ab40e220c581fccf68feff4832
+Size (certbot-dns-digitalocean-1.8.0.tar.gz) = 14150 bytes
diff -r 3375a391e5cc -r 8d35c4029c5b security/py-certbot-dns-dnsimple/Makefile
--- a/security/py-certbot-dns-dnsimple/Makefile Wed Sep 30 08:57:21 2020 +0000
+++ b/security/py-certbot-dns-dnsimple/Makefile Wed Sep 30 09:03:45 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/08/31 23:07:04 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2020/09/30 09:03:46 adam Exp $
 
 .include "../../security/py-certbot/Makefile.common"
 
@@ -11,10 +11,8 @@
 DEPENDS+=      ${PYPKGPREFIX}-certbot>=1.1.0:../../security/py-certbot
 DEPENDS+=      ${PYPKGPREFIX}-lexicon>=3.2.1:../../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
 
-PYTHON_VERSIONED_DEPENDENCIES+=        setuptools
-
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 3375a391e5cc -r 8d35c4029c5b security/py-certbot-dns-dnsimple/distinfo
--- a/security/py-certbot-dns-dnsimple/distinfo Wed Sep 30 08:57:21 2020 +0000
+++ b/security/py-certbot-dns-dnsimple/distinfo Wed Sep 30 09:03:45 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2020/08/26 11:10:13 adam Exp $
+$NetBSD: distinfo,v 1.15 2020/09/30 09:03:46 adam Exp $
 
-SHA1 (certbot-dns-dnsimple-1.7.0.tar.gz) = 4692707d871719704de50201c39e4789c2d35ca0
-RMD160 (certbot-dns-dnsimple-1.7.0.tar.gz) = 90c1ecca92ee172dcd9a3f43a4e212c85cdb095a
-SHA512 (certbot-dns-dnsimple-1.7.0.tar.gz) = 88769feab1af074aff7ee4ddedb5aaa6b6c4db4c6b4a2e2cb457fa366415b0b79416a0e29f1de044d4617ab540c7ff716bee59fde9b7a75f3f7729fa3b081ba0
-Size (certbot-dns-dnsimple-1.7.0.tar.gz) = 12901 bytes
+SHA1 (certbot-dns-dnsimple-1.8.0.tar.gz) = 55e3ac4f6e30076114b59701e5aee3d602a31f48
+RMD160 (certbot-dns-dnsimple-1.8.0.tar.gz) = c09c51c33d557275485e1a1b350f940f1f3bd4d0
+SHA512 (certbot-dns-dnsimple-1.8.0.tar.gz) = 2ad7da47834b3b009885e88870598da271588ca0f2e5203a6eb208b25ed5047984cca041b0a5b9afc64dcd3ec3eb078c3cdb0faa3b13b0bdd46d71c458726ffb
+Size (certbot-dns-dnsimple-1.8.0.tar.gz) = 12953 bytes
diff -r 3375a391e5cc -r 8d35c4029c5b security/py-certbot-dns-dnsmadeeasy/Makefile
--- a/security/py-certbot-dns-dnsmadeeasy/Makefile      Wed Sep 30 08:57:21 2020 +0000
+++ b/security/py-certbot-dns-dnsmadeeasy/Makefile      Wed Sep 30 09:03:45 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/08/31 23:07:04 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2020/09/30 09:03:46 adam Exp $
 
 .include "../../security/py-certbot/Makefile.common"
 
@@ -11,10 +11,8 @@
 DEPENDS+=      ${PYPKGPREFIX}-certbot>=1.1.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
 DEPENDS+=      ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
 
-PYTHON_VERSIONED_DEPENDENCIES+=        setuptools
-
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 3375a391e5cc -r 8d35c4029c5b security/py-certbot-dns-dnsmadeeasy/distinfo
--- a/security/py-certbot-dns-dnsmadeeasy/distinfo      Wed Sep 30 08:57:21 2020 +0000
+++ b/security/py-certbot-dns-dnsmadeeasy/distinfo      Wed Sep 30 09:03:45 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2020/08/26 11:10:14 adam Exp $
+$NetBSD: distinfo,v 1.15 2020/09/30 09:03:46 adam Exp $
 
-SHA1 (certbot-dns-dnsmadeeasy-1.7.0.tar.gz) = e56f1958740551901781c2921a05838400c9cc03
-RMD160 (certbot-dns-dnsmadeeasy-1.7.0.tar.gz) = 1366da552a3ad5c97d3fca7cb50e19c888332110
-SHA512 (certbot-dns-dnsmadeeasy-1.7.0.tar.gz) = d0c834281851aae2ea9a8d342c1ae3628ddde2c5ff2c659eec9417f94305c668d95d2fca25d2e5e7713dc2a28cb1fd1e6dc85caefca7cbe0d83a900857c2ac98
-Size (certbot-dns-dnsmadeeasy-1.7.0.tar.gz) = 12950 bytes
+SHA1 (certbot-dns-dnsmadeeasy-1.8.0.tar.gz) = f376439647585d789b18c624f60367243c1c81ab
+RMD160 (certbot-dns-dnsmadeeasy-1.8.0.tar.gz) = 73d87e228f1e378f4559661394c085ce1b56c1c3
+SHA512 (certbot-dns-dnsmadeeasy-1.8.0.tar.gz) = 237f6c372d040358bec984fd9e86e9e7688241520ee03c78f7ed4c5cbed1d86eef614eb49426a059cb5681fb8e791dcb3a7cf1387ed9ec047bdeca19427284db
+Size (certbot-dns-dnsmadeeasy-1.8.0.tar.gz) = 12983 bytes
diff -r 3375a391e5cc -r 8d35c4029c5b security/py-certbot-dns-gehirn/Makefile
--- a/security/py-certbot-dns-gehirn/Makefile   Wed Sep 30 08:57:21 2020 +0000
+++ b/security/py-certbot-dns-gehirn/Makefile   Wed Sep 30 09:03:45 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/08/31 23:07:05 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2020/09/30 09:03:46 adam Exp $
 
 .include "../../security/py-certbot/Makefile.common"
 
@@ -11,10 +11,8 @@
 DEPENDS+=      ${PYPKGPREFIX}-certbot>=1.1.0:../../security/py-certbot
 DEPENDS+=      ${PYPKGPREFIX}-lexicon>=2.1.22:../../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
 
-PYTHON_VERSIONED_DEPENDENCIES+=        setuptools
-
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 3375a391e5cc -r 8d35c4029c5b security/py-certbot-dns-gehirn/distinfo
--- a/security/py-certbot-dns-gehirn/distinfo   Wed Sep 30 08:57:21 2020 +0000
+++ b/security/py-certbot-dns-gehirn/distinfo   Wed Sep 30 09:03:45 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2020/08/26 11:10:14 adam Exp $
+$NetBSD: distinfo,v 1.15 2020/09/30 09:03:46 adam Exp $
 
-SHA1 (certbot-dns-gehirn-1.7.0.tar.gz) = a3fd2b933030bba0aed8f2ec4826e57e2bdbbf08
-RMD160 (certbot-dns-gehirn-1.7.0.tar.gz) = ff7f99580e39fc850fef786cc76aaae6e7ead9c2
-SHA512 (certbot-dns-gehirn-1.7.0.tar.gz) = d0ecbe4537ed8c99690557c3571114c9017edfbc35559d76d59ccfff819943e5baecf315f19380b2c492bf9561e3840bba7dc6e2e95eb5ec8496ce0f2a8a97c3
-Size (certbot-dns-gehirn-1.7.0.tar.gz) = 12769 bytes
+SHA1 (certbot-dns-gehirn-1.8.0.tar.gz) = c6a296096f816c2d300901321450eec1f4b458c0
+RMD160 (certbot-dns-gehirn-1.8.0.tar.gz) = 0e3b991b4615117b9156fe79405682b5da396b14
+SHA512 (certbot-dns-gehirn-1.8.0.tar.gz) = aa443948a8409f39ed953a8b8633e19d6e6b1c86f830bd6851e0aeb5da214fcf438ff1b9abb2da231224d829c759162626eadc5f1eb0af44e5bfa4ea7f99858a
+Size (certbot-dns-gehirn-1.8.0.tar.gz) = 12808 bytes
diff -r 3375a391e5cc -r 8d35c4029c5b security/py-certbot-dns-google/Makefile
--- a/security/py-certbot-dns-google/Makefile   Wed Sep 30 08:57:21 2020 +0000
+++ b/security/py-certbot-dns-google/Makefile   Wed Sep 30 09:03:45 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/08/31 23:07:05 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2020/09/30 09:03:46 adam Exp $
 
 .include "../../security/py-certbot/Makefile.common"
 
@@ -12,12 +12,9 @@
 DEPENDS+=      ${PYPKGPREFIX}-google-api-python-client>=1.5.5:../../www/py-google-api-python-client
 DEPENDS+=      ${PYPKGPREFIX}-httplib2-[0-9]*:../../www/py-httplib2
 DEPENDS+=      ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-oauth2client>=4.0:../../security/py-oauth2client
 DEPENDS+=      ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27      # py-google-api-python-client
-PYTHON_VERSIONED_DEPENDENCIES+=        setuptools
-
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 3375a391e5cc -r 8d35c4029c5b security/py-certbot-dns-google/distinfo
--- a/security/py-certbot-dns-google/distinfo   Wed Sep 30 08:57:21 2020 +0000
+++ b/security/py-certbot-dns-google/distinfo   Wed Sep 30 09:03:45 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2020/08/26 11:10:14 adam Exp $
+$NetBSD: distinfo,v 1.15 2020/09/30 09:03:46 adam Exp $
 
-SHA1 (certbot-dns-google-1.7.0.tar.gz) = e63a2d94b12d9f5c2153f9eef9908943bfed9303
-RMD160 (certbot-dns-google-1.7.0.tar.gz) = e3e6778e62e02e870db140434dc999c412d13e22
-SHA512 (certbot-dns-google-1.7.0.tar.gz) = 004f0d2ff1f228be9e13fdf14e54b662d9f97c1965e92f8ee0b4721fcac7b27fa081894c45bdbc28a727e9653081ea7cd5acaff4adbb5eef626db8ca9ec3f609
-Size (certbot-dns-google-1.7.0.tar.gz) = 23368 bytes
+SHA1 (certbot-dns-google-1.8.0.tar.gz) = accd3c3bb508a503b6f7dbdeeca8c8f28fa6b7a1
+RMD160 (certbot-dns-google-1.8.0.tar.gz) = dfe62e646279c29af568daf4ceef761ac127d604
+SHA512 (certbot-dns-google-1.8.0.tar.gz) = 970ed6c2717726d1cfbebbea3b84905cfc21436b84c26659c04ff44e60c2d6ebf19a1c93eab1405312337fad5ee357afbca4c0c3f3063317a2626a64b74eed7f
+Size (certbot-dns-google-1.8.0.tar.gz) = 23432 bytes
diff -r 3375a391e5cc -r 8d35c4029c5b security/py-certbot-dns-linode/Makefile
--- a/security/py-certbot-dns-linode/Makefile   Wed Sep 30 08:57:21 2020 +0000
+++ b/security/py-certbot-dns-linode/Makefile   Wed Sep 30 09:03:45 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/08/31 23:07:05 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2020/09/30 09:03:46 adam Exp $
 
 .include "../../security/py-certbot/Makefile.common"
 
@@ -11,10 +11,8 @@
 DEPENDS+=      ${PYPKGPREFIX}-certbot>=1.1.0:../../security/py-certbot
 DEPENDS+=      ${PYPKGPREFIX}-lexicon>=2.2.3:../../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
 
-PYTHON_VERSIONED_DEPENDENCIES+=        setuptools
-
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 3375a391e5cc -r 8d35c4029c5b security/py-certbot-dns-linode/distinfo
--- a/security/py-certbot-dns-linode/distinfo   Wed Sep 30 08:57:21 2020 +0000
+++ b/security/py-certbot-dns-linode/distinfo   Wed Sep 30 09:03:45 2020 +0000
@@ -1,6 +1,6 @@



Home | Main Index | Thread Index | Old Index