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.18.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e339a0eb1e08
branches:  trunk
changeset: 368283:e339a0eb1e08
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Wed Sep 13 10:28:42 2017 +0000

description:
Update security/py-certbot to 0.18.1.

- The Nginx plugin now configures Nginx to use 2048-bit Diffie-Hellman
  parameters.
- certbot-auto now installs Certbot in directories under /opt/eff.org.
- The Nginx plugin can now be selected in Certbot's interactive output.
- Output verbosity of renewal failures when running with --quiet has
  been reduced.
- The default revocation reason shown in Certbot help output now is a
  human readable string instead of a numerical code.
- Plugin selection is now included in normal terminal output.
- A newer version of ConfigArgParse is now installed when using
  certbot-auto causing values set to false in a Certbot INI
  configuration file to be handled intuitively.
- New naming conventions preventing certbot-auto from installing OS
  dependencies on Fedora 26 have been resolved.

diffstat:

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

diffs (30 lines):

diff -r 0fe34916f285 -r e339a0eb1e08 security/py-certbot/Makefile.common
--- a/security/py-certbot/Makefile.common       Wed Sep 13 10:03:47 2017 +0000
+++ b/security/py-certbot/Makefile.common       Wed Sep 13 10:28:42 2017 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.15 2017/09/07 09:12:23 fhajny Exp $
+# $NetBSD: Makefile.common,v 1.16 2017/09/13 10:28:42 fhajny Exp $
 #
 # used by security/py-acme/Makefile
 # used by security/py-certbot/Makefile
 
-DISTNAME=      certbot-0.18.0
+DISTNAME=      certbot-0.18.1
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=certbot/}
 
 HOMEPAGE=      https://letsencrypt.org/
diff -r 0fe34916f285 -r e339a0eb1e08 security/py-certbot/distinfo
--- a/security/py-certbot/distinfo      Wed Sep 13 10:03:47 2017 +0000
+++ b/security/py-certbot/distinfo      Wed Sep 13 10:28:42 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2017/09/07 09:12:23 fhajny Exp $
+$NetBSD: distinfo,v 1.16 2017/09/13 10:28:42 fhajny Exp $
 
-SHA1 (certbot-0.18.0.tar.gz) = 320a4fddac443b3797112908ac6291192bbf68ca
-RMD160 (certbot-0.18.0.tar.gz) = 1d149846aaa9cd0cc2eaf9648be5b5369cebf7aa
-SHA512 (certbot-0.18.0.tar.gz) = 85061e9311a4be7acfac4a804fd43939802938b5c241881fd4db870f803d821bac97acc365c940b616fa212cb51758fa78ba74687768b82c733778f7342d9a9d
-Size (certbot-0.18.0.tar.gz) = 1043633 bytes
+SHA1 (certbot-0.18.1.tar.gz) = 46467a27aaeafaeabe07280816bcba6c1dcdc22a
+RMD160 (certbot-0.18.1.tar.gz) = 4f60778c9dc682c850c83e30eed204ee1bb8c19e
+SHA512 (certbot-0.18.1.tar.gz) = 4c3cfb4bb430f330f7a5c9a3cab9156546e9ee5cd23b10838e2727eebd689735f6807b9c74b148f9ee6eaed861cd41ea41c5d01610e7103bdf9edf4c9862b2d1
+Size (certbot-0.18.1.tar.gz) = 1043937 bytes



Home | Main Index | Thread Index | Old Index