View | Details | Raw Unified | Return to bug 253224 | Differences between
and this patch

Collapse All | Expand All

(-)security/py-acme/Makefile (-3 / +1 lines)
Lines 20-28 Link Here
20
		${PYTHON_PKGNAMEPREFIX}pyrfc3339>0:devel/py-pyrfc3339@${PY_FLAVOR} \
20
		${PYTHON_PKGNAMEPREFIX}pyrfc3339>0:devel/py-pyrfc3339@${PY_FLAVOR} \
21
		${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \
21
		${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \
22
		${PYTHON_PKGNAMEPREFIX}requests>=2.6.0:www/py-requests@${PY_FLAVOR} \
22
		${PYTHON_PKGNAMEPREFIX}requests>=2.6.0:www/py-requests@${PY_FLAVOR} \
23
		${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.3.0:www/py-requests-toolbelt@${PY_FLAVOR} \
23
		${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.3.0:www/py-requests-toolbelt@${PY_FLAVOR}
24
		${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \
25
		${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR}
26
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
24
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
27
25
28
USES=		python:3.6+
26
USES=		python:3.6+
(-)security/py-acme/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1609974375
1
TIMESTAMP = 1614828509
2
SHA256 (acme-1.11.0.tar.gz) = 092eb09a074a935da4c10f66cb8634ffb2cc2d2cc1035d2998d608996efab924
2
SHA256 (acme-1.13.0.tar.gz) = 6b4257dfd6a6d5f01e8cd4f0b10422c17836bed7c67e9c5b0a0ad6c7d651c088
3
SIZE (acme-1.11.0.tar.gz) = 91313
3
SIZE (acme-1.13.0.tar.gz) = 90210
(-)security/py-acme/version.mk (-1 / +1 lines)
Line 1 Link Here
1
ACME_VERSION=	1.11.0
1
ACME_VERSION=	1.13.0
(-)security/py-certbot/Makefile (-3 / +1 lines)
Lines 24-33 Link Here
24
		${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \
24
		${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \
25
		${PYTHON_PKGNAMEPREFIX}pyrfc3339>0:devel/py-pyrfc3339@${PY_FLAVOR} \
25
		${PYTHON_PKGNAMEPREFIX}pyrfc3339>0:devel/py-pyrfc3339@${PY_FLAVOR} \
26
		${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \
26
		${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \
27
		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
28
		${PYTHON_PKGNAMEPREFIX}zope.component>0:devel/py-zope.component@${PY_FLAVOR} \
27
		${PYTHON_PKGNAMEPREFIX}zope.component>0:devel/py-zope.component@${PY_FLAVOR} \
29
		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} \
28
		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
30
		${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR}
31
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
29
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
32
30
33
USES=		python:3.6+
31
USES=		python:3.6+
(-)security/py-certbot/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1609974390
1
TIMESTAMP = 1614828509
2
SHA256 (certbot-1.11.0.tar.gz) = 6b0ce04e55379aff0a47f873fa05c084538ad0f4a9b79f33108dbb0a7a668b43
2
SHA256 (certbot-1.13.0.tar.gz) = 64cf41b57df7667d9d849fcaa9031a4f151788246733d1f4c3f37a5aa5e2f458
3
SIZE (certbot-1.11.0.tar.gz) = 391257
3
SIZE (certbot-1.13.0.tar.gz) = 393163
(-)security/py-certbot/files/patch-certbot-compat-misc.py (-3 / +3 lines)
Lines 4-12 Link Here
4
# https://github.com/certbot/certbot/pull/7056
4
# https://github.com/certbot/certbot/pull/7056
5
# TODO: Upstream
5
# TODO: Upstream
6
6
7
--- certbot/compat/misc.py.orig	2020-01-14 18:41:31 UTC
7
--- certbot/compat/misc.py.orig	2021-03-02 21:37:04 UTC
8
+++ certbot/compat/misc.py
8
+++ certbot/compat/misc.py
9
@@ -74,6 +74,11 @@ LINUX_DEFAULT_FOLDERS = {
9
@@ -79,6 +79,11 @@ LINUX_DEFAULT_FOLDERS = {
10
     'work': '/var/lib/letsencrypt',
10
     'work': '/var/lib/letsencrypt',
11
     'logs': '/var/log/letsencrypt',
11
     'logs': '/var/log/letsencrypt',
12
 }
12
 }
Lines 18-24 Link Here
18
 
18
 
19
 
19
 
20
 def get_default_folder(folder_type):
20
 def get_default_folder(folder_type):
21
@@ -88,8 +93,13 @@ def get_default_folder(folder_type):
21
@@ -93,8 +98,13 @@ def get_default_folder(folder_type):
22
 
22
 
23
     """
23
     """
24
     if os.name != 'nt':
24
     if os.name != 'nt':
(-)security/py-certbot/files/patch-tests_cli__test.py (-5 / +5 lines)
Lines 1-16 Link Here
1
# See files/patch-certbot-compat-misc.py
1
# See files/patch-certbot-compat-misc.py
2
2
3
--- tests/cli_test.py.orig	2020-03-03 20:36:36 UTC
3
--- tests/cli_test.py.orig	2021-03-02 21:37:04 UTC
4
+++ tests/cli_test.py
4
+++ tests/cli_test.py
5
@@ -1,6 +1,7 @@
5
@@ -3,6 +3,7 @@ import argparse
6
 """Tests for certbot._internal.cli."""
7
 import argparse
8
 import copy
6
 import copy
7
 from importlib import reload as reload_module
8
 import io
9
+import sys
9
+import sys
10
 import tempfile
10
 import tempfile
11
 import unittest
11
 import unittest
12
 
12
 
13
@@ -58,9 +59,14 @@ class FlagDefaultTest(unittest.TestCase):
13
@@ -62,9 +63,14 @@ class FlagDefaultTest(unittest.TestCase):
14
 
14
 
15
     def test_default_directories(self):
15
     def test_default_directories(self):
16
         if os.name != 'nt':
16
         if os.name != 'nt':
(-)security/py-certbot-apache/Makefile (-1 lines)
Lines 14-20 Link Here
14
14
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}python-augeas>0:textproc/py-python-augeas@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}python-augeas>0:textproc/py-python-augeas@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}zope.component>0:devel/py-zope.component@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}zope.component>0:devel/py-zope.component@${PY_FLAVOR} \
20
		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
19
		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
(-)security/py-certbot-apache/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1609974392
1
TIMESTAMP = 1614828510
2
SHA256 (certbot-apache-1.11.0.tar.gz) = 3ed001427ec0b49324f2b9af7170fa6e6e88948fa51c3678b07bf17f8138863d
2
SHA256 (certbot-apache-1.13.0.tar.gz) = 4b5a16e80c1418e2edc05fc2578f522fb24974b2c13eb747cdfeef69e5bd5ae1
3
SIZE (certbot-apache-1.11.0.tar.gz) = 221609
3
SIZE (certbot-apache-1.13.0.tar.gz) = 220736
(-)security/py-certbot-dns-cloudflare/Makefile (-1 lines)
Lines 15-21 Link Here
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}cloudflare>=1.5.1:dns/py-cloudflare@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}cloudflare>=1.5.1:dns/py-cloudflare@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
18
		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
20
19
21
USES=		python:3.6+
20
USES=		python:3.6+
(-)security/py-certbot-dns-cloudflare/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1609974394
1
TIMESTAMP = 1614828511
2
SHA256 (certbot-dns-cloudflare-1.11.0.tar.gz) = d094f9d05465b57f6ed58a50b0668ba7d65c49e73e0c853f4027f4a6c6b2a8da
2
SHA256 (certbot-dns-cloudflare-1.13.0.tar.gz) = facbeecf88a7d97a9418a16fc9dffb9c99978d6ddfe1df0d729510100d9e3951
3
SIZE (certbot-dns-cloudflare-1.11.0.tar.gz) = 15611
3
SIZE (certbot-dns-cloudflare-1.13.0.tar.gz) = 15301
(-)security/py-certbot-dns-cloudxns/Makefile (-1 lines)
Lines 15-21 Link Here
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.2.1:dns/py-dns-lexicon@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.2.1:dns/py-dns-lexicon@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
18
		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
20
19
21
USES=		python:3.6+
20
USES=		python:3.6+
(-)security/py-certbot-dns-cloudxns/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1609974396
1
TIMESTAMP = 1614828511
2
SHA256 (certbot-dns-cloudxns-1.11.0.tar.gz) = c8e1ce87793d910f9a4c755331a16c5993c8142bf9d4c9bf3b71924f5233a864
2
SHA256 (certbot-dns-cloudxns-1.13.0.tar.gz) = 47d948a9617726a7eb0a01ff0d92e44fbb6e9c37c7f6c7aecdddef7a1b5fa5f7
3
SIZE (certbot-dns-cloudxns-1.11.0.tar.gz) = 12792
3
SIZE (certbot-dns-cloudxns-1.13.0.tar.gz) = 12497
(-)security/py-certbot-dns-digitalocean/Makefile (-2 lines)
Lines 14-22 Link Here
14
14
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}python-digitalocean>=1.11:www/py-python-digitalocean@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}python-digitalocean>=1.11:www/py-python-digitalocean@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
20
		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
18
		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
21
19
22
USES=		python:3.6+
20
USES=		python:3.6+
(-)security/py-certbot-dns-digitalocean/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1609974397
1
TIMESTAMP = 1614828513
2
SHA256 (certbot-dns-digitalocean-1.11.0.tar.gz) = 23f189c3c2a4e72bd271e1d4cb021cbe24cf7be0cf2be8d8f0efc780942127ed
2
SHA256 (certbot-dns-digitalocean-1.13.0.tar.gz) = 091bd8cca246cfd9a5199f3ff9900f6edde8d6cb55609eef602477548763c0a3
3
SIZE (certbot-dns-digitalocean-1.11.0.tar.gz) = 14078
3
SIZE (certbot-dns-digitalocean-1.13.0.tar.gz) = 13784
(-)security/py-certbot-dns-dnsimple/Makefile (-1 lines)
Lines 15-21 Link Here
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}dns-lexicon>=3.2.1:dns/py-dns-lexicon@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}dns-lexicon>=3.2.1:dns/py-dns-lexicon@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
18
		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
20
19
21
USES=		python:3.6+
20
USES=		python:3.6+
(-)security/py-certbot-dns-dnsimple/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1609974399
1
TIMESTAMP = 1614828513
2
SHA256 (certbot-dns-dnsimple-1.11.0.tar.gz) = 491d2ede681a9074766df0ffb3681f01a420a4652d871b7999a92da0ef7a4085
2
SHA256 (certbot-dns-dnsimple-1.13.0.tar.gz) = 9f81d8c8c685233f61f445c7d462da5e675894a329a73f3fd5e3ccec4ab4a6a6
3
SIZE (certbot-dns-dnsimple-1.11.0.tar.gz) = 12871
3
SIZE (certbot-dns-dnsimple-1.13.0.tar.gz) = 12549
(-)security/py-certbot-dns-dnsmadeeasy/Makefile (-1 lines)
Lines 15-21 Link Here
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.2.1:dns/py-dns-lexicon@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.2.1:dns/py-dns-lexicon@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
18
		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
20
19
21
USES=		python:3.6+
20
USES=		python:3.6+
(-)security/py-certbot-dns-dnsmadeeasy/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1609974401
1
TIMESTAMP = 1614828514
2
SHA256 (certbot-dns-dnsmadeeasy-1.11.0.tar.gz) = 3a8b745833a0a2c84a4fc1c9d9120d5e2ccef5de2dc831fa093f0f9d3f7fb056
2
SHA256 (certbot-dns-dnsmadeeasy-1.13.0.tar.gz) = 21e6bec07d2bc8eab76d16930276764d60a1ce50df1c82ae219b0f79f6e23adc
3
SIZE (certbot-dns-dnsmadeeasy-1.11.0.tar.gz) = 12898
3
SIZE (certbot-dns-dnsmadeeasy-1.13.0.tar.gz) = 12607
(-)security/py-certbot-dns-gehirn/Makefile (-1 lines)
Lines 15-21 Link Here
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.1.22:dns/py-dns-lexicon@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.1.22:dns/py-dns-lexicon@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
18
		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
20
19
21
USES=		python:3.6+
20
USES=		python:3.6+
(-)security/py-certbot-dns-gehirn/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1609974403
1
TIMESTAMP = 1614828515
2
SHA256 (certbot-dns-gehirn-1.11.0.tar.gz) = 8d9f5fd778a7c154e5c1361656949d84fe5e29b63ca5fa9fb691646afded1f02
2
SHA256 (certbot-dns-gehirn-1.13.0.tar.gz) = 9d8c334e36bf55637cc41cf0f83b35f72eef036eb18f9317dc7d1cdd651943d6
3
SIZE (certbot-dns-gehirn-1.11.0.tar.gz) = 12744
3
SIZE (certbot-dns-gehirn-1.13.0.tar.gz) = 12453
(-)security/py-certbot-dns-google/Makefile (-1 lines)
Lines 16-22 Link Here
16
		${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}google-api-python-client>=1.5.5:www/py-google-api-python-client@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}google-api-python-client>=1.5.5:www/py-google-api-python-client@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}httplib2>0:www/py-httplib2@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}httplib2>0:www/py-httplib2@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
20
		${PYTHON_PKGNAMEPREFIX}oauth2client>=4.0:security/py-oauth2client@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}oauth2client>=4.0:security/py-oauth2client@${PY_FLAVOR} \
21
		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
20
		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
22
21
(-)security/py-certbot-dns-google/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1609974404
1
TIMESTAMP = 1614828515
2
SHA256 (certbot-dns-google-1.11.0.tar.gz) = c96833ac293cf1e1320b1b1f9bae37b55c9813b7ee96335914f9fccbe36e87ee
2
SHA256 (certbot-dns-google-1.13.0.tar.gz) = d610f54f2597fdb251a9f483cbe8e0c6669654d2e1b34289f98f2e0410a596b8
3
SIZE (certbot-dns-google-1.11.0.tar.gz) = 24270
3
SIZE (certbot-dns-google-1.13.0.tar.gz) = 23934
(-)security/py-certbot-dns-linode/Makefile (-1 lines)
Lines 15-21 Link Here
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.2.3:dns/py-dns-lexicon@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.2.3:dns/py-dns-lexicon@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
18
		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
20
19
21
USES=		python:3.6+
20
USES=		python:3.6+
(-)security/py-certbot-dns-linode/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1609974406
1
TIMESTAMP = 1614828516
2
SHA256 (certbot-dns-linode-1.11.0.tar.gz) = 11691ee7d6a15babc78a40187c238fd253bd5ae6ce8b25c94aee62200e1af1b8
2
SHA256 (certbot-dns-linode-1.13.0.tar.gz) = 172a26716abb2ff8fd52d61e11b7ee33dcdda69d06b43ea4f3bd62768c13af36
3
SIZE (certbot-dns-linode-1.11.0.tar.gz) = 13214
3
SIZE (certbot-dns-linode-1.13.0.tar.gz) = 12935
(-)security/py-certbot-dns-luadns/Makefile (-1 lines)
Lines 15-21 Link Here
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.2.1:dns/py-dns-lexicon@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.2.1:dns/py-dns-lexicon@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
18
		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
20
19
21
USES=		python:3.6+
20
USES=		python:3.6+
(-)security/py-certbot-dns-luadns/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1609974408
1
TIMESTAMP = 1614828517
2
SHA256 (certbot-dns-luadns-1.11.0.tar.gz) = a31bcce5ee87b985f92724743c9903ef1979f75bedcf4499c256aa107e0fedc1
2
SHA256 (certbot-dns-luadns-1.13.0.tar.gz) = f9ece7b3bfc05323663be19f008232c4ad2f1265818c7b16a3ea9bb3a73938ce
3
SIZE (certbot-dns-luadns-1.11.0.tar.gz) = 12726
3
SIZE (certbot-dns-luadns-1.13.0.tar.gz) = 12439
(-)security/py-certbot-dns-nsone/Makefile (-1 lines)
Lines 15-21 Link Here
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.2.1:dns/py-dns-lexicon@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.2.1:dns/py-dns-lexicon@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
18
		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
20
19
21
USES=		python:3.6+
20
USES=		python:3.6+
(-)security/py-certbot-dns-nsone/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1609974409
1
TIMESTAMP = 1614828517
2
SHA256 (certbot-dns-nsone-1.11.0.tar.gz) = 197a117b9dc4b5518fa3c286cc9e9ef4a9124e6f706abc366ec36578be7df449
2
SHA256 (certbot-dns-nsone-1.13.0.tar.gz) = 206b449819e064522337f7bcb4c9c8c0e1d90a95548ad24e6aea31c42d1ce711
3
SIZE (certbot-dns-nsone-1.11.0.tar.gz) = 12757
3
SIZE (certbot-dns-nsone-1.13.0.tar.gz) = 12467
(-)security/py-certbot-dns-ovh/Makefile (-1 lines)
Lines 15-21 Link Here
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.7.14:dns/py-dns-lexicon@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.7.14:dns/py-dns-lexicon@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
18
		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
20
19
21
USES=		python:3.6+
20
USES=		python:3.6+
(-)security/py-certbot-dns-ovh/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1609974411
1
TIMESTAMP = 1614828518
2
SHA256 (certbot-dns-ovh-1.11.0.tar.gz) = b82f16072946590612da2d9e5ce06d5d0361ef093c57bf01e18b4f36cc4ef1c2
2
SHA256 (certbot-dns-ovh-1.13.0.tar.gz) = e4767f3b51225ce6223332225cd6e6491407d194d300302f73d8744446fe9e3a
3
SIZE (certbot-dns-ovh-1.11.0.tar.gz) = 13069
3
SIZE (certbot-dns-ovh-1.13.0.tar.gz) = 12790
(-)security/py-certbot-dns-rfc2136/Makefile (-1 lines)
Lines 15-21 Link Here
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
18
		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
20
19
21
USES=		python:3.6+
20
USES=		python:3.6+
(-)security/py-certbot-dns-rfc2136/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1609974413
1
TIMESTAMP = 1614828519
2
SHA256 (certbot-dns-rfc2136-1.11.0.tar.gz) = 37652aa6c1f5095b4957735052ea0b6d2767d6c68d487e8c44d30a92e91f9168
2
SHA256 (certbot-dns-rfc2136-1.13.0.tar.gz) = 9ba30819f90ecf22982e0892a28fe0c63e6a3f830cef0f474a79e7bfd1046229
3
SIZE (certbot-dns-rfc2136-1.11.0.tar.gz) = 15588
3
SIZE (certbot-dns-rfc2136-1.13.0.tar.gz) = 15018
(-)security/py-certbot-dns-route53/Makefile (-1 lines)
Lines 15-21 Link Here
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
18
		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
20
19
21
USES=		python:3.6+
20
USES=		python:3.6+
(-)security/py-certbot-dns-route53/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1609974414
1
TIMESTAMP = 1614828519
2
SHA256 (certbot-dns-route53-1.11.0.tar.gz) = b53ca685a2ca23cbb5f2031f6d5341c20858e976e188d4610c5ddd34c9974442
2
SHA256 (certbot-dns-route53-1.13.0.tar.gz) = a69c2bbdb97b4c67c86cada8d5939602aea4b3c514671885e5e87272809b40e9
3
SIZE (certbot-dns-route53-1.11.0.tar.gz) = 15685
3
SIZE (certbot-dns-route53-1.13.0.tar.gz) = 14971
(-)security/py-certbot-dns-sakuracloud/Makefile (-1 lines)
Lines 15-21 Link Here
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.1.23:dns/py-dns-lexicon@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.1.23:dns/py-dns-lexicon@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
18
		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
20
19
21
USES=		python:3.6+
20
USES=		python:3.6+
(-)security/py-certbot-dns-sakuracloud/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1609974416
1
TIMESTAMP = 1614828520
2
SHA256 (certbot-dns-sakuracloud-1.11.0.tar.gz) = e064d9d5e7d052c61cd9caebbb717a7728344abd1ba9c2599e6b15fb7cbb1612
2
SHA256 (certbot-dns-sakuracloud-1.13.0.tar.gz) = b5689f7c4f4375c6afa864f1d17cf873373c981034aaf7adcac118b850e34991
3
SIZE (certbot-dns-sakuracloud-1.11.0.tar.gz) = 12730
3
SIZE (certbot-dns-sakuracloud-1.13.0.tar.gz) = 12453
(-)security/py-certbot-nginx/Makefile (-1 lines)
Lines 14-20 Link Here
14
14
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}pyparsing>=1.5.5:devel/py-pyparsing@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}pyparsing>=1.5.5:devel/py-pyparsing@${PY_FLAVOR} \
20
		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
19
		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
(-)security/py-certbot-nginx/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1609974418
1
TIMESTAMP = 1614828521
2
SHA256 (certbot-nginx-1.11.0.tar.gz) = 9afe611f99a78b8898941b8ad7bdcf7f3c2b6e0fce27125268f7c713e64b34ee
2
SHA256 (certbot-nginx-1.13.0.tar.gz) = 9e972cc19c0fa9e5b7863da0423b156fbfb5623fd30b558fd2fd6d21c24c0b08
3
SIZE (certbot-nginx-1.11.0.tar.gz) = 76335
3
SIZE (certbot-nginx-1.13.0.tar.gz) = 76011

Return to bug 253224