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 Sep 13 10:28:42 UTC 2017

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 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.15 pkgsrc/security/py-certbot/Makefile.common:1.16
--- pkgsrc/security/py-certbot/Makefile.common:1.15     Thu Sep  7 09:12:23 2017
+++ pkgsrc/security/py-certbot/Makefile.common  Wed Sep 13 10:28:42 2017
@@ -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/
Index: pkgsrc/security/py-certbot/distinfo
diff -u pkgsrc/security/py-certbot/distinfo:1.15 pkgsrc/security/py-certbot/distinfo:1.16
--- pkgsrc/security/py-certbot/distinfo:1.15    Thu Sep  7 09:12:23 2017
+++ pkgsrc/security/py-certbot/distinfo Wed Sep 13 10:28:42 2017
@@ -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