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 27 12:44:39 UTC 2017

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

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

- An issue where Certbot's ACME module would raise an AttributeError
  trying to create self-signed certificates when used with pyOpenSSL
  17.3.0 has been resolved. For Certbot users with this version of
  pyOpenSSL, this caused Certbot to crash when performing a TLS SNI
  challenge or when the Nginx plugin tried to create an SSL server
  block.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 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.16 pkgsrc/security/py-certbot/Makefile.common:1.17
--- pkgsrc/security/py-certbot/Makefile.common:1.16     Wed Sep 13 10:28:42 2017
+++ pkgsrc/security/py-certbot/Makefile.common  Wed Sep 27 12:44:39 2017
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.16 2017/09/13 10:28:42 fhajny Exp $
+# $NetBSD: Makefile.common,v 1.17 2017/09/27 12:44:39 fhajny Exp $
 #
 # used by security/py-acme/Makefile
 # used by security/py-certbot/Makefile
 
-DISTNAME=      certbot-0.18.1
+DISTNAME=      certbot-0.18.2
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=certbot/}
 
 HOMEPAGE=      https://letsencrypt.org/
Index: pkgsrc/security/py-certbot/distinfo
diff -u pkgsrc/security/py-certbot/distinfo:1.16 pkgsrc/security/py-certbot/distinfo:1.17
--- pkgsrc/security/py-certbot/distinfo:1.16    Wed Sep 13 10:28:42 2017
+++ pkgsrc/security/py-certbot/distinfo Wed Sep 27 12:44:39 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2017/09/13 10:28:42 fhajny Exp $
+$NetBSD: distinfo,v 1.17 2017/09/27 12:44:39 fhajny Exp $
 
-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
+SHA1 (certbot-0.18.2.tar.gz) = 6e332c4387ede6efaae4a6c0b71e8c6be23224d8
+RMD160 (certbot-0.18.2.tar.gz) = fd789656aee08b435b99ddf1046fc250b1c19f77
+SHA512 (certbot-0.18.2.tar.gz) = 30dea063cf8d4bd714a40c1a82a7f4aab51e3a7d4de0d5f9a923f95badb2881562562c4a198da6a4c3cd1db7f9e2d124c2def70f3a245faca0040438586bf6a4
+Size (certbot-0.18.2.tar.gz) = 1044019 bytes



Home | Main Index | Thread Index | Old Index