Skip to content

Commit

Permalink
security/py-certbot-dns-standalone: New port
Browse files Browse the repository at this point in the history
Standalone DNS Authenticator plugin for Certbot

This is a plugin that uses an integrated DNS server to respond to the
_acme-challenge records, so the domain's records do not have to be modified.

PR:	271889
  • Loading branch information
Jamie Landeg-Jones authored and infracaninophile committed Jun 7, 2023
1 parent e41a7b0 commit c69de36
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions security/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,7 @@
SUBDIR += py-certbot-dns-rfc2136
SUBDIR += py-certbot-dns-route53
SUBDIR += py-certbot-dns-sakuracloud
SUBDIR += py-certbot-dns-standalone
SUBDIR += py-certbot-nginx
SUBDIR += py-certifi
SUBDIR += py-certstream
Expand Down
24 changes: 24 additions & 0 deletions security/py-certbot-dns-standalone/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
PORTNAME= certbot-dns-standalone
PORTVERSION= 1.1
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= jamie@catflap.org
COMMENT= Standalone DNS Authenticator plugin for Certbot
WWW= https://github.com/siilike/certbot-dns-standalone

LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

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}dnslib>=0.9.0:dns/py-dnslib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mock>5.0.0:devel/py-mock@${PY_FLAVOR} \

USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions security/py-certbot-dns-standalone/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1684977504
SHA256 (certbot-dns-standalone-1.1.tar.gz) = fc0b02e5a4f818adac56efbba6903211d3ef4a4d157f1500489e5621a92c30a1
SIZE (certbot-dns-standalone-1.1.tar.gz) = 12809
4 changes: 4 additions & 0 deletions security/py-certbot-dns-standalone/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Standalone DNS Authenticator plugin for Certbot (security/py-certbot).

This is a plugin that uses an integrated DNS server to respond to the
_acme-challenge records, so the domain's records do not have to be modified.

0 comments on commit c69de36

Please sign in to comment.