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 to 0.16.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b88e0843485
branches:  trunk
changeset: 366107:1b88e0843485
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Wed Aug 02 20:31:29 2017 +0000

description:
Update security/py-certbot to 0.16.0.

Added
- A plugin for performing DNS challenges using dynamic DNS updates as
  defined in RFC 2316 (available separately).
- Plugins for performing DNS challenges for the providers DNS Made
  Easy and LuaDNS (available separately).
- Support for performing TLS-SNI-01 challenges when using the manual
  plugin.
- Automatic detection of Arch Linux in the Apache plugin providing
  better default settings for the plugin.

Changed
- The text of the interactive question about whether a redirect from
  HTTP to HTTPS should be added by Certbot has been rewritten to
  better explain the choices to the user.
- Simplified HTTP challenge instructions in the manual plugin.

Fixed
- Problems performing a dry run when using the Nginx plugin have been
  fixed.
- Resolved an issue where certbot-dns-digitalocean's test suite would
  sometimes fail when ran using Python 3.
- On some systems, previous versions of certbot-auto would error out
  with a message about a missing hash for setuptools.
- A bug where Certbot would sometimes not print a space at the end of
  an interactive prompt has been resolved.
- Nonfatal tracebacks are no longer shown in rare cases where Certbot
  encounters an exception trying to close its TCP connection with the
  ACME server.

diffstat:

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

diffs (30 lines):

diff -r 6c858c17b206 -r 1b88e0843485 security/py-certbot/Makefile.common
--- a/security/py-certbot/Makefile.common       Wed Aug 02 20:15:53 2017 +0000
+++ b/security/py-certbot/Makefile.common       Wed Aug 02 20:31:29 2017 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.12 2017/06/14 13:16:08 fhajny Exp $
+# $NetBSD: Makefile.common,v 1.13 2017/08/02 20:31:29 fhajny Exp $
 #
 # used by security/py-acme/Makefile
 # used by security/py-certbot/Makefile
 
-DISTNAME=      certbot-0.15.0
+DISTNAME=      certbot-0.16.0
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=certbot/}
 
 HOMEPAGE=      https://letsencrypt.org/
diff -r 6c858c17b206 -r 1b88e0843485 security/py-certbot/distinfo
--- a/security/py-certbot/distinfo      Wed Aug 02 20:15:53 2017 +0000
+++ b/security/py-certbot/distinfo      Wed Aug 02 20:31:29 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2017/06/14 13:16:08 fhajny Exp $
+$NetBSD: distinfo,v 1.13 2017/08/02 20:31:29 fhajny Exp $
 
-SHA1 (certbot-0.15.0.tar.gz) = 86a5d0166bece3a6ecc77a63de688ab0708cc6ca
-RMD160 (certbot-0.15.0.tar.gz) = 844701b0d2e7902fe67772e0daa686b04d7e1d44
-SHA512 (certbot-0.15.0.tar.gz) = e884b34985a1128ce94d6b2be77af6ee86ded8b870e066f3f4bc22f78501f3f0a51060edcf75a11cd31dd525388adb8ccc4e2da0068b5b75be131d0fb0ca6844
-Size (certbot-0.15.0.tar.gz) = 942788 bytes
+SHA1 (certbot-0.16.0.tar.gz) = be2f8b6f8e0f04899ce2395403df57e9c7d697b9
+RMD160 (certbot-0.16.0.tar.gz) = c882e48adbda3c11836ce975d25f174e5b71ab38
+SHA512 (certbot-0.16.0.tar.gz) = 4cb6ec06c6ec71cd6886a716100f269de3922f17a582c8c20ec40327b65e1c16347a5b33d44131e56a7667233ebba88ff36a4e854beedd13e848897ba09a7e64
+Size (certbot-0.16.0.tar.gz) = 992700 bytes



Home | Main Index | Thread Index | Old Index