git: cdde24b67d24 - main - security/py-{acme,certbot*}: Update to 2.11.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 03 Jul 2024 04:39:42 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cdde24b67d24f404b6b677070e1474e0c6ce0c32

commit cdde24b67d24f404b6b677070e1474e0c6ce0c32
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-07-03 04:37:32 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-07-03 04:37:32 +0000

    security/py-{acme,certbot*}: Update to 2.11.0
    
    - Add GitHub to MASTER_SITES
    
    Changes:        https://github.com/certbot/certbot/releases
---
 security/py-acme/Makefile                     | 3 ++-
 security/py-acme/distinfo                     | 6 +++---
 security/py-acme/version.mk                   | 2 +-
 security/py-certbot-apache/Makefile           | 4 +++-
 security/py-certbot-apache/distinfo           | 6 +++---
 security/py-certbot-dns-cloudflare/Makefile   | 6 ++++--
 security/py-certbot-dns-cloudflare/distinfo   | 6 +++---
 security/py-certbot-dns-digitalocean/Makefile | 4 +++-
 security/py-certbot-dns-digitalocean/distinfo | 6 +++---
 security/py-certbot-dns-dnsimple/Makefile     | 4 +++-
 security/py-certbot-dns-dnsimple/distinfo     | 6 +++---
 security/py-certbot-dns-dnsmadeeasy/Makefile  | 4 +++-
 security/py-certbot-dns-dnsmadeeasy/distinfo  | 6 +++---
 security/py-certbot-dns-gehirn/Makefile       | 4 +++-
 security/py-certbot-dns-gehirn/distinfo       | 6 +++---
 security/py-certbot-dns-google/Makefile       | 4 +++-
 security/py-certbot-dns-google/distinfo       | 6 +++---
 security/py-certbot-dns-linode/Makefile       | 4 +++-
 security/py-certbot-dns-linode/distinfo       | 6 +++---
 security/py-certbot-dns-luadns/Makefile       | 4 +++-
 security/py-certbot-dns-luadns/distinfo       | 6 +++---
 security/py-certbot-dns-nsone/Makefile        | 4 +++-
 security/py-certbot-dns-nsone/distinfo        | 6 +++---
 security/py-certbot-dns-ovh/Makefile          | 4 +++-
 security/py-certbot-dns-ovh/distinfo          | 6 +++---
 security/py-certbot-dns-rfc2136/Makefile      | 4 +++-
 security/py-certbot-dns-rfc2136/distinfo      | 6 +++---
 security/py-certbot-dns-route53/Makefile      | 4 +++-
 security/py-certbot-dns-route53/distinfo      | 6 +++---
 security/py-certbot-dns-sakuracloud/Makefile  | 4 +++-
 security/py-certbot-dns-sakuracloud/distinfo  | 6 +++---
 security/py-certbot-nginx/Makefile            | 4 +++-
 security/py-certbot-nginx/distinfo            | 6 +++---
 security/py-certbot/Makefile                  | 3 ++-
 security/py-certbot/distinfo                  | 6 +++---
 35 files changed, 102 insertions(+), 70 deletions(-)

diff --git a/security/py-acme/Makefile b/security/py-acme/Makefile
index 89f570079bef..9ccb9b03b0b3 100644
--- a/security/py-acme/Makefile
+++ b/security/py-acme/Makefile
@@ -2,7 +2,8 @@ PORTNAME=	acme
 PORTVERSION=	${ACME_VERSION}
 PORTEPOCH=	1
 CATEGORIES=	security python
-MASTER_SITES=	PYPI
+MASTER_SITES=	PYPI \
+		https://github.com/certbot/certbot/releases/download/v${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	python@FreeBSD.org
diff --git a/security/py-acme/distinfo b/security/py-acme/distinfo
index 796673b0f839..0bd17f48b182 100644
--- a/security/py-acme/distinfo
+++ b/security/py-acme/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1712189029
-SHA256 (acme-2.10.0.tar.gz) = de110d6550f22094c920ad6022f4b329380a6bd8f58dd671135c6226c3a470cc
-SIZE (acme-2.10.0.tar.gz) = 91659
+TIMESTAMP = 1718804862
+SHA256 (acme-2.11.0.tar.gz) = f4950015cf52ff0de12f37fc28034c7710aca63f64f1696253d2f6cb9f22645e
+SIZE (acme-2.11.0.tar.gz) = 91641
diff --git a/security/py-acme/version.mk b/security/py-acme/version.mk
index 5ed77576a6a0..a9cb0deaa044 100644
--- a/security/py-acme/version.mk
+++ b/security/py-acme/version.mk
@@ -1 +1 @@
-ACME_VERSION=	2.10.0
+ACME_VERSION=	2.11.0
diff --git a/security/py-certbot-apache/Makefile b/security/py-certbot-apache/Makefile
index 2a4ce67b5ff8..9dcf87a0244a 100644
--- a/security/py-certbot-apache/Makefile
+++ b/security/py-certbot-apache/Makefile
@@ -1,8 +1,10 @@
 PORTNAME=	certbot-apache
 PORTVERSION=	${ACME_VERSION}
 CATEGORIES=	security python
-MASTER_SITES=	PYPI
+MASTER_SITES=	PYPI \
+		https://github.com/certbot/certbot/releases/download/v${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	certbot_apache-${PORTVERSION}
 
 MAINTAINER=	python@FreeBSD.org
 COMMENT=	Apache plugin for Certbot
diff --git a/security/py-certbot-apache/distinfo b/security/py-certbot-apache/distinfo
index 5a456cd77f86..3ae4a5ef2d40 100644
--- a/security/py-certbot-apache/distinfo
+++ b/security/py-certbot-apache/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1712189031
-SHA256 (certbot-apache-2.10.0.tar.gz) = c7a46ff67eac2834a3e3b975e7a1d1bc7a7be889f51c2cdc87825abd5ccc825a
-SIZE (certbot-apache-2.10.0.tar.gz) = 182928
+TIMESTAMP = 1718805504
+SHA256 (certbot_apache-2.11.0.tar.gz) = 27d39c6ad4c95a5ee1d9d8c81e95c3379f8ba35ca181b4a0b64c2bd678983b43
+SIZE (certbot_apache-2.11.0.tar.gz) = 182950
diff --git a/security/py-certbot-dns-cloudflare/Makefile b/security/py-certbot-dns-cloudflare/Makefile
index 2a4e77617f0b..87772f23881d 100644
--- a/security/py-certbot-dns-cloudflare/Makefile
+++ b/security/py-certbot-dns-cloudflare/Makefile
@@ -1,8 +1,10 @@
 PORTNAME=	certbot-dns-cloudflare
 PORTVERSION=	${ACME_VERSION}
 CATEGORIES=	security python
-MASTER_SITES=	PYPI
+MASTER_SITES=	PYPI \
+		https://github.com/certbot/certbot/releases/download/v${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	certbot_dns_cloudflare-${PORTVERSION}
 
 MAINTAINER=	python@FreeBSD.org
 COMMENT=	Cloudflare DNS plugin for Certbot
@@ -17,7 +19,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}cloudflare>=1.5.1:dns/py-cloudflare@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}cloudflare>=1.5.1<2.20:dns/py-cloudflare@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools>=41.6.0:devel/py-setuptools@${PY_FLAVOR}
 
 USES=		python
diff --git a/security/py-certbot-dns-cloudflare/distinfo b/security/py-certbot-dns-cloudflare/distinfo
index db47e16cec35..d040c663b561 100644
--- a/security/py-certbot-dns-cloudflare/distinfo
+++ b/security/py-certbot-dns-cloudflare/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1712189031
-SHA256 (certbot-dns-cloudflare-2.10.0.tar.gz) = 45b058c3e515a1853b33dcc3367c12978c0930990a563d26c879d9883a639c07
-SIZE (certbot-dns-cloudflare-2.10.0.tar.gz) = 16150
+TIMESTAMP = 1718805505
+SHA256 (certbot_dns_cloudflare-2.11.0.tar.gz) = 42788044840328de1fe85ea32df1254823f1452e0479a60445fd364f8234a4a9
+SIZE (certbot_dns_cloudflare-2.11.0.tar.gz) = 16208
diff --git a/security/py-certbot-dns-digitalocean/Makefile b/security/py-certbot-dns-digitalocean/Makefile
index 4746d634866e..6dfa93dcd88a 100644
--- a/security/py-certbot-dns-digitalocean/Makefile
+++ b/security/py-certbot-dns-digitalocean/Makefile
@@ -1,8 +1,10 @@
 PORTNAME=	certbot-dns-digitalocean
 PORTVERSION=	${ACME_VERSION}
 CATEGORIES=	security python
-MASTER_SITES=	PYPI
+MASTER_SITES=	PYPI \
+		https://github.com/certbot/certbot/releases/download/v${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	certbot_dns_digitalocean-${PORTVERSION}
 
 MAINTAINER=	python@FreeBSD.org
 COMMENT=	DigitalOcean DNS Authenticator plugin for Certbot
diff --git a/security/py-certbot-dns-digitalocean/distinfo b/security/py-certbot-dns-digitalocean/distinfo
index f215a1b3abff..1712c8ff45c9 100644
--- a/security/py-certbot-dns-digitalocean/distinfo
+++ b/security/py-certbot-dns-digitalocean/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1712189032
-SHA256 (certbot-dns-digitalocean-2.10.0.tar.gz) = 4e2e0751884e5951533a06a582765814d9bac1faeb3a76b52c7f272ab7f991b0
-SIZE (certbot-dns-digitalocean-2.10.0.tar.gz) = 14418
+TIMESTAMP = 1718805506
+SHA256 (certbot_dns_digitalocean-2.11.0.tar.gz) = d5166fc7eb3b3e8a8de4b43e7485d60eda4225db1d525b6f096949d1487e1c6c
+SIZE (certbot_dns_digitalocean-2.11.0.tar.gz) = 14417
diff --git a/security/py-certbot-dns-dnsimple/Makefile b/security/py-certbot-dns-dnsimple/Makefile
index 91056b080704..a7393f28deac 100644
--- a/security/py-certbot-dns-dnsimple/Makefile
+++ b/security/py-certbot-dns-dnsimple/Makefile
@@ -1,8 +1,10 @@
 PORTNAME=	certbot-dns-dnsimple
 PORTVERSION=	${ACME_VERSION}
 CATEGORIES=	security python
-MASTER_SITES=	PYPI
+MASTER_SITES=	PYPI \
+		https://github.com/certbot/certbot/releases/download/v${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	certbot_dns_dnsimple-${PORTVERSION}
 
 MAINTAINER=	python@FreeBSD.org
 COMMENT=	DNSimple DNS Authenticator plugin for Certbot
diff --git a/security/py-certbot-dns-dnsimple/distinfo b/security/py-certbot-dns-dnsimple/distinfo
index 2a8456206737..e55ef876c8f5 100644
--- a/security/py-certbot-dns-dnsimple/distinfo
+++ b/security/py-certbot-dns-dnsimple/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1712189033
-SHA256 (certbot-dns-dnsimple-2.10.0.tar.gz) = 0ed483f93c95192432f1034646fb7e47684962f85fb30ecbd0628e0a6a7939bf
-SIZE (certbot-dns-dnsimple-2.10.0.tar.gz) = 11856
+TIMESTAMP = 1718805506
+SHA256 (certbot_dns_dnsimple-2.11.0.tar.gz) = 89796b4c8fa1610be9771239d98523e4b6ccb0acecad5f2c70d79b38bdba87a3
+SIZE (certbot_dns_dnsimple-2.11.0.tar.gz) = 11848
diff --git a/security/py-certbot-dns-dnsmadeeasy/Makefile b/security/py-certbot-dns-dnsmadeeasy/Makefile
index 4a25016b9bc5..11ff2abaa6d0 100644
--- a/security/py-certbot-dns-dnsmadeeasy/Makefile
+++ b/security/py-certbot-dns-dnsmadeeasy/Makefile
@@ -1,8 +1,10 @@
 PORTNAME=	certbot-dns-dnsmadeeasy
 PORTVERSION=	${ACME_VERSION}
 CATEGORIES=	security python
-MASTER_SITES=	PYPI
+MASTER_SITES=	PYPI \
+		https://github.com/certbot/certbot/releases/download/v${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	certbot_dns_dnsmadeeasy-${PORTVERSION}
 
 MAINTAINER=	python@FreeBSD.org
 COMMENT=	DNS Made Easy DNS Authenticator plugin for Certbot
diff --git a/security/py-certbot-dns-dnsmadeeasy/distinfo b/security/py-certbot-dns-dnsmadeeasy/distinfo
index 9acbc68cd72e..9519a530b6e3 100644
--- a/security/py-certbot-dns-dnsmadeeasy/distinfo
+++ b/security/py-certbot-dns-dnsmadeeasy/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1712189033
-SHA256 (certbot-dns-dnsmadeeasy-2.10.0.tar.gz) = f087a11bdc81eaa2b1d32b7fb7b898dc481c2b9876b8d8cfa9f5b538b569c02c
-SIZE (certbot-dns-dnsmadeeasy-2.10.0.tar.gz) = 12023
+TIMESTAMP = 1718805507
+SHA256 (certbot_dns_dnsmadeeasy-2.11.0.tar.gz) = 971eb1afb9b31d0def1d9a7311d9c65a7b3bacb14f778e686fbbde1924303ce0
+SIZE (certbot_dns_dnsmadeeasy-2.11.0.tar.gz) = 12005
diff --git a/security/py-certbot-dns-gehirn/Makefile b/security/py-certbot-dns-gehirn/Makefile
index df1527b5ddc6..94294843755e 100644
--- a/security/py-certbot-dns-gehirn/Makefile
+++ b/security/py-certbot-dns-gehirn/Makefile
@@ -1,8 +1,10 @@
 PORTNAME=	certbot-dns-gehirn
 PORTVERSION=	${ACME_VERSION}
 CATEGORIES=	security python
-MASTER_SITES=	PYPI
+MASTER_SITES=	PYPI \
+		https://github.com/certbot/certbot/releases/download/v${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	certbot_dns_gehirn-${PORTVERSION}
 
 MAINTAINER=	python@FreeBSD.org
 COMMENT=	Gehirn Infrastructure Service DNS Authenticator plugin for Certbot
diff --git a/security/py-certbot-dns-gehirn/distinfo b/security/py-certbot-dns-gehirn/distinfo
index 6fd6b8650423..d4bcc4bbc50e 100644
--- a/security/py-certbot-dns-gehirn/distinfo
+++ b/security/py-certbot-dns-gehirn/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1712189034
-SHA256 (certbot-dns-gehirn-2.10.0.tar.gz) = 669e7e550cde9664a1bcabd50c48967baff8674cf6a97253c1f45791209963cc
-SIZE (certbot-dns-gehirn-2.10.0.tar.gz) = 11939
+TIMESTAMP = 1718805507
+SHA256 (certbot_dns_gehirn-2.11.0.tar.gz) = caef7b7e8691571cac52ff34ab56d890aa490e83808bac389049e5d5f372f087
+SIZE (certbot_dns_gehirn-2.11.0.tar.gz) = 11941
diff --git a/security/py-certbot-dns-google/Makefile b/security/py-certbot-dns-google/Makefile
index 67820130b28c..4a2ad6f6ccbe 100644
--- a/security/py-certbot-dns-google/Makefile
+++ b/security/py-certbot-dns-google/Makefile
@@ -1,8 +1,10 @@
 PORTNAME=	certbot-dns-google
 PORTVERSION=	${ACME_VERSION}
 CATEGORIES=	security python
-MASTER_SITES=	PYPI
+MASTER_SITES=	PYPI \
+		https://github.com/certbot/certbot/releases/download/v${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	certbot_dns_google-${PORTVERSION}
 
 MAINTAINER=	python@FreeBSD.org
 COMMENT=	Google Cloud DNS Authenticator plugin for Certbot
diff --git a/security/py-certbot-dns-google/distinfo b/security/py-certbot-dns-google/distinfo
index 8ffb1f9e8e9f..bb562224114a 100644
--- a/security/py-certbot-dns-google/distinfo
+++ b/security/py-certbot-dns-google/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1712189035
-SHA256 (certbot-dns-google-2.10.0.tar.gz) = 626725a248726a387ef269107678976afde7ec3761c10671d7bf515cd7f47e99
-SIZE (certbot-dns-google-2.10.0.tar.gz) = 24901
+TIMESTAMP = 1718805508
+SHA256 (certbot_dns_google-2.11.0.tar.gz) = de5fd15b4b60e652ea41e556fccf09376fdc7f881ec7544cb1e25176b2a1a5bf
+SIZE (certbot_dns_google-2.11.0.tar.gz) = 24896
diff --git a/security/py-certbot-dns-linode/Makefile b/security/py-certbot-dns-linode/Makefile
index e21eeebff23b..06910522ddc8 100644
--- a/security/py-certbot-dns-linode/Makefile
+++ b/security/py-certbot-dns-linode/Makefile
@@ -1,8 +1,10 @@
 PORTNAME=	certbot-dns-linode
 PORTVERSION=	${ACME_VERSION}
 CATEGORIES=	security python
-MASTER_SITES=	PYPI
+MASTER_SITES=	PYPI \
+		https://github.com/certbot/certbot/releases/download/v${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	certbot_dns_linode-${PORTVERSION}
 
 MAINTAINER=	python@FreeBSD.org
 COMMENT=	Linode DNS Authenticator plugin for Certbot
diff --git a/security/py-certbot-dns-linode/distinfo b/security/py-certbot-dns-linode/distinfo
index 86a69d3d2a0c..28f8bd31fbc9 100644
--- a/security/py-certbot-dns-linode/distinfo
+++ b/security/py-certbot-dns-linode/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1712189035
-SHA256 (certbot-dns-linode-2.10.0.tar.gz) = c856b7259c8f2bb1f4d1f25451288ea480d3be5506174e61232abab5fdd3e745
-SIZE (certbot-dns-linode-2.10.0.tar.gz) = 12960
+TIMESTAMP = 1718805508
+SHA256 (certbot_dns_linode-2.11.0.tar.gz) = 60848af4c336928f0b069d350accae5abd5896118c36920247972b6759aa1ba6
+SIZE (certbot_dns_linode-2.11.0.tar.gz) = 12954
diff --git a/security/py-certbot-dns-luadns/Makefile b/security/py-certbot-dns-luadns/Makefile
index 145c29fe6765..071f6de9e85f 100644
--- a/security/py-certbot-dns-luadns/Makefile
+++ b/security/py-certbot-dns-luadns/Makefile
@@ -1,8 +1,10 @@
 PORTNAME=	certbot-dns-luadns
 PORTVERSION=	${ACME_VERSION}
 CATEGORIES=	security python
-MASTER_SITES=	PYPI
+MASTER_SITES=	PYPI \
+		https://github.com/certbot/certbot/releases/download/v${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	certbot_dns_luadns-${PORTVERSION}
 
 MAINTAINER=	python@FreeBSD.org
 COMMENT=	LuaDNS Authenticator plugin for Certbot
diff --git a/security/py-certbot-dns-luadns/distinfo b/security/py-certbot-dns-luadns/distinfo
index 23afbd45c64c..a66d7cfcf966 100644
--- a/security/py-certbot-dns-luadns/distinfo
+++ b/security/py-certbot-dns-luadns/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1712189036
-SHA256 (certbot-dns-luadns-2.10.0.tar.gz) = eecf6c720d1033b703e93ccae5b0cd33cea4870e5d08704deee705781114f5c7
-SIZE (certbot-dns-luadns-2.10.0.tar.gz) = 11857
+TIMESTAMP = 1718805509
+SHA256 (certbot_dns_luadns-2.11.0.tar.gz) = 9433b85393fe1c5a758073f34a6b20e7c113dba4e4202b0064fcc2d9ca1cd707
+SIZE (certbot_dns_luadns-2.11.0.tar.gz) = 11860
diff --git a/security/py-certbot-dns-nsone/Makefile b/security/py-certbot-dns-nsone/Makefile
index 04208cf673d0..fc2a28e3030f 100644
--- a/security/py-certbot-dns-nsone/Makefile
+++ b/security/py-certbot-dns-nsone/Makefile
@@ -1,8 +1,10 @@
 PORTNAME=	certbot-dns-nsone
 PORTVERSION=	${ACME_VERSION}
 CATEGORIES=	security python
-MASTER_SITES=	PYPI
+MASTER_SITES=	PYPI \
+		https://github.com/certbot/certbot/releases/download/v${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	certbot_dns_nsone-${PORTVERSION}
 
 MAINTAINER=	python@FreeBSD.org
 COMMENT=	NS1 DNS Authenticator plugin for Certbot
diff --git a/security/py-certbot-dns-nsone/distinfo b/security/py-certbot-dns-nsone/distinfo
index 5d44954ec813..2b2fab72ee75 100644
--- a/security/py-certbot-dns-nsone/distinfo
+++ b/security/py-certbot-dns-nsone/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1712189036
-SHA256 (certbot-dns-nsone-2.10.0.tar.gz) = 10cce872c88ccaca743fa7d23f330d99c6979dbc71f4f49556d492912f3984d6
-SIZE (certbot-dns-nsone-2.10.0.tar.gz) = 11929
+TIMESTAMP = 1718805510
+SHA256 (certbot_dns_nsone-2.11.0.tar.gz) = 944a205a45bb7fea61d58b87ee0c87997b6d36ca5ebb41cd4bc2626111c22ca8
+SIZE (certbot_dns_nsone-2.11.0.tar.gz) = 11919
diff --git a/security/py-certbot-dns-ovh/Makefile b/security/py-certbot-dns-ovh/Makefile
index f21c10529811..810f32927f53 100644
--- a/security/py-certbot-dns-ovh/Makefile
+++ b/security/py-certbot-dns-ovh/Makefile
@@ -1,8 +1,10 @@
 PORTNAME=	certbot-dns-ovh
 PORTVERSION=	${ACME_VERSION}
 CATEGORIES=	security python
-MASTER_SITES=	PYPI
+MASTER_SITES=	PYPI \
+		https://github.com/certbot/certbot/releases/download/v${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	certbot_dns_ovh-${PORTVERSION}
 
 MAINTAINER=	python@FreeBSD.org
 COMMENT=	OVH DNS Authenticator plugin for Certbot
diff --git a/security/py-certbot-dns-ovh/distinfo b/security/py-certbot-dns-ovh/distinfo
index 388cd1c3c70f..12d928a31f15 100644
--- a/security/py-certbot-dns-ovh/distinfo
+++ b/security/py-certbot-dns-ovh/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1712189037
-SHA256 (certbot-dns-ovh-2.10.0.tar.gz) = 3261df25102e361ca2d7e82be8bad30536eca324d61dc8c95a24576fe4fab396
-SIZE (certbot-dns-ovh-2.10.0.tar.gz) = 12300
+TIMESTAMP = 1718805510
+SHA256 (certbot_dns_ovh-2.11.0.tar.gz) = 6be4feb03782bf2dc876319df0a54ee567241d777132546785b1f7c072e6a2df
+SIZE (certbot_dns_ovh-2.11.0.tar.gz) = 12282
diff --git a/security/py-certbot-dns-rfc2136/Makefile b/security/py-certbot-dns-rfc2136/Makefile
index c3888044d773..01af05d7bf7b 100644
--- a/security/py-certbot-dns-rfc2136/Makefile
+++ b/security/py-certbot-dns-rfc2136/Makefile
@@ -1,8 +1,10 @@
 PORTNAME=	certbot-dns-rfc2136
 PORTVERSION=	${ACME_VERSION}
 CATEGORIES=	security python
-MASTER_SITES=	PYPI
+MASTER_SITES=	PYPI \
+		https://github.com/certbot/certbot/releases/download/v${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	certbot_dns_rfc2136-${PORTVERSION}
 
 MAINTAINER=	python@FreeBSD.org
 COMMENT=	RFC 2136 DNS Authenticator plugin for Certbot
diff --git a/security/py-certbot-dns-rfc2136/distinfo b/security/py-certbot-dns-rfc2136/distinfo
index 373817126297..eb93e44b0a14 100644
--- a/security/py-certbot-dns-rfc2136/distinfo
+++ b/security/py-certbot-dns-rfc2136/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1712189038
-SHA256 (certbot-dns-rfc2136-2.10.0.tar.gz) = 4f9af6c58c994d1c95e0878a1b5bf6d1d44fbb31ebcce1209cdb68a4927aca10
-SIZE (certbot-dns-rfc2136-2.10.0.tar.gz) = 16643
+TIMESTAMP = 1718805511
+SHA256 (certbot_dns_rfc2136-2.11.0.tar.gz) = 413a80c09e3a00162d9f7833cb2f5ed3690ae0833e09be84c795b7ee5a357c4b
+SIZE (certbot_dns_rfc2136-2.11.0.tar.gz) = 16638
diff --git a/security/py-certbot-dns-route53/Makefile b/security/py-certbot-dns-route53/Makefile
index 5cb05c17b0d7..de7dffe792d4 100644
--- a/security/py-certbot-dns-route53/Makefile
+++ b/security/py-certbot-dns-route53/Makefile
@@ -1,8 +1,10 @@
 PORTNAME=	certbot-dns-route53
 PORTVERSION=	${ACME_VERSION}
 CATEGORIES=	security python
-MASTER_SITES=	PYPI
+MASTER_SITES=	PYPI \
+		https://github.com/certbot/certbot/releases/download/v${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	certbot_dns_route53-${PORTVERSION}
 
 MAINTAINER=	python@FreeBSD.org
 COMMENT=	Route53 DNS Authenticator plugin for Certbot
diff --git a/security/py-certbot-dns-route53/distinfo b/security/py-certbot-dns-route53/distinfo
index bb55106e6ad7..28b0ed5441a7 100644
--- a/security/py-certbot-dns-route53/distinfo
+++ b/security/py-certbot-dns-route53/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1712189038
-SHA256 (certbot-dns-route53-2.10.0.tar.gz) = 3bbe69cf7469ca2d826ba268dfb593348c41a4b1dd8af0cace665921b53d2ba7
-SIZE (certbot-dns-route53-2.10.0.tar.gz) = 15381
+TIMESTAMP = 1718805512
+SHA256 (certbot_dns_route53-2.11.0.tar.gz) = 5fd11e3546175574ccc51aaeccb19860e00c633f9bbeb0c4d033bac5553b15bd
+SIZE (certbot_dns_route53-2.11.0.tar.gz) = 15406
diff --git a/security/py-certbot-dns-sakuracloud/Makefile b/security/py-certbot-dns-sakuracloud/Makefile
index 9152e690605c..05c2246468eb 100644
--- a/security/py-certbot-dns-sakuracloud/Makefile
+++ b/security/py-certbot-dns-sakuracloud/Makefile
@@ -1,8 +1,10 @@
 PORTNAME=	certbot-dns-sakuracloud
 PORTVERSION=	${ACME_VERSION}
 CATEGORIES=	security python
-MASTER_SITES=	PYPI
+MASTER_SITES=	PYPI \
+		https://github.com/certbot/certbot/releases/download/v${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	certbot_dns_sakuracloud-${PORTVERSION}
 
 MAINTAINER=	python@FreeBSD.org
 COMMENT=	Sakura Cloud DNS Authenticator plugin for Certbot
diff --git a/security/py-certbot-dns-sakuracloud/distinfo b/security/py-certbot-dns-sakuracloud/distinfo
index 8d81f7b1ea92..fd82af34c5d8 100644
--- a/security/py-certbot-dns-sakuracloud/distinfo
+++ b/security/py-certbot-dns-sakuracloud/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1712189039
-SHA256 (certbot-dns-sakuracloud-2.10.0.tar.gz) = 788609aab8eee36745530e811e03cdb8f1680b95bc44e3661a85ec7f4c2917e8
-SIZE (certbot-dns-sakuracloud-2.10.0.tar.gz) = 11933
+TIMESTAMP = 1718805512
+SHA256 (certbot_dns_sakuracloud-2.11.0.tar.gz) = 5de91708fa9110e18088825934a913d4fbe92ad4944a50a91d3a3a94c9f31ff7
+SIZE (certbot_dns_sakuracloud-2.11.0.tar.gz) = 11923
diff --git a/security/py-certbot-nginx/Makefile b/security/py-certbot-nginx/Makefile
index 5d67496b7389..31624c139744 100644
--- a/security/py-certbot-nginx/Makefile
+++ b/security/py-certbot-nginx/Makefile
@@ -1,8 +1,10 @@
 PORTNAME=	certbot-nginx
 PORTVERSION=	${ACME_VERSION}
 CATEGORIES=	security python
-MASTER_SITES=	PYPI
+MASTER_SITES=	PYPI \
+		https://github.com/certbot/certbot/releases/download/v${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	certbot_nginx-${PORTVERSION}
 
 MAINTAINER=	python@FreeBSD.org
 COMMENT=	NGINX plugin for Certbot
diff --git a/security/py-certbot-nginx/distinfo b/security/py-certbot-nginx/distinfo
index 3ed0a64ebe59..b3aa3bbe2984 100644
--- a/security/py-certbot-nginx/distinfo
+++ b/security/py-certbot-nginx/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1712189040
-SHA256 (certbot-nginx-2.10.0.tar.gz) = 9add7e8b7005fe6d8405cb74fd868d4b3689a572957a9112d654a5ac1e7f4d91
-SIZE (certbot-nginx-2.10.0.tar.gz) = 78264
+TIMESTAMP = 1718805513
+SHA256 (certbot_nginx-2.11.0.tar.gz) = 0d1fd009b38229d510fe2e33122758a4ae2ee790c324234ab99ec984211d4d6f
+SIZE (certbot_nginx-2.11.0.tar.gz) = 78224
diff --git a/security/py-certbot/Makefile b/security/py-certbot/Makefile
index b7e49504ae1e..5b0374fd0da5 100644
--- a/security/py-certbot/Makefile
+++ b/security/py-certbot/Makefile
@@ -2,7 +2,8 @@ PORTNAME=	certbot
 PORTVERSION=	${ACME_VERSION}
 PORTEPOCH=	1
 CATEGORIES=	security python
-MASTER_SITES=	PYPI
+MASTER_SITES=	PYPI \
+		https://github.com/certbot/certbot/releases/download/v${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	python@FreeBSD.org
diff --git a/security/py-certbot/distinfo b/security/py-certbot/distinfo
index a34bd406722f..b623b2ad733a 100644
--- a/security/py-certbot/distinfo
+++ b/security/py-certbot/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1712189030
-SHA256 (certbot-2.10.0.tar.gz) = 892aa57d4db74af174aec5e4bb7f7537b200de2545a066c049d03a53215f0e4e
-SIZE (certbot-2.10.0.tar.gz) = 437757
+TIMESTAMP = 1718804862
+SHA256 (certbot-2.11.0.tar.gz) = 257ae1cb0a534373ca50dd807c9ae96f27660e41379c45afb9b50cab0e6a7a97
+SIZE (certbot-2.11.0.tar.gz) = 438415