7bbd7861a0
- An issue where Certbot's ACME module would raise an AttributeError trying to create self-signed certificates when used with pyOpenSSL 17.3.0 has been resolved. For Certbot users with this version of pyOpenSSL, this caused Certbot to crash when performing a TLS SNI challenge or when the Nginx plugin tried to create an SSL server block.
18 lines
468 B
Text
18 lines
468 B
Text
# $NetBSD: Makefile.common,v 1.17 2017/09/27 12:44:39 fhajny Exp $
|
|
#
|
|
# used by security/py-acme/Makefile
|
|
# used by security/py-certbot/Makefile
|
|
|
|
DISTNAME= certbot-0.18.2
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=certbot/}
|
|
|
|
HOMEPAGE= https://letsencrypt.org/
|
|
|
|
GITHUB_PROJECT= certbot
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
EXTRACT_USING= bsdtar
|
|
USE_TOOLS+= bsdtar
|
|
|
|
DISTINFO_FILE= ${PKGDIR}/../../security/py-certbot/distinfo
|
|
#PATCHDIR= ${PKGDIR}/../../security/py-certbot/patches
|