summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/py-acme/Makefile4
-rw-r--r--security/py-acme/PLIST3
-rw-r--r--security/py-certbot/Makefile6
-rw-r--r--security/py-certbot/Makefile.common4
-rw-r--r--security/py-certbot/PLIST29
-rw-r--r--security/py-certbot/distinfo10
6 files changed, 34 insertions, 22 deletions
diff --git a/security/py-acme/Makefile b/security/py-acme/Makefile
index eaf434c5b1e..35ee3a031be 100644
--- a/security/py-acme/Makefile
+++ b/security/py-acme/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/10/11 09:23:35 fhajny Exp $
+# $NetBSD: Makefile,v 1.3 2017/01/12 16:02:43 fhajny Exp $
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/certbot/acme/}
CATEGORIES= security
@@ -9,10 +9,8 @@ LICENSE= apache-2.0
.include "../../security/py-certbot/Makefile.common"
-DEPENDS+= ${PYPKGPREFIX}-asn1-[0-9]*:../../security/py-asn1
DEPENDS+= ${PYPKGPREFIX}-cryptography>=0.8:../../security/py-cryptography
DEPENDS+= ${PYPKGPREFIX}-dns>=1.12:../../net/py-dns
-DEPENDS+= ${PYPKGPREFIX}-ndg_httpsclient-[0-9]*:../../security/py-ndg_httpsclient
DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.15:../../security/py-OpenSSL
DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
diff --git a/security/py-acme/PLIST b/security/py-acme/PLIST
index ca56fd67d65..34a8db75754 100644
--- a/security/py-acme/PLIST
+++ b/security/py-acme/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2016/10/11 09:23:35 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/01/12 16:02:43 fhajny Exp $
bin/jws
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -132,6 +132,7 @@ ${PYSITELIB}/acme/testdata/csr.der
${PYSITELIB}/acme/testdata/csr.pem
${PYSITELIB}/acme/testdata/dsa512_key.pem
${PYSITELIB}/acme/testdata/rsa1024_key.pem
+${PYSITELIB}/acme/testdata/rsa2048_cert.pem
${PYSITELIB}/acme/testdata/rsa2048_key.pem
${PYSITELIB}/acme/testdata/rsa256_key.pem
${PYSITELIB}/acme/testdata/rsa512_key.pem
diff --git a/security/py-certbot/Makefile b/security/py-certbot/Makefile
index 727de9bb563..6450948fd58 100644
--- a/security/py-certbot/Makefile
+++ b/security/py-certbot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/10/11 09:23:35 fhajny Exp $
+# $NetBSD: Makefile,v 1.3 2017/01/12 16:02:44 fhajny Exp $
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security
@@ -29,6 +29,10 @@ DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
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
+
BUILD_DEFS+= VARBASE
PKG_SYSCONFSUBDIR= letsencrypt
diff --git a/security/py-certbot/Makefile.common b/security/py-certbot/Makefile.common
index 6ff2812a5a2..e77b84ffca1 100644
--- a/security/py-certbot/Makefile.common
+++ b/security/py-certbot/Makefile.common
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.5 2016/10/19 13:45:54 wiz Exp $
+# $NetBSD: Makefile.common,v 1.6 2017/01/12 16:02:44 fhajny Exp $
# used by security/py-acme/Makefile
# used by security/py-certbot/Makefile
-DISTNAME= certbot-0.9.3
+DISTNAME= certbot-0.10.0
MASTER_SITES= ${MASTER_SITE_GITHUB:=certbot/}
HOMEPAGE= https://letsencrypt.org/
diff --git a/security/py-certbot/PLIST b/security/py-certbot/PLIST
index b16019da19c..b48287fdd7b 100644
--- a/security/py-certbot/PLIST
+++ b/security/py-certbot/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2016/10/19 13:45:54 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2017/01/12 16:02:44 fhajny Exp $
bin/certbot
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -18,6 +18,9 @@ ${PYSITELIB}/certbot/achallenges.pyo
${PYSITELIB}/certbot/auth_handler.py
${PYSITELIB}/certbot/auth_handler.pyc
${PYSITELIB}/certbot/auth_handler.pyo
+${PYSITELIB}/certbot/cert_manager.py
+${PYSITELIB}/certbot/cert_manager.pyc
+${PYSITELIB}/certbot/cert_manager.pyo
${PYSITELIB}/certbot/cli.py
${PYSITELIB}/certbot/cli.pyc
${PYSITELIB}/certbot/cli.pyo
@@ -66,15 +69,15 @@ ${PYSITELIB}/certbot/hooks.pyo
${PYSITELIB}/certbot/interfaces.py
${PYSITELIB}/certbot/interfaces.pyc
${PYSITELIB}/certbot/interfaces.pyo
-${PYSITELIB}/certbot/log.py
-${PYSITELIB}/certbot/log.pyc
-${PYSITELIB}/certbot/log.pyo
${PYSITELIB}/certbot/main.py
${PYSITELIB}/certbot/main.pyc
${PYSITELIB}/certbot/main.pyo
${PYSITELIB}/certbot/notify.py
${PYSITELIB}/certbot/notify.pyc
${PYSITELIB}/certbot/notify.pyo
+${PYSITELIB}/certbot/ocsp.py
+${PYSITELIB}/certbot/ocsp.pyc
+${PYSITELIB}/certbot/ocsp.pyo
${PYSITELIB}/certbot/plugins/__init__.py
${PYSITELIB}/certbot/plugins/__init__.pyc
${PYSITELIB}/certbot/plugins/__init__.pyo
@@ -150,6 +153,9 @@ ${PYSITELIB}/certbot/tests/acme_util.pyo
${PYSITELIB}/certbot/tests/auth_handler_test.py
${PYSITELIB}/certbot/tests/auth_handler_test.pyc
${PYSITELIB}/certbot/tests/auth_handler_test.pyo
+${PYSITELIB}/certbot/tests/cert_manager_test.py
+${PYSITELIB}/certbot/tests/cert_manager_test.pyc
+${PYSITELIB}/certbot/tests/cert_manager_test.pyo
${PYSITELIB}/certbot/tests/cli_test.py
${PYSITELIB}/certbot/tests/cli_test.pyc
${PYSITELIB}/certbot/tests/cli_test.pyo
@@ -189,15 +195,18 @@ ${PYSITELIB}/certbot/tests/errors_test.pyo
${PYSITELIB}/certbot/tests/hook_test.py
${PYSITELIB}/certbot/tests/hook_test.pyc
${PYSITELIB}/certbot/tests/hook_test.pyo
-${PYSITELIB}/certbot/tests/log_test.py
-${PYSITELIB}/certbot/tests/log_test.pyc
-${PYSITELIB}/certbot/tests/log_test.pyo
${PYSITELIB}/certbot/tests/main_test.py
${PYSITELIB}/certbot/tests/main_test.pyc
${PYSITELIB}/certbot/tests/main_test.pyo
${PYSITELIB}/certbot/tests/notify_test.py
${PYSITELIB}/certbot/tests/notify_test.pyc
${PYSITELIB}/certbot/tests/notify_test.pyo
+${PYSITELIB}/certbot/tests/ocsp_test.py
+${PYSITELIB}/certbot/tests/ocsp_test.pyc
+${PYSITELIB}/certbot/tests/ocsp_test.pyo
+${PYSITELIB}/certbot/tests/renewal_test.py
+${PYSITELIB}/certbot/tests/renewal_test.pyc
+${PYSITELIB}/certbot/tests/renewal_test.pyo
${PYSITELIB}/certbot/tests/reporter_test.py
${PYSITELIB}/certbot/tests/reporter_test.pyc
${PYSITELIB}/certbot/tests/reporter_test.pyo
@@ -207,9 +216,6 @@ ${PYSITELIB}/certbot/tests/reverter_test.pyo
${PYSITELIB}/certbot/tests/storage_test.py
${PYSITELIB}/certbot/tests/storage_test.pyc
${PYSITELIB}/certbot/tests/storage_test.pyo
-${PYSITELIB}/certbot/tests/test_util.py
-${PYSITELIB}/certbot/tests/test_util.pyc
-${PYSITELIB}/certbot/tests/test_util.pyo
${PYSITELIB}/certbot/tests/testdata/cert-5sans.pem
${PYSITELIB}/certbot/tests/testdata/cert-san.pem
${PYSITELIB}/certbot/tests/testdata/cert.b64jose
@@ -237,6 +243,9 @@ ${PYSITELIB}/certbot/tests/testdata/sample-archive/privkey1.pem
${PYSITELIB}/certbot/tests/testdata/sample-renewal-ancient.conf
${PYSITELIB}/certbot/tests/testdata/sample-renewal.conf
${PYSITELIB}/certbot/tests/testdata/webrootconftest.ini
+${PYSITELIB}/certbot/tests/util.py
+${PYSITELIB}/certbot/tests/util.pyc
+${PYSITELIB}/certbot/tests/util.pyo
${PYSITELIB}/certbot/tests/util_test.py
${PYSITELIB}/certbot/tests/util_test.pyc
${PYSITELIB}/certbot/tests/util_test.pyo
diff --git a/security/py-certbot/distinfo b/security/py-certbot/distinfo
index 90ce1617cfd..d3ccd6f3b3b 100644
--- a/security/py-certbot/distinfo
+++ b/security/py-certbot/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2016/10/19 13:45:54 wiz Exp $
+$NetBSD: distinfo,v 1.6 2017/01/12 16:02:44 fhajny Exp $
-SHA1 (certbot-0.9.3.tar.gz) = fa5ffdf5c967fa866815a9a4e64e00be282991c4
-RMD160 (certbot-0.9.3.tar.gz) = bbf1908ce388c7de8a64d4f83093900579a946cf
-SHA512 (certbot-0.9.3.tar.gz) = a951e639515fc037721d8b086e53100dcc86974a96c61c7173b2a9c0582bb59380efe219caf3fd1517fcdf28dde4a1f66bba84b51e2a2027df114818ff4d7565
-Size (certbot-0.9.3.tar.gz) = 794146 bytes
+SHA1 (certbot-0.10.0.tar.gz) = 58ab27652d0d61d6af84ff0d24825b9206932dd7
+RMD160 (certbot-0.10.0.tar.gz) = 32d84b2cd545b88dec8edaf33e4a975510f0f1e3
+SHA512 (certbot-0.10.0.tar.gz) = 3298e5e7ccd2ab1552240f49a0d7502fa12afb239708cfd83f8ffe3789d90b51e1e75eb3dfa7c8f6449597cd63bb6994d699836db1749c28289f076d51edc0d2
+Size (certbot-0.10.0.tar.gz) = 823730 bytes