pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-certbot



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Wed Aug  2 20:31:29 UTC 2017

Modified Files:
        pkgsrc/security/py-certbot: Makefile.common distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/py-certbot/Makefile.common \
    pkgsrc/security/py-certbot/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-certbot/Makefile.common
diff -u pkgsrc/security/py-certbot/Makefile.common:1.12 pkgsrc/security/py-certbot/Makefile.common:1.13
--- pkgsrc/security/py-certbot/Makefile.common:1.12     Wed Jun 14 13:16:08 2017
+++ pkgsrc/security/py-certbot/Makefile.common  Wed Aug  2 20:31:29 2017
@@ -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/
Index: pkgsrc/security/py-certbot/distinfo
diff -u pkgsrc/security/py-certbot/distinfo:1.12 pkgsrc/security/py-certbot/distinfo:1.13
--- pkgsrc/security/py-certbot/distinfo:1.12    Wed Jun 14 13:16:08 2017
+++ pkgsrc/security/py-certbot/distinfo Wed Aug  2 20:31:29 2017
@@ -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