pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security py-acme, py-certbot*: updated to 0.31.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ebc969bc6ef0
branches:  trunk
changeset: 319364:ebc969bc6ef0
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Feb 12 12:56:31 2019 +0000

description:
py-acme,py-certbot*: updated to 0.31.0

0.31.0:

Added
Avoid reprocessing challenges that are already validated when a certificate is issued.
Support for initiating (but not solving end-to-end) TLS-ALPN-01 challenges with the acme module.

Changed
Certbot's official Docker images are now based on Alpine Linux 3.9 rather than 3.7. The new version comes with OpenSSL 1.1.1.
Lexicon-based DNS plugins are now fully compatible with Lexicon 3.x (support on 2.x branch is maintained).
Apache plugin now attempts to configure all VirtualHosts matching requested domain name instead of only a single one when answering the HTTP-01 challenge.

Fixed
Fixed accessing josepy contents through acme.jose when the full acme.jose path is used.
Clarify behavior for deleting certs as part of revocation.
Despite us having broken lockstep, we are continuing to release new versions of all Certbot components during releases for the time being, however, the only package with changes other than its 
version number was:

acme
certbot
certbot-apache
certbot-dns-cloudxns
certbot-dns-dnsimple
certbot-dns-dnsmadeeasy
certbot-dns-gehirn
certbot-dns-linode
certbot-dns-luadns
certbot-dns-nsone
certbot-dns-ovh
certbot-dns-sakuracloud
More details about these changes can be found on our GitHub repo.

diffstat:

 security/Makefile                            |   3 +-
 security/py-acme/Makefile                    |  22 ++++++++-------
 security/py-acme/distinfo                    |   6 ++++
 security/py-certbot-dns-ovh/Makefile         |  22 +++++++-------
 security/py-certbot-dns-ovh/distinfo         |   6 ++++
 security/py-certbot-dns-rfc2136/Makefile     |  16 +++++-----
 security/py-certbot-dns-rfc2136/distinfo     |   6 ++++
 security/py-certbot-dns-route53/Makefile     |  16 +++++-----
 security/py-certbot-dns-route53/distinfo     |   6 ++++
 security/py-certbot-dns-sakuracloud/Makefile |  20 +++++++-------
 security/py-certbot-dns-sakuracloud/distinfo |   6 ++++
 security/py-certbot-nginx/Makefile           |  24 ++++++++--------
 security/py-certbot-nginx/distinfo           |   6 ++++
 security/py-certbot/ALTERNATIVES             |   2 +-
 security/py-certbot/Makefile                 |  39 ++++++++++++++++-----------
 security/py-certbot/Makefile.common          |  23 ----------------
 security/py-certbot/PLIST                    |   6 ++--
 security/py-certbot/distinfo                 |  10 +++---
 18 files changed, 131 insertions(+), 108 deletions(-)

diffs (truncated from 451 to 300 lines):

diff -r 5686f2a15c0b -r ebc969bc6ef0 security/Makefile
--- a/security/Makefile Tue Feb 12 12:45:36 2019 +0000
+++ b/security/Makefile Tue Feb 12 12:56:31 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.694 2019/01/18 04:44:28 tpaul Exp $
+# $NetBSD: Makefile,v 1.695 2019/02/12 12:56:31 adam Exp $
 #
 
 COMMENT=       Security tools
@@ -403,6 +403,7 @@
 SUBDIR+=       py-backports.ssl_match_hostname
 SUBDIR+=       py-bcrypt
 SUBDIR+=       py-certbot
+SUBDIR+=       py-certbot-apache
 SUBDIR+=       py-certbot-dns-ovh
 SUBDIR+=       py-certbot-dns-rfc2136
 SUBDIR+=       py-certbot-dns-route53
diff -r 5686f2a15c0b -r ebc969bc6ef0 security/py-acme/Makefile
--- a/security/py-acme/Makefile Tue Feb 12 12:45:36 2019 +0000
+++ b/security/py-acme/Makefile Tue Feb 12 12:56:31 2019 +0000
@@ -1,15 +1,16 @@
-# $NetBSD: Makefile,v 1.13 2018/12/15 21:12:22 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2019/02/12 12:56:31 adam Exp $
 
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/certbot/acme/}
-CATEGORIES=    security
+DISTNAME=      acme-0.31.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    security python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=a/acme/}
 
+MAINTAINER=    fhajny%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/certbot/certbot
 COMMENT=       ACME protocol implementation in Python
-MAINTAINER=    fhajny%NetBSD.org@localhost
 LICENSE=       apache-2.0
 
-.include "../../security/py-certbot/Makefile.common"
-
-DEPENDS+=      ${PYPKGPREFIX}-cryptography>=0.8:../../security/py-cryptography
+DEPENDS+=      ${PYPKGPREFIX}-cryptography>=1.2.3:../../security/py-cryptography
 DEPENDS+=      ${PYPKGPREFIX}-josepy>=1.0.0:../../security/py-josepy
 DEPENDS+=      ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 DEPENDS+=      ${PYPKGPREFIX}-OpenSSL>=0.15:../../security/py-OpenSSL
@@ -17,11 +18,12 @@
 DEPENDS+=      ${PYPKGPREFIX}-requests>2.10:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-requests-toolbelt>=0.3.0:../../devel/py-requests-toolbelt
 DEPENDS+=      ${PYPKGPREFIX}-rfc3339-[0-9]*:../../time/py-rfc3339
+DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-six>1.9.0:../../lang/py-six
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
 
-EGG_NAME=      ${DISTNAME:S/certbot/acme/}
-
-PYSETUPSUBDIR= acme
+USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 5686f2a15c0b -r ebc969bc6ef0 security/py-acme/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-acme/distinfo Tue Feb 12 12:56:31 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/02/12 12:56:31 adam Exp $
+
+SHA1 (acme-0.31.0.tar.gz) = 4927de1b40aad8fabf409843f76b68a605548a38
+RMD160 (acme-0.31.0.tar.gz) = 61f3599a114ba4a8a8d33e7ecee20f59c45321ae
+SHA512 (acme-0.31.0.tar.gz) = e022cfd0b12b080e5ebb7b5699f0fc0f29102d10cdb399125d296b3dbe25736e3689b4c9894faa0c9c8c918f82d9ba3ef39adfcf799201dcb2dc73e071d4fa3e
+Size (acme-0.31.0.tar.gz) = 82806 bytes
diff -r 5686f2a15c0b -r ebc969bc6ef0 security/py-certbot-dns-ovh/Makefile
--- a/security/py-certbot-dns-ovh/Makefile      Tue Feb 12 12:45:36 2019 +0000
+++ b/security/py-certbot-dns-ovh/Makefile      Tue Feb 12 12:56:31 2019 +0000
@@ -1,23 +1,23 @@
-# $NetBSD: Makefile,v 1.1 2019/01/15 11:59:58 triaxx Exp $
+# $NetBSD: Makefile,v 1.2 2019/02/12 12:56:31 adam Exp $
 
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/certbot/certbot-dns-ovh/}
-CATEGORIES=    security
+DISTNAME=      certbot-dns-ovh-0.31.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    security python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=c/certbot-dns-ovh/}
 
+MAINTAINER=    triaxx%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/certbot/certbot
 COMMENT=       OVH DNS Authenticator plugin for Certbot
-MAINTAINER=    triaxx%NetBSD.org@localhost
 LICENSE=       apache-2.0
 
-.include "../../security/py-certbot/Makefile.common"
-
-DEPENDS+=      ${PYPKGPREFIX}-acme>=0.21.1:../../security/py-acme
-DEPENDS+=      ${PYPKGPREFIX}-certbot>=0.21.1:../../security/py-certbot
+DEPENDS+=      ${PYPKGPREFIX}-acme>=0.31.0:../../security/py-acme
+DEPENDS+=      ${PYPKGPREFIX}-certbot>=0.31.0:../../security/py-certbot
 DEPENDS+=      ${PYPKGPREFIX}-lexicon-[0-9]*:../../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
 
-EGG_NAME=      ${DISTNAME:S/certbot/certbot_dns_ovh/}
-
-PYSETUPSUBDIR= certbot-dns-ovh
+USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 5686f2a15c0b -r ebc969bc6ef0 security/py-certbot-dns-ovh/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-certbot-dns-ovh/distinfo      Tue Feb 12 12:56:31 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/02/12 12:56:31 adam Exp $
+
+SHA1 (certbot-dns-ovh-0.31.0.tar.gz) = 3648b99dfa08a3e18d270073b23f493851ac9ee3
+RMD160 (certbot-dns-ovh-0.31.0.tar.gz) = 7b691aa44ee72dc25ef8ad4098bc53befb12e995
+SHA512 (certbot-dns-ovh-0.31.0.tar.gz) = c9fae4b680d5dd0b09a23e7b8b1542a8cd95ac6f1f4f902bbd8103403f0a2f3dc2cc3a3d7b3931cb04a9ae8ddea70d95b41346d568dfd4a93f08db6966ac1970
+Size (certbot-dns-ovh-0.31.0.tar.gz) = 11670 bytes
diff -r 5686f2a15c0b -r ebc969bc6ef0 security/py-certbot-dns-rfc2136/Makefile
--- a/security/py-certbot-dns-rfc2136/Makefile  Tue Feb 12 12:45:36 2019 +0000
+++ b/security/py-certbot-dns-rfc2136/Makefile  Tue Feb 12 12:56:31 2019 +0000
@@ -1,23 +1,23 @@
-# $NetBSD: Makefile,v 1.2 2018/09/06 12:26:43 fhajny Exp $
+# $NetBSD: Makefile,v 1.3 2019/02/12 12:56:31 adam Exp $
 
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/certbot/certbot-dns-rfc2136/}
-CATEGORIES=    security
+DISTNAME=      certbot-dns-rfc2136-0.31.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    security python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=c/certbot-dns-rfc2136/}
 
 COMMENT=       RFC 2136 DNS Authenticator plugin for Certbot
 MAINTAINER=    triaxx%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/certbot/certbot
 LICENSE=       apache-2.0
 
-.include "../../security/py-certbot/Makefile.common"
-
 DEPENDS+=      ${PYPKGPREFIX}-acme>=0.21.1:../../security/py-acme
 DEPENDS+=      ${PYPKGPREFIX}-certbot>=0.21.1:../../security/py-certbot
 DEPENDS+=      ${PYPKGPREFIX}-dns-[0-9]*:../../net/py-dns
 DEPENDS+=      ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
 
-EGG_NAME=      ${DISTNAME:S/certbot/certbot_dns_rfc2136/}
-
-PYSETUPSUBDIR= certbot-dns-rfc2136
+USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 5686f2a15c0b -r ebc969bc6ef0 security/py-certbot-dns-rfc2136/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-certbot-dns-rfc2136/distinfo  Tue Feb 12 12:56:31 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/02/12 12:56:31 adam Exp $
+
+SHA1 (certbot-dns-rfc2136-0.31.0.tar.gz) = 79da48a9aee2190a3900dccd737ab4f44002b2e0
+RMD160 (certbot-dns-rfc2136-0.31.0.tar.gz) = c9e320eb26e646228ea3696b8d4f4c08013aa588
+SHA512 (certbot-dns-rfc2136-0.31.0.tar.gz) = bb76cff6c830a7d2504b4508a73fda58d225b93fd9b0cec7668a1b6ea3b84d0ab0ad314bdfa93e00df3aaeb6a8a52c868254c657a25c365669adbf2e4e5458e9
+Size (certbot-dns-rfc2136-0.31.0.tar.gz) = 13664 bytes
diff -r 5686f2a15c0b -r ebc969bc6ef0 security/py-certbot-dns-route53/Makefile
--- a/security/py-certbot-dns-route53/Makefile  Tue Feb 12 12:45:36 2019 +0000
+++ b/security/py-certbot-dns-route53/Makefile  Tue Feb 12 12:56:31 2019 +0000
@@ -1,23 +1,23 @@
-# $NetBSD: Makefile,v 1.1 2019/01/15 09:38:10 triaxx Exp $
+# $NetBSD: Makefile,v 1.2 2019/02/12 12:56:31 adam Exp $
 
+DISTNAME=      certbot-dns-route53-0.31.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/certbot/certbot-dns-route53/}
-CATEGORIES=    security
+CATEGORIES=    security python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=c/certbot-dns-route53/}
 
 COMMENT=       Amazon Web Services Route 53 API plugin for Certbot
 MAINTAINER=    triaxx%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/certbot/certbot
 LICENSE=       apache-2.0
 
-.include "../../security/py-certbot/Makefile.common"
-
-DEPENDS+=      ${PYPKGPREFIX}-acme>=0.21.1:../../security/py-acme
+DEPENDS+=      ${PYPKGPREFIX}-acme>=0.25.0:../../security/py-acme
 DEPENDS+=      ${PYPKGPREFIX}-boto3-[0-9]*:../../net/py-boto3
 DEPENDS+=      ${PYPKGPREFIX}-certbot>=0.21.1:../../security/py-certbot
 DEPENDS+=      ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
 
-EGG_NAME=      ${DISTNAME:S/certbot/certbot_dns_route53/}
-
-PYSETUPSUBDIR= certbot-dns-route53
+USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 5686f2a15c0b -r ebc969bc6ef0 security/py-certbot-dns-route53/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-certbot-dns-route53/distinfo  Tue Feb 12 12:56:31 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/02/12 12:56:31 adam Exp $
+
+SHA1 (certbot-dns-route53-0.31.0.tar.gz) = 76f03b0caf08cdfa4eb137bcac0477dc2dfba2dd
+RMD160 (certbot-dns-route53-0.31.0.tar.gz) = b97204296cca9075d1a6696f9163c6c1b9ea9ff3
+SHA512 (certbot-dns-route53-0.31.0.tar.gz) = 402e08fbcc72affa787cf2f57f3984fa21b6ccbc121cb09b4f3727a80fa36e94f83c6cdc37735c7a4257ca96c1ec5d90d8f7655ae3b67b7002ca305b5bbe9e43
+Size (certbot-dns-route53-0.31.0.tar.gz) = 14498 bytes
diff -r 5686f2a15c0b -r ebc969bc6ef0 security/py-certbot-dns-sakuracloud/Makefile
--- a/security/py-certbot-dns-sakuracloud/Makefile      Tue Feb 12 12:45:36 2019 +0000
+++ b/security/py-certbot-dns-sakuracloud/Makefile      Tue Feb 12 12:56:31 2019 +0000
@@ -1,23 +1,23 @@
-# $NetBSD: Makefile,v 1.1 2019/01/15 12:01:49 triaxx Exp $
+# $NetBSD: Makefile,v 1.2 2019/02/12 12:56:31 adam Exp $
 
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/certbot/certbot-dns-sakuracloud/}
-CATEGORIES=    security
+DISTNAME=      certbot-dns-sakuracloud-0.31.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    security python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=c/certbot-dns-sakuracloud/}
 
 COMMENT=       Sakura Cloud DNS Authenticator plugin for Certbot
 MAINTAINER=    triaxx%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/certbot/certbot
 LICENSE=       apache-2.0
 
-.include "../../security/py-certbot/Makefile.common"
-
-DEPENDS+=      ${PYPKGPREFIX}-acme>=0.21.1:../../security/py-acme
-DEPENDS+=      ${PYPKGPREFIX}-certbot>=0.21.1:../../security/py-certbot
+DEPENDS+=      ${PYPKGPREFIX}-acme>=0.31.0:../../security/py-acme
+DEPENDS+=      ${PYPKGPREFIX}-certbot>=0.31.0:../../security/py-certbot
 DEPENDS+=      ${PYPKGPREFIX}-lexicon-[0-9]*:../../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
 
-EGG_NAME=      ${DISTNAME:S/certbot/certbot_dns_sakuracloud/}
-
-PYSETUPSUBDIR= certbot-dns-sakuracloud
+USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 5686f2a15c0b -r ebc969bc6ef0 security/py-certbot-dns-sakuracloud/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-certbot-dns-sakuracloud/distinfo      Tue Feb 12 12:56:31 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/02/12 12:56:31 adam Exp $
+
+SHA1 (certbot-dns-sakuracloud-0.31.0.tar.gz) = 05b09b6121c4a5abb46b6fe803a6067bacccf378
+RMD160 (certbot-dns-sakuracloud-0.31.0.tar.gz) = 9b93d5aae7c8984f2d789a8626beeeb9fff80045
+SHA512 (certbot-dns-sakuracloud-0.31.0.tar.gz) = 86b1f703e93738269bb059af43a105b1d27b4c27a659dd991defecd3d1b3c06b7219270e9655c995a5c8990b299c267dbd28bea49ece73889b93a68a259315cf
+Size (certbot-dns-sakuracloud-0.31.0.tar.gz) = 11588 bytes
diff -r 5686f2a15c0b -r ebc969bc6ef0 security/py-certbot-nginx/Makefile
--- a/security/py-certbot-nginx/Makefile        Tue Feb 12 12:45:36 2019 +0000
+++ b/security/py-certbot-nginx/Makefile        Tue Feb 12 12:56:31 2019 +0000
@@ -1,24 +1,24 @@
-# $NetBSD: Makefile,v 1.1 2019/01/15 12:05:47 triaxx Exp $
+# $NetBSD: Makefile,v 1.2 2019/02/12 12:56:31 adam Exp $
 
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/certbot/certbot-nginx/}
-CATEGORIES=    security
+DISTNAME=      certbot-nginx-0.31.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    security python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=c/certbot-nginx/}
 
 COMMENT=       Nginx plugin for Certbot
 MAINTAINER=    triaxx%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/certbot/certbot
 LICENSE=       apache-2.0
 
-.include "../../security/py-certbot/Makefile.common"
-
-DEPENDS+=      ${PYPKGPREFIX}-acme>=0.21.1:../../security/py-acme
-DEPENDS+=      ${PYPKGPREFIX}-certbot>=0.21.1:../../security/py-certbot
+DEPENDS+=      ${PYPKGPREFIX}-OpenSSL-[0-9]*:../../security/py-OpenSSL
+DEPENDS+=      ${PYPKGPREFIX}-acme>=0.26.0:../../security/py-acme
+DEPENDS+=      ${PYPKGPREFIX}-certbot>=0.22.0:../../security/py-certbot
 DEPENDS+=      ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-DEPENDS+=      ${PYPKGPREFIX}-OpenSSL-[0-9]*:../../security/py-OpenSSL
-DEPENDS+=      ${PYPKGPREFIX}-pyparsing-[0-9]*:../../devel/py-pyparsing
+DEPENDS+=      ${PYPKGPREFIX}-pyparsing>=1.5.5:../../devel/py-pyparsing
+DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
 
-EGG_NAME=      ${DISTNAME:S/certbot/certbot_nginx/}
-
-PYSETUPSUBDIR= certbot-nginx
+USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 5686f2a15c0b -r ebc969bc6ef0 security/py-certbot-nginx/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-certbot-nginx/distinfo        Tue Feb 12 12:56:31 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/02/12 12:56:31 adam Exp $



Home | Main Index | Thread Index | Old Index