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 Jun 15 19:59:43 UTC 2016

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

Log Message:
Update security/py-certbot (and security/py-acme) to 0.8.1.

No changelog provided, Github issues touched:

- Update the autos in response to 0.8.1 release
- Fix default detection
- Provide nonroot guidance when logging gets EACCES.
- Add additional warning with actual exception message during
  renewal
- Interactive webroot values not stored in renewal config file
- Preserve common name during renewal
- Mageia Bootstrap
- Initialize Augeas in a different method to be able to react to
  ImportError
- Renew changes common name
- Update letsencrypt-auto in response to Arch package rename
- On Mac OSX: "ValueError: Invalid header value"
- Strip "\n" from end of OS version string for OS X.
- Revert "Use --force-reinstall to fix bad virtualenv package"
- Exit if cannot bootstrap in certbot-auto
- Add --disable-hook-validation
- --post-hook validation too strict
- letsencrypt-auto gives "sudo" is not available
- mageia bootstrap [needs revision]
- Install/compile fails of letsencrypt-auto on Smartos/Illumos


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/security/py-certbot/Makefile.common:1.3
--- pkgsrc/security/py-certbot/Makefile.common:1.2      Fri Jun  3 11:30:14 2016
+++ pkgsrc/security/py-certbot/Makefile.common  Wed Jun 15 19:59:43 2016
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.2 2016/06/03 11:30:14 fhajny Exp $
+# $NetBSD: Makefile.common,v 1.3 2016/06/15 19:59:43 fhajny Exp $
 # used by security/py-acme/Makefile
 # used by security/py-certbot/Makefile
 
-DISTNAME=      certbot-0.8.0
+DISTNAME=      certbot-0.8.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.2 pkgsrc/security/py-certbot/distinfo:1.3
--- pkgsrc/security/py-certbot/distinfo:1.2     Fri Jun  3 11:30:14 2016
+++ pkgsrc/security/py-certbot/distinfo Wed Jun 15 19:59:43 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2016/06/03 11:30:14 fhajny Exp $
+$NetBSD: distinfo,v 1.3 2016/06/15 19:59:43 fhajny Exp $
 
-SHA1 (certbot-0.8.0.tar.gz) = 41c4fc196d2bc8b623acba8e061dce0c58bc6491
-RMD160 (certbot-0.8.0.tar.gz) = 225945f7478e2c565a990fc7925447e3162e9781
-SHA512 (certbot-0.8.0.tar.gz) = 544f53a97d0a28b5c8e83fa742be2bd45aadd9d352e0d0d0f219ab48b4849fcdd2d7a344578eef84fb3a245a465309d532bf53d0dac30033d96bbb0a46eedd85
-Size (certbot-0.8.0.tar.gz) = 699176 bytes
+SHA1 (certbot-0.8.1.tar.gz) = 00136a666c6f77f6e2c6bb7987e9adbc8cfd8ba0
+RMD160 (certbot-0.8.1.tar.gz) = 2a09b1ae3fc4d167ac8b54f25dd10e99504ede43
+SHA512 (certbot-0.8.1.tar.gz) = 8b21d270b5ee847086369b956b3346fdddd50ab0e4490d988e7ca535f4d4101e2859e99bc5f77ac920afd3a6a9210e407b155c89c28d282dc0544735a27e3eaa
+Size (certbot-0.8.1.tar.gz) = 698305 bytes



Home | Main Index | Thread Index | Old Index