pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-certbot Update security/py-certbot (and se...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/396e352a52c8
branches:  trunk
changeset: 348526:396e352a52c8
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Wed Jun 15 19:59:43 2016 +0000

description:
Update security/py-certbot (and security/py-acme) to 0.8.1.

No changelog provided, Github issues touched:

- Update the autos in response to 0.8.1 release
- Fix default detection
- Provide nonroot guidance when logging gets EACCES.
- Add additional warning with actual exception message during
  renewal
- Interactive webroot values not stored in renewal config file
- Preserve common name during renewal
- Mageia Bootstrap
- Initialize Augeas in a different method to be able to react to
  ImportError
- Renew changes common name
- Update letsencrypt-auto in response to Arch package rename
- On Mac OSX: "ValueError: Invalid header value"
- Strip "\n" from end of OS version string for OS X.
- Revert "Use --force-reinstall to fix bad virtualenv package"
- Exit if cannot bootstrap in certbot-auto
- Add --disable-hook-validation
- --post-hook validation too strict
- letsencrypt-auto gives "sudo" is not available
- mageia bootstrap [needs revision]
- Install/compile fails of letsencrypt-auto on Smartos/Illumos

diffstat:

 security/py-certbot/Makefile.common |   4 ++--
 security/py-certbot/distinfo        |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r fc4f27a914de -r 396e352a52c8 security/py-certbot/Makefile.common
--- a/security/py-certbot/Makefile.common       Wed Jun 15 18:55:18 2016 +0000
+++ b/security/py-certbot/Makefile.common       Wed Jun 15 19:59:43 2016 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.2 2016/06/03 11:30:14 fhajny Exp $
+# $NetBSD: Makefile.common,v 1.3 2016/06/15 19:59:43 fhajny Exp $
 # used by security/py-acme/Makefile
 # used by security/py-certbot/Makefile
 
-DISTNAME=      certbot-0.8.0
+DISTNAME=      certbot-0.8.1
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=certbot/}
 
 HOMEPAGE=      https://letsencrypt.org/
diff -r fc4f27a914de -r 396e352a52c8 security/py-certbot/distinfo
--- a/security/py-certbot/distinfo      Wed Jun 15 18:55:18 2016 +0000
+++ b/security/py-certbot/distinfo      Wed Jun 15 19:59:43 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2016/06/03 11:30:14 fhajny Exp $
+$NetBSD: distinfo,v 1.3 2016/06/15 19:59:43 fhajny Exp $
 
-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
+SHA1 (certbot-0.8.1.tar.gz) = 00136a666c6f77f6e2c6bb7987e9adbc8cfd8ba0
+RMD160 (certbot-0.8.1.tar.gz) = 2a09b1ae3fc4d167ac8b54f25dd10e99504ede43
+SHA512 (certbot-0.8.1.tar.gz) = 8b21d270b5ee847086369b956b3346fdddd50ab0e4490d988e7ca535f4d4101e2859e99bc5f77ac920afd3a6a9210e407b155c89c28d282dc0544735a27e3eaa
+Size (certbot-0.8.1.tar.gz) = 698305 bytes



Home | Main Index | Thread Index | Old Index