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:           Thu Sep  7 09:12:23 UTC 2017

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

Log Message:
Update security/py-certbot to 0.18.0.

### Added
- The Nginx plugin now configures Nginx to use 2048-bit Diffie-Hellman
  parameters.

### Changed
- 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.

### Fixed
- 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.14 -r1.15 pkgsrc/security/py-certbot/Makefile.common \
    pkgsrc/security/py-certbot/distinfo
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/py-certbot/PLIST

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.14 pkgsrc/security/py-certbot/Makefile.common:1.15
--- pkgsrc/security/py-certbot/Makefile.common:1.14     Thu Aug  3 22:12:17 2017
+++ pkgsrc/security/py-certbot/Makefile.common  Thu Sep  7 09:12:23 2017
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.14 2017/08/03 22:12:17 fhajny Exp $
+# $NetBSD: Makefile.common,v 1.15 2017/09/07 09:12:23 fhajny Exp $
 #
 # used by security/py-acme/Makefile
 # used by security/py-certbot/Makefile
 
-DISTNAME=      certbot-0.17.0
+DISTNAME=      certbot-0.18.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.14 pkgsrc/security/py-certbot/distinfo:1.15
--- pkgsrc/security/py-certbot/distinfo:1.14    Thu Aug  3 22:12:17 2017
+++ pkgsrc/security/py-certbot/distinfo Thu Sep  7 09:12:23 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2017/08/03 22:12:17 fhajny Exp $
+$NetBSD: distinfo,v 1.15 2017/09/07 09:12:23 fhajny Exp $
 
-SHA1 (certbot-0.17.0.tar.gz) = 1ca31bc14c632d8434cecbbf2b0cefde0c399a04
-RMD160 (certbot-0.17.0.tar.gz) = fb9e659d1e513d547fb7f28ed21173b11570228f
-SHA512 (certbot-0.17.0.tar.gz) = 57fa830d19173eacdbb17242a3c446d9414f02e09fab6ccd41c82b15156bc103ec358ff3d515e94881fcf6438f6acfe449eee9bb3108df41f7b8f2395500b549
-Size (certbot-0.17.0.tar.gz) = 1036099 bytes
+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

Index: pkgsrc/security/py-certbot/PLIST
diff -u pkgsrc/security/py-certbot/PLIST:1.9 pkgsrc/security/py-certbot/PLIST:1.10
--- pkgsrc/security/py-certbot/PLIST:1.9        Wed Jun 14 13:16:08 2017
+++ pkgsrc/security/py-certbot/PLIST    Thu Sep  7 09:12:23 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2017/06/14 13:16:08 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.10 2017/09/07 09:12:23 fhajny Exp $
 bin/certbot${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -162,6 +162,7 @@ ${PYSITELIB}/certbot/reporter.pyo
 ${PYSITELIB}/certbot/reverter.py
 ${PYSITELIB}/certbot/reverter.pyc
 ${PYSITELIB}/certbot/reverter.pyo
+${PYSITELIB}/certbot/ssl-dhparams.pem
 ${PYSITELIB}/certbot/storage.py
 ${PYSITELIB}/certbot/storage.pyc
 ${PYSITELIB}/certbot/storage.pyo
@@ -246,35 +247,32 @@ ${PYSITELIB}/certbot/tests/reverter_test
 ${PYSITELIB}/certbot/tests/storage_test.py
 ${PYSITELIB}/certbot/tests/storage_test.pyc
 ${PYSITELIB}/certbot/tests/storage_test.pyo
-${PYSITELIB}/certbot/tests/testdata/cert-5sans.pem
-${PYSITELIB}/certbot/tests/testdata/cert-san.pem
-${PYSITELIB}/certbot/tests/testdata/cert.b64jose
-${PYSITELIB}/certbot/tests/testdata/cert.der
-${PYSITELIB}/certbot/tests/testdata/cert.pem
+${PYSITELIB}/certbot/tests/testdata/README
+${PYSITELIB}/certbot/tests/testdata/cert-5sans_512.pem
+${PYSITELIB}/certbot/tests/testdata/cert-san_512.pem
+${PYSITELIB}/certbot/tests/testdata/cert_2048.pem
+${PYSITELIB}/certbot/tests/testdata/cert_512.pem
+${PYSITELIB}/certbot/tests/testdata/cert_512_bad.pem
+${PYSITELIB}/certbot/tests/testdata/cert_fullchain_2048.pem
 ${PYSITELIB}/certbot/tests/testdata/cli.ini
-${PYSITELIB}/certbot/tests/testdata/csr-6sans.pem
-${PYSITELIB}/certbot/tests/testdata/csr-nonames.pem
-${PYSITELIB}/certbot/tests/testdata/csr-nosans.pem
-${PYSITELIB}/certbot/tests/testdata/csr-san.pem
-${PYSITELIB}/certbot/tests/testdata/csr.der
-${PYSITELIB}/certbot/tests/testdata/csr.pem
-${PYSITELIB}/certbot/tests/testdata/dsa512_key.pem
-${PYSITELIB}/certbot/tests/testdata/dsa_cert.pem
-${PYSITELIB}/certbot/tests/testdata/matching_cert.pem
+${PYSITELIB}/certbot/tests/testdata/csr-6sans_512.conf
+${PYSITELIB}/certbot/tests/testdata/csr-6sans_512.pem
+${PYSITELIB}/certbot/tests/testdata/csr-nonames_512.pem
+${PYSITELIB}/certbot/tests/testdata/csr-nosans_512.conf
+${PYSITELIB}/certbot/tests/testdata/csr-nosans_512.pem
+${PYSITELIB}/certbot/tests/testdata/csr-san_512.pem
+${PYSITELIB}/certbot/tests/testdata/csr_512.der
+${PYSITELIB}/certbot/tests/testdata/csr_512.pem
 ${PYSITELIB}/certbot/tests/testdata/os-release
 ${PYSITELIB}/certbot/tests/testdata/rsa2048_key.pem
 ${PYSITELIB}/certbot/tests/testdata/rsa256_key.pem
 ${PYSITELIB}/certbot/tests/testdata/rsa512_key.pem
-${PYSITELIB}/certbot/tests/testdata/rsa512_key_2.pem
 ${PYSITELIB}/certbot/tests/testdata/sample-archive/cert1.pem
 ${PYSITELIB}/certbot/tests/testdata/sample-archive/chain1.pem
 ${PYSITELIB}/certbot/tests/testdata/sample-archive/fullchain1.pem
 ${PYSITELIB}/certbot/tests/testdata/sample-archive/privkey1.pem
 ${PYSITELIB}/certbot/tests/testdata/sample-renewal-ancient.conf
 ${PYSITELIB}/certbot/tests/testdata/sample-renewal.conf
-${PYSITELIB}/certbot/tests/testdata/self_signed_cert.pem
-${PYSITELIB}/certbot/tests/testdata/self_signed_cert_bad.pem
-${PYSITELIB}/certbot/tests/testdata/self_signed_fullchain.pem
 ${PYSITELIB}/certbot/tests/testdata/webrootconftest.ini
 ${PYSITELIB}/certbot/tests/util.py
 ${PYSITELIB}/certbot/tests/util.pyc



Home | Main Index | Thread Index | Old Index