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


(fhajny)
diff -r1.21 -r1.22 pkgsrc/security/py-certbot/Makefile.common
diff -r1.21 -r1.22 pkgsrc/security/py-certbot/distinfo

cvs diff -r1.21 -r1.22 pkgsrc/security/py-certbot/Makefile.common (expand / switch to unified diff)

--- pkgsrc/security/py-certbot/Makefile.common 2018/03/13 10:08:51 1.21
+++ pkgsrc/security/py-certbot/Makefile.common 2018/03/23 14:37:08 1.22
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile.common,v 1.21 2018/03/13 10:08:51 fhajny Exp $ 1# $NetBSD: Makefile.common,v 1.22 2018/03/23 14:37:08 fhajny Exp $
2# 2#
3# used by security/py-acme/Makefile 3# used by security/py-acme/Makefile
4# used by security/py-certbot/Makefile 4# used by security/py-certbot/Makefile
5 5
6DISTNAME= certbot-0.22.0 6DISTNAME= certbot-0.22.2
7MASTER_SITES= ${MASTER_SITE_GITHUB:=certbot/} 7MASTER_SITES= ${MASTER_SITE_GITHUB:=certbot/}
8 8
9HOMEPAGE= https://letsencrypt.org/ 9HOMEPAGE= https://letsencrypt.org/
10 10
11GITHUB_PROJECT= certbot 11GITHUB_PROJECT= certbot
12GITHUB_TAG= v${PKGVERSION_NOREV} 12GITHUB_TAG= v${PKGVERSION_NOREV}
13 13
14EXTRACT_USING= bsdtar 14EXTRACT_USING= bsdtar
15USE_TOOLS+= bsdtar 15USE_TOOLS+= bsdtar
16 16
17DISTINFO_FILE= ${PKGDIR}/../../security/py-certbot/distinfo 17DISTINFO_FILE= ${PKGDIR}/../../security/py-certbot/distinfo
18#PATCHDIR= ${PKGDIR}/../../security/py-certbot/patches 18#PATCHDIR= ${PKGDIR}/../../security/py-certbot/patches

cvs diff -r1.21 -r1.22 pkgsrc/security/py-certbot/distinfo (expand / switch to unified diff)

--- pkgsrc/security/py-certbot/distinfo 2018/03/13 10:08:51 1.21
+++ pkgsrc/security/py-certbot/distinfo 2018/03/23 14:37:08 1.22
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.21 2018/03/13 10:08:51 fhajny Exp $ 1$NetBSD: distinfo,v 1.22 2018/03/23 14:37:08 fhajny Exp $
2 2
3SHA1 (certbot-0.22.0.tar.gz) = 3ff38bfce754140ee61be392dc1da8bc02e09896 3SHA1 (certbot-0.22.2.tar.gz) = f38e12e5b8d857a461b097a2746f3247bfd9da00
4RMD160 (certbot-0.22.0.tar.gz) = 53747b949a37eb35beb7ce098eca8f98f41b7bdf 4RMD160 (certbot-0.22.2.tar.gz) = b35305eb0bbbafc28c9e921c463acc738f4f1aff
5SHA512 (certbot-0.22.0.tar.gz) = 406810e29a2637c420b9a8a3feb3a2ffb77bd740419cbcf46d10ab152a7252c765c058481b2a1f9a96cc426a9ae018bf90540fc0ebd54be1c8822c528cf1b605 5SHA512 (certbot-0.22.2.tar.gz) = ca26be78d29728fc5c20a5290f2dde4d1f2090b7e2829c0b312acac4741ef56440cc21a9db77e3e0cfe59ce0f1f0ab2165cb6823af8a4e2a4528060ad683ffe9
6Size (certbot-0.22.0.tar.gz) = 1128134 bytes 6Size (certbot-0.22.2.tar.gz) = 1128517 bytes