summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorfhajny <fhajny>2016-06-03 11:30:14 +0000
committerfhajny <fhajny>2016-06-03 11:30:14 +0000
commit52f312ed2f55143e0a79699de6d6990e2c20a6a0 (patch)
treea4e58f8b414e87e66635aa75278e53b530a57249 /security
parent59321f9a9fb561188f455456b963ab847e783b31 (diff)
downloadpkgsrc-52f312ed2f55143e0a79699de6d6990e2c20a6a0.tar.gz
Update security/py-certbot to 0.8.0.
Changes in 0.8.0 - The main new feature in this release is the register subcommand which can be used to register an account with the Let's Encrypt CA. Additionally, you can run certbot register --update-registration to change the e-mail address associated with your registration. Full commit log since 0.7.0: https://github.com/certbot/certbot/compare/v0.7.0...v0.8.0 Changes in 0.7.0: - --must-staple to request certificates from Let's Encrypt with the OCSP must staple extension - automatic configuration of OSCP stapling for Apache - requesting certificates for domains found in the common name of a custom CSR - a number of bug fixes Full commit log since 0.6.0 https://github.com/certbot/certbot/compare/v0.6.0...v0.7.0
Diffstat (limited to 'security')
-rw-r--r--security/py-certbot/Makefile.common4
-rw-r--r--security/py-certbot/PLIST16
-rw-r--r--security/py-certbot/distinfo10
3 files changed, 16 insertions, 14 deletions
diff --git a/security/py-certbot/Makefile.common b/security/py-certbot/Makefile.common
index bd6a4171e56..03acb083a66 100644
--- a/security/py-certbot/Makefile.common
+++ b/security/py-certbot/Makefile.common
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.1 2016/05/25 18:18:16 fhajny Exp $
+# $NetBSD: Makefile.common,v 1.2 2016/06/03 11:30:14 fhajny Exp $
# used by security/py-acme/Makefile
# used by security/py-certbot/Makefile
-DISTNAME= certbot-0.6.0
+DISTNAME= certbot-0.8.0
MASTER_SITES= ${MASTER_SITE_GITHUB:=certbot/}
HOMEPAGE= https://letsencrypt.org/
diff --git a/security/py-certbot/PLIST b/security/py-certbot/PLIST
index 4d22c5efe86..1e3d5865527 100644
--- a/security/py-certbot/PLIST
+++ b/security/py-certbot/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2016/05/25 18:18:16 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.2 2016/06/03 11:30:14 fhajny Exp $
bin/certbot
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -66,9 +66,6 @@ ${PYSITELIB}/certbot/hooks.pyo
${PYSITELIB}/certbot/interfaces.py
${PYSITELIB}/certbot/interfaces.pyc
${PYSITELIB}/certbot/interfaces.pyo
-${PYSITELIB}/certbot/le_util.py
-${PYSITELIB}/certbot/le_util.pyc
-${PYSITELIB}/certbot/le_util.pyo
${PYSITELIB}/certbot/log.py
${PYSITELIB}/certbot/log.pyc
${PYSITELIB}/certbot/log.pyo
@@ -192,9 +189,6 @@ ${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/le_util_test.py
-${PYSITELIB}/certbot/tests/le_util_test.pyc
-${PYSITELIB}/certbot/tests/le_util_test.pyo
${PYSITELIB}/certbot/tests/log_test.py
${PYSITELIB}/certbot/tests/log_test.pyc
${PYSITELIB}/certbot/tests/log_test.pyo
@@ -226,6 +220,7 @@ ${PYSITELIB}/certbot/tests/testdata/cert.der
${PYSITELIB}/certbot/tests/testdata/cert.pem
${PYSITELIB}/certbot/tests/testdata/cli.ini
${PYSITELIB}/certbot/tests/testdata/csr-6sans.pem
+${PYSITELIB}/certbot/tests/testdata/csr-nonames.pem
${PYSITELIB}/certbot/tests/testdata/csr-nosans.pem
${PYSITELIB}/certbot/tests/testdata/csr-san.der
${PYSITELIB}/certbot/tests/testdata/csr-san.pem
@@ -238,10 +233,17 @@ ${PYSITELIB}/certbot/tests/testdata/live/sample-renewal/chain.pem
${PYSITELIB}/certbot/tests/testdata/live/sample-renewal/fullchain.pem
${PYSITELIB}/certbot/tests/testdata/live/sample-renewal/privkey.pem
${PYSITELIB}/certbot/tests/testdata/matching_cert.pem
+${PYSITELIB}/certbot/tests/testdata/os-release
${PYSITELIB}/certbot/tests/testdata/rsa256_key.pem
${PYSITELIB}/certbot/tests/testdata/rsa512_key.pem
${PYSITELIB}/certbot/tests/testdata/rsa512_key_2.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_test.py
+${PYSITELIB}/certbot/tests/util_test.pyc
+${PYSITELIB}/certbot/tests/util_test.pyo
+${PYSITELIB}/certbot/util.py
+${PYSITELIB}/certbot/util.pyc
+${PYSITELIB}/certbot/util.pyo
share/examples/certbot/cli.ini
diff --git a/security/py-certbot/distinfo b/security/py-certbot/distinfo
index b4cc36396e5..2674ad1e4fa 100644
--- a/security/py-certbot/distinfo
+++ b/security/py-certbot/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/05/25 18:18:16 fhajny Exp $
+$NetBSD: distinfo,v 1.2 2016/06/03 11:30:14 fhajny Exp $
-SHA1 (certbot-0.6.0.tar.gz) = 11c07f8832a7c95279ffd0a2f3815673ef2d5d5f
-RMD160 (certbot-0.6.0.tar.gz) = 4b4e2b66ec1015d06190b632c9163495c4a354fa
-SHA512 (certbot-0.6.0.tar.gz) = 966fdbff13ac9651ebb5fafae86a58a45538d57a43eb6d157358bbecef4286634bb61dd13b94e0ca5b006980a35cc5fe55b4a12efdeadc2530653d844516c926
-Size (certbot-0.6.0.tar.gz) = 686826 bytes
+SHA1 (certbot-0.8.0.tar.gz) = 41c4fc196d2bc8b623acba8e061dce0c58bc6491
+RMD160 (certbot-0.8.0.tar.gz) = 225945f7478e2c565a990fc7925447e3162e9781
+SHA512 (certbot-0.8.0.tar.gz) = 544f53a97d0a28b5c8e83fa742be2bd45aadd9d352e0d0d0f219ab48b4849fcdd2d7a344578eef84fb3a245a465309d532bf53d0dac30033d96bbb0a46eedd85
+Size (certbot-0.8.0.tar.gz) = 699176 bytes