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:           Fri Mar 23 14:37:08 UTC 2018

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

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

0.22.2
- A type error introduced in 0.22.1 that would occur during challenge
  cleanup when a Certbot plugin raises an exception while trying to
  complete the challenge was fixed.

0.22.1
- The ACME server used with Certbot's --dry-run and --staging flags is
  now Let's Encrypt's ACMEv2 staging server which allows people to
  also test ACMEv2 features with these flags.
- The HTTP Content-Type header is now set to the correct value during
  certificate revocation with new versions of the ACME protocol.
- When using Certbot with Let's Encrypt's ACMEv2 server, it would add
  a blank line to the top of chain.pem and between the certificates in
  fullchain.pem for each lineage. These blank lines have been removed.
- Resolved a bug that caused Certbot's --allow-subset-of-names flag
  not to work.
- Fixed a regression in acme.client.Client that caused the class to
  not work when it was initialized without a ClientNetwork which is
  done by some of the other projects using our ACME library.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 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.21 pkgsrc/security/py-certbot/Makefile.common:1.22
--- pkgsrc/security/py-certbot/Makefile.common:1.21     Tue Mar 13 10:08:51 2018
+++ pkgsrc/security/py-certbot/Makefile.common  Fri Mar 23 14:37:08 2018
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.21 2018/03/13 10:08:51 fhajny Exp $
+# $NetBSD: Makefile.common,v 1.22 2018/03/23 14:37:08 fhajny Exp $
 #
 # used by security/py-acme/Makefile
 # used by security/py-certbot/Makefile
 
-DISTNAME=      certbot-0.22.0
+DISTNAME=      certbot-0.22.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.21 pkgsrc/security/py-certbot/distinfo:1.22
--- pkgsrc/security/py-certbot/distinfo:1.21    Tue Mar 13 10:08:51 2018
+++ pkgsrc/security/py-certbot/distinfo Fri Mar 23 14:37:08 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2018/03/13 10:08:51 fhajny Exp $
+$NetBSD: distinfo,v 1.22 2018/03/23 14:37:08 fhajny Exp $
 
-SHA1 (certbot-0.22.0.tar.gz) = 3ff38bfce754140ee61be392dc1da8bc02e09896
-RMD160 (certbot-0.22.0.tar.gz) = 53747b949a37eb35beb7ce098eca8f98f41b7bdf
-SHA512 (certbot-0.22.0.tar.gz) = 406810e29a2637c420b9a8a3feb3a2ffb77bd740419cbcf46d10ab152a7252c765c058481b2a1f9a96cc426a9ae018bf90540fc0ebd54be1c8822c528cf1b605
-Size (certbot-0.22.0.tar.gz) = 1128134 bytes
+SHA1 (certbot-0.22.2.tar.gz) = f38e12e5b8d857a461b097a2746f3247bfd9da00
+RMD160 (certbot-0.22.2.tar.gz) = b35305eb0bbbafc28c9e921c463acc738f4f1aff
+SHA512 (certbot-0.22.2.tar.gz) = ca26be78d29728fc5c20a5290f2dde4d1f2090b7e2829c0b312acac4741ef56440cc21a9db77e3e0cfe59ce0f1f0ab2165cb6823af8a4e2a4528060ad683ffe9
+Size (certbot-0.22.2.tar.gz) = 1128517 bytes



Home | Main Index | Thread Index | Old Index