pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-certbot security/py-certbot: Update to 0.2...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5f4a70911a0
branches:  trunk
changeset: 377864:a5f4a70911a0
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Fri Mar 23 14:37:08 2018 +0000

description:
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.

diffstat:

 security/py-certbot/Makefile.common |   4 ++--
 security/py-certbot/distinfo        |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r da253c46e650 -r a5f4a70911a0 security/py-certbot/Makefile.common
--- a/security/py-certbot/Makefile.common       Fri Mar 23 14:33:41 2018 +0000
+++ b/security/py-certbot/Makefile.common       Fri Mar 23 14:37:08 2018 +0000
@@ -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/
diff -r da253c46e650 -r a5f4a70911a0 security/py-certbot/distinfo
--- a/security/py-certbot/distinfo      Fri Mar 23 14:33:41 2018 +0000
+++ b/security/py-certbot/distinfo      Fri Mar 23 14:37:08 2018 +0000
@@ -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