pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security
Module Name: pkgsrc
Committed By: adam
Date: Tue Feb 12 12:56:32 UTC 2019
Modified Files:
pkgsrc/security: Makefile
pkgsrc/security/py-acme: Makefile
pkgsrc/security/py-certbot: ALTERNATIVES Makefile PLIST distinfo
pkgsrc/security/py-certbot-dns-ovh: Makefile
pkgsrc/security/py-certbot-dns-rfc2136: Makefile
pkgsrc/security/py-certbot-dns-route53: Makefile
pkgsrc/security/py-certbot-dns-sakuracloud: Makefile
pkgsrc/security/py-certbot-nginx: Makefile
Added Files:
pkgsrc/security/py-acme: distinfo
pkgsrc/security/py-certbot-dns-ovh: distinfo
pkgsrc/security/py-certbot-dns-rfc2136: distinfo
pkgsrc/security/py-certbot-dns-route53: distinfo
pkgsrc/security/py-certbot-dns-sakuracloud: distinfo
pkgsrc/security/py-certbot-nginx: distinfo
Removed Files:
pkgsrc/security/py-certbot: Makefile.common
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.694 -r1.695 pkgsrc/security/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/py-acme/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/security/py-acme/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-certbot/ALTERNATIVES
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/py-certbot/Makefile
cvs rdiff -u -r1.30 -r0 pkgsrc/security/py-certbot/Makefile.common
cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/py-certbot/PLIST
cvs rdiff -u -r1.28 -r1.29 pkgsrc/security/py-certbot/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-certbot-dns-ovh/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/security/py-certbot-dns-ovh/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-certbot-dns-rfc2136/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/security/py-certbot-dns-rfc2136/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-certbot-dns-route53/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/security/py-certbot-dns-route53/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-certbot-dns-sakuracloud/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/security/py-certbot-dns-sakuracloud/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-certbot-nginx/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/security/py-certbot-nginx/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/Makefile
diff -u pkgsrc/security/Makefile:1.694 pkgsrc/security/Makefile:1.695
--- pkgsrc/security/Makefile:1.694 Fri Jan 18 04:44:28 2019
+++ pkgsrc/security/Makefile Tue Feb 12 12:56:31 2019
@@ -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-asyncssh
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
Index: pkgsrc/security/py-acme/Makefile
diff -u pkgsrc/security/py-acme/Makefile:1.13 pkgsrc/security/py-acme/Makefile:1.14
--- pkgsrc/security/py-acme/Makefile:1.13 Sat Dec 15 21:12:22 2018
+++ pkgsrc/security/py-acme/Makefile Tue Feb 12 12:56:31 2019
@@ -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/}
-COMMENT= ACME protocol implementation in Python
MAINTAINER= fhajny%NetBSD.org@localhost
+HOMEPAGE= https://github.com/certbot/certbot
+COMMENT= ACME protocol implementation in Python
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}-pytz-[0-9]*:../
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"
Index: pkgsrc/security/py-certbot/ALTERNATIVES
diff -u pkgsrc/security/py-certbot/ALTERNATIVES:1.1 pkgsrc/security/py-certbot/ALTERNATIVES:1.2
--- pkgsrc/security/py-certbot/ALTERNATIVES:1.1 Thu May 11 08:23:35 2017
+++ pkgsrc/security/py-certbot/ALTERNATIVES Tue Feb 12 12:56:31 2019
@@ -1 +1 @@
-bin/certbot @PREFIX@/bin/certbot@PYVERSSUFFIX@
+bin/certbot @PREFIX@/bin/certbot-@PYVERSSUFFIX@
Index: pkgsrc/security/py-certbot/Makefile
diff -u pkgsrc/security/py-certbot/Makefile:1.9 pkgsrc/security/py-certbot/Makefile:1.10
--- pkgsrc/security/py-certbot/Makefile:1.9 Sat Dec 15 21:12:23 2018
+++ pkgsrc/security/py-certbot/Makefile Tue Feb 12 12:56:31 2019
@@ -1,32 +1,37 @@
-# $NetBSD: Makefile,v 1.9 2018/12/15 21:12:23 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2019/02/12 12:56:31 adam Exp $
+DISTNAME= certbot-0.31.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= security
+CATEGORIES= security python
+MASTER_SITES= ${MASTER_SITE_PYPI:=c/certbot/}
-COMMENT= Client for the Let's Encrypt CA
MAINTAINER= fhajny%NetBSD.org@localhost
+HOMEPAGE= https://github.com/certbot/certbot
+COMMENT= Client for the Let's Encrypt CA
LICENSE= apache-2.0
EGG_NAME= ${DISTNAME}
-.include "Makefile.common"
-
-DEPENDS+= ${PYPKGPREFIX}-acme-${PKGVERSION_NOREV}{nb*,}:../../security/py-acme
+DEPENDS+= ${PYPKGPREFIX}-acme>=0.29.0:../../security/py-acme
DEPENDS+= ${PYPKGPREFIX}-configargparse>=0.9.3:../../devel/py-configargparse
DEPENDS+= ${PYPKGPREFIX}-configobj-[0-9]*:../../devel/py-configobj
-DEPENDS+= ${PYPKGPREFIX}-cryptography>=1.2:../../security/py-cryptography
+DEPENDS+= ${PYPKGPREFIX}-cryptography>=1.2.3:../../security/py-cryptography
DEPENDS+= ${PYPKGPREFIX}-josepy-[0-9]*:../../security/py-josepy
DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
DEPENDS+= ${PYPKGPREFIX}-parsedatetime>=2.0:../../time/py-parsedatetime
DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
DEPENDS+= ${PYPKGPREFIX}-rfc3339-[0-9]*:../../time/py-rfc3339
-DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-ZopeComponent-[0-9]*:../../devel/py-ZopeComponent
DEPENDS+= ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
-
# Needed for the test target
# https://github.com/certbot/certbot/issues/2956
-BUILD_DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline
+TEST_DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
+
+USE_LANGUAGES= # none
BUILD_DEFS+= VARBASE
@@ -35,21 +40,23 @@ PKG_SYSCONFSUBDIR= letsencrypt
SUBST_CLASSES+= path
SUBST_STAGE.path= pre-build
SUBST_MESSAGE.path= Fixing default paths
-SUBST_FILES.path+= certbot/constants.py certbot/display/ops.py
-SUBST_FILES.path+= certbot/plugins/*.py certbot/tests/*.py
+SUBST_FILES.path+= certbot/cert_manager.py
+SUBST_FILES.path+= certbot/cli.py
+SUBST_FILES.path+= certbot/compat.py
+SUBST_FILES.path+= certbot/tests/cli_test.py
SUBST_SED.path+= -e 's,/etc/letsencrypt,${PKG_SYSCONFDIR},g'
SUBST_SED.path+= -e 's,/var/lib/letsencrypt,${VARBASE}/letsencrypt,g'
SUBST_SED.path+= -e 's,/var/log/letsencrypt,${VARBASE}/letsencrypt/log,g'
MAKE_DIRS+= ${VARBASE}/letsencrypt/log
-INSTALLATION_DIRS+= share/examples/certbot
+INSTALLATION_DIRS+= share/examples/certbot-${PYVERSSUFFIX}
post-install:
- ${MV} ${DESTDIR}${PREFIX}/bin/certbot \
- ${DESTDIR}${PREFIX}/bin/certbot${PYVERSSUFFIX}
+ cd ${DESTDIR}${PREFIX}/bin && \
+ ${MV} certbot certbot-${PYVERSSUFFIX} || ${TRUE}
${INSTALL_DATA} ${WRKSRC}/examples/cli.ini \
- ${DESTDIR}${PREFIX}/share/examples/certbot
+ ${DESTDIR}${PREFIX}/share/examples/certbot-${PYVERSSUFFIX}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-certbot/PLIST
diff -u pkgsrc/security/py-certbot/PLIST:1.14 pkgsrc/security/py-certbot/PLIST:1.15
--- pkgsrc/security/py-certbot/PLIST:1.14 Tue Jan 15 09:32:11 2019
+++ pkgsrc/security/py-certbot/PLIST Tue Feb 12 12:56:31 2019
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.14 2019/01/15 09:32:11 triaxx Exp $
-bin/certbot${PYVERSSUFFIX}
+@comment $NetBSD: PLIST,v 1.15 2019/02/12 12:56:31 adam Exp $
+bin/certbot-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -310,4 +310,4 @@ ${PYSITELIB}/certbot/tests/util.py
${PYSITELIB}/certbot/tests/util_test.py
${PYSITELIB}/certbot/updater.py
${PYSITELIB}/certbot/util.py
-share/examples/certbot/cli.ini
+share/examples/certbot-${PYVERSSUFFIX}/cli.ini
Index: pkgsrc/security/py-certbot/distinfo
diff -u pkgsrc/security/py-certbot/distinfo:1.28 pkgsrc/security/py-certbot/distinfo:1.29
--- pkgsrc/security/py-certbot/distinfo:1.28 Tue Jan 15 09:32:11 2019
+++ pkgsrc/security/py-certbot/distinfo Tue Feb 12 12:56:31 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.28 2019/01/15 09:32:11 triaxx Exp $
+$NetBSD: distinfo,v 1.29 2019/02/12 12:56:31 adam Exp $
-SHA1 (certbot-0.30.0.tar.gz) = 12daf9b632484bb4b4a100587e74d6a410a55530
-RMD160 (certbot-0.30.0.tar.gz) = 0f69d0bfe6f13db9e06b285f303dd1c1cbad42b8
-SHA512 (certbot-0.30.0.tar.gz) = 85095dd75ce639fcf93d748e2d32a686aecfa9002ccb2c23bdd4e33f1c47268386a86befbcca8180acf48881888fad484f485ad03fc7acef21a308c4d5432ac5
-Size (certbot-0.30.0.tar.gz) = 1266974 bytes
+SHA1 (certbot-0.31.0.tar.gz) = 6569ce15dd6c89f5756d3c9016c58ff0937d3a99
+RMD160 (certbot-0.31.0.tar.gz) = c146744df32995135830bb4e8d3da0d94415cbfd
+SHA512 (certbot-0.31.0.tar.gz) = a9bc84b54a071b15acc9db2801745b0b275f60a6037140d2fb074f0fb03c66363e63fc9ebe7e2e9770c6bd7802d0994108e2c0edb07bd376f7dcfb31daac8491
+Size (certbot-0.31.0.tar.gz) = 336579 bytes
Index: pkgsrc/security/py-certbot-dns-ovh/Makefile
diff -u pkgsrc/security/py-certbot-dns-ovh/Makefile:1.1 pkgsrc/security/py-certbot-dns-ovh/Makefile:1.2
--- pkgsrc/security/py-certbot-dns-ovh/Makefile:1.1 Tue Jan 15 11:59:58 2019
+++ pkgsrc/security/py-certbot-dns-ovh/Makefile Tue Feb 12 12:56:31 2019
@@ -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/}
-COMMENT= OVH DNS Authenticator plugin for Certbot
MAINTAINER= triaxx%NetBSD.org@localhost
+HOMEPAGE= https://github.com/certbot/certbot
+COMMENT= OVH DNS Authenticator plugin for 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_ovh/}
-
-PYSETUPSUBDIR= certbot-dns-ovh
+USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-certbot-dns-rfc2136/Makefile
diff -u pkgsrc/security/py-certbot-dns-rfc2136/Makefile:1.2 pkgsrc/security/py-certbot-dns-rfc2136/Makefile:1.3
--- pkgsrc/security/py-certbot-dns-rfc2136/Makefile:1.2 Thu Sep 6 12:26:43 2018
+++ pkgsrc/security/py-certbot-dns-rfc2136/Makefile Tue Feb 12 12:56:31 2019
@@ -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"
Index: pkgsrc/security/py-certbot-dns-route53/Makefile
diff -u pkgsrc/security/py-certbot-dns-route53/Makefile:1.1 pkgsrc/security/py-certbot-dns-route53/Makefile:1.2
--- pkgsrc/security/py-certbot-dns-route53/Makefile:1.1 Tue Jan 15 09:38:10 2019
+++ pkgsrc/security/py-certbot-dns-route53/Makefile Tue Feb 12 12:56:31 2019
@@ -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"
Index: pkgsrc/security/py-certbot-dns-sakuracloud/Makefile
diff -u pkgsrc/security/py-certbot-dns-sakuracloud/Makefile:1.1 pkgsrc/security/py-certbot-dns-sakuracloud/Makefile:1.2
--- pkgsrc/security/py-certbot-dns-sakuracloud/Makefile:1.1 Tue Jan 15 12:01:49 2019
+++ pkgsrc/security/py-certbot-dns-sakuracloud/Makefile Tue Feb 12 12:56:31 2019
@@ -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"
Index: pkgsrc/security/py-certbot-nginx/Makefile
diff -u pkgsrc/security/py-certbot-nginx/Makefile:1.1 pkgsrc/security/py-certbot-nginx/Makefile:1.2
--- pkgsrc/security/py-certbot-nginx/Makefile:1.1 Tue Jan 15 12:05:47 2019
+++ pkgsrc/security/py-certbot-nginx/Makefile Tue Feb 12 12:56:31 2019
@@ -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}-mock-[0-9]*:../../devel/py-mock
DEPENDS+= ${PYPKGPREFIX}-OpenSSL-[0-9]*:../../security/py-OpenSSL
-DEPENDS+= ${PYPKGPREFIX}-pyparsing-[0-9]*:../../devel/py-pyparsing
+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}-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"
Added files:
Index: pkgsrc/security/py-acme/distinfo
diff -u /dev/null pkgsrc/security/py-acme/distinfo:1.1
--- /dev/null Tue Feb 12 12:56:32 2019
+++ pkgsrc/security/py-acme/distinfo Tue Feb 12 12:56:31 2019
@@ -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
Index: pkgsrc/security/py-certbot-dns-ovh/distinfo
diff -u /dev/null pkgsrc/security/py-certbot-dns-ovh/distinfo:1.1
--- /dev/null Tue Feb 12 12:56:32 2019
+++ pkgsrc/security/py-certbot-dns-ovh/distinfo Tue Feb 12 12:56:31 2019
@@ -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
Index: pkgsrc/security/py-certbot-dns-rfc2136/distinfo
diff -u /dev/null pkgsrc/security/py-certbot-dns-rfc2136/distinfo:1.1
--- /dev/null Tue Feb 12 12:56:32 2019
+++ pkgsrc/security/py-certbot-dns-rfc2136/distinfo Tue Feb 12 12:56:31 2019
@@ -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
Index: pkgsrc/security/py-certbot-dns-route53/distinfo
diff -u /dev/null pkgsrc/security/py-certbot-dns-route53/distinfo:1.1
--- /dev/null Tue Feb 12 12:56:32 2019
+++ pkgsrc/security/py-certbot-dns-route53/distinfo Tue Feb 12 12:56:31 2019
@@ -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
Index: pkgsrc/security/py-certbot-dns-sakuracloud/distinfo
diff -u /dev/null pkgsrc/security/py-certbot-dns-sakuracloud/distinfo:1.1
--- /dev/null Tue Feb 12 12:56:32 2019
+++ pkgsrc/security/py-certbot-dns-sakuracloud/distinfo Tue Feb 12 12:56:31 2019
@@ -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
Index: pkgsrc/security/py-certbot-nginx/distinfo
diff -u /dev/null pkgsrc/security/py-certbot-nginx/distinfo:1.1
--- /dev/null Tue Feb 12 12:56:32 2019
+++ pkgsrc/security/py-certbot-nginx/distinfo Tue Feb 12 12:56:31 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/02/12 12:56:31 adam Exp $
+
+SHA1 (certbot-nginx-0.31.0.tar.gz) = dc58172d6c46ce46192b88411bbbdf56773e0f64
+RMD160 (certbot-nginx-0.31.0.tar.gz) = 892a6388a8c9cc91df5e8bcca47aa9f5c124e046
+SHA512 (certbot-nginx-0.31.0.tar.gz) = bfb8e1c39c0b40aabc08f6651100f29e2a8fff7c79906bd95c199c913bb3214f83d22684c637042093631ff0f69045099f11b33f80955f126ae356fba4807a7b
+Size (certbot-nginx-0.31.0.tar.gz) = 78396 bytes
Home |
Main Index |
Thread Index |
Old Index