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

Collapse All | Expand All

(-)b/security/py-certbot-dns-cpanel/Makefile (-1 / +1 lines)
Lines 1-5 Link Here
1
PORTNAME=	certbot-dns-cpanel
1
PORTNAME=	certbot-dns-cpanel
2
DISTVERSION=	0.2.2
2
DISTVERSION=	0.3.0
3
CATEGORIES=	security python
3
CATEGORIES=	security python
4
MASTER_SITES=	CHEESESHOP
4
MASTER_SITES=	CHEESESHOP
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
(-)b/security/py-certbot-dns-cpanel/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1592684154
1
TIMESTAMP = 1629025996
2
SHA256 (certbot-dns-cpanel-0.2.2.tar.gz) = 12b4f9863e572a3e02affb9a3f0a6ca663d8b88664237c785fea0662eee21471
2
SHA256 (certbot-dns-cpanel-0.3.0.tar.gz) = 2cbaa7617309c2ce9f35a0457914c71d5b2073663f95a6dc7a77477a2c902547
3
SIZE (certbot-dns-cpanel-0.2.2.tar.gz) = 4478
3
SIZE (certbot-dns-cpanel-0.3.0.tar.gz) = 8043
(-)b/security/py-certbot-dns-cpanel/files/credentials.ini.sample (-1 / +6 lines)
Lines 7-13 certbot_dns_cpanel:cpanel_url = https://cpanel.exemple.com:2083 Link Here
7
# The cPanel username
7
# The cPanel username
8
certbot_dns_cpanel:cpanel_username = user
8
certbot_dns_cpanel:cpanel_username = user
9
9
10
# The cPanel password
10
# The cPanel password 
11
certbot_dns_cpanel:cpanel_password = hunter2
11
certbot_dns_cpanel:cpanel_password = hunter2
12
12
13
# The cPanel API Token
14
certbot_dns_cpanel:cpanel_token = EUTQ793EY7MIRX4EMXXXXXXXXXXOX4JF
15
16
# You only need to configure API Token or Password. If you supply both, the API Token will be used
17
13
# vi:syntax=ini
18
# vi:syntax=ini

Return to bug 257857