Fri Jun 3 11:30:15 2016 UTC ()
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


(fhajny)
diff -r1.1 -r1.2 pkgsrc/security/py-certbot/Makefile.common
diff -r1.1 -r1.2 pkgsrc/security/py-certbot/PLIST
diff -r1.1 -r1.2 pkgsrc/security/py-certbot/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/security/py-certbot/Makefile.common (expand / switch to context diff)
--- pkgsrc/security/py-certbot/Makefile.common 2016/05/25 18:18:16 1.1
+++ pkgsrc/security/py-certbot/Makefile.common 2016/06/03 11:30:14 1.2
@@ -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/

cvs diff -r1.1 -r1.2 pkgsrc/security/py-certbot/PLIST (expand / switch to context diff)
--- pkgsrc/security/py-certbot/PLIST 2016/05/25 18:18:16 1.1
+++ pkgsrc/security/py-certbot/PLIST 2016/06/03 11:30:14 1.2
@@ -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/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/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.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/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

cvs diff -r1.1 -r1.2 pkgsrc/security/py-certbot/distinfo (expand / switch to context diff)
--- pkgsrc/security/py-certbot/distinfo 2016/05/25 18:18:16 1.1
+++ pkgsrc/security/py-certbot/distinfo 2016/06/03 11:30:14 1.2
@@ -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
+SHA1 (certbot-0.8.0.tar.gz) = 41c4fc196d2bc8b623acba8e061dce0c58bc6491
-RMD160 (certbot-0.6.0.tar.gz) = 4b4e2b66ec1015d06190b632c9163495c4a354fa
+RMD160 (certbot-0.8.0.tar.gz) = 225945f7478e2c565a990fc7925447e3162e9781
-SHA512 (certbot-0.6.0.tar.gz) = 966fdbff13ac9651ebb5fafae86a58a45538d57a43eb6d157358bbecef4286634bb61dd13b94e0ca5b006980a35cc5fe55b4a12efdeadc2530653d844516c926
+SHA512 (certbot-0.8.0.tar.gz) = 544f53a97d0a28b5c8e83fa742be2bd45aadd9d352e0d0d0f219ab48b4849fcdd2d7a344578eef84fb3a245a465309d532bf53d0dac30033d96bbb0a46eedd85
-Size (certbot-0.6.0.tar.gz) = 686826 bytes
+Size (certbot-0.8.0.tar.gz) = 699176 bytes