pkgsrc/security/py-certbot-dns-dnsmadeeasy/Makefile
adam 281c00a6f2 py-acme/py-certbot: updated to 0.39.0
0.39.0:

Added
Support for Python 3.8 was added to Certbot and all of its components.
Support for CentOS 8 was added to certbot-auto.

Changed
Don't send OCSP requests for expired certificates
Return to using platform.linux_distribution instead of distro.linux_distribution in OS fingerprinting for Python < 3.8
Updated the Nginx plugin's TLS configuration to keep support for some versions of IE11.

Fixed
Fixed OS detection in the Apache plugin on RHEL 6.
2019-10-02 17:36:43 +00:00

18 lines
747 B
Makefile

# $NetBSD: Makefile,v 1.2 2019/10/02 17:36:43 adam Exp $
.include "../../security/py-certbot/Makefile.common"
DISTNAME= certbot-dns-dnsmadeeasy-${CERTBOT_VERSION}
MASTER_SITES= ${MASTER_SITE_PYPI:=c/certbot-dns-dnsmadeeasy/}
COMMENT= DNS Made Easy DNS Authenticator plugin for Certbot
DEPENDS+= ${PYPKGPREFIX}-acme>=0.31.0:../../security/py-acme
DEPENDS+= ${PYPKGPREFIX}-certbot>=0.39.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
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"