summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2018-02-02 15:36:08 +0000
committerfhajny <fhajny@pkgsrc.org>2018-02-02 15:36:08 +0000
commit7950da9454f19fe72ce54b2bbca102dcdb0e7029 (patch)
tree91634cba486be9c8cfbf01ac2a9286d02613a5c5 /security
parentf64e8e3eeec65387bbf215e73f2a1484ccb0ec71 (diff)
downloadpkgsrc-7950da9454f19fe72ce54b2bbca102dcdb0e7029.tar.gz
Update security/py-{acme,certbot} to 0.21.1.
- When creating an HTTP to HTTPS redirect in Nginx, we now ensure the Host header of the request is set to an expected value before redirecting users to the domain found in the header. The previous way Certbot configured Nginx redirects was a potential security issue - Fixed a problem where Certbot's Apache plugin could fail HTTP-01 challenges if basic authentication is configured for the domain you request a certificate for. - certbot-auto --no-bootstrap now properly tries to use Python 3.4 on RHEL 6 based systems rather than Python 2.6.
Diffstat (limited to 'security')
-rw-r--r--security/py-certbot/Makefile.common4
-rw-r--r--security/py-certbot/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/security/py-certbot/Makefile.common b/security/py-certbot/Makefile.common
index dffc03c699f..af77b017e8f 100644
--- a/security/py-certbot/Makefile.common
+++ b/security/py-certbot/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.19 2018/01/22 13:37:25 fhajny Exp $
+# $NetBSD: Makefile.common,v 1.20 2018/02/02 15:36:08 fhajny Exp $
#
# used by security/py-acme/Makefile
# used by security/py-certbot/Makefile
-DISTNAME= certbot-0.21.0
+DISTNAME= certbot-0.21.1
MASTER_SITES= ${MASTER_SITE_GITHUB:=certbot/}
HOMEPAGE= https://letsencrypt.org/
diff --git a/security/py-certbot/distinfo b/security/py-certbot/distinfo
index fc0d051b962..f5f528631a1 100644
--- a/security/py-certbot/distinfo
+++ b/security/py-certbot/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2018/01/22 13:37:25 fhajny Exp $
+$NetBSD: distinfo,v 1.20 2018/02/02 15:36:08 fhajny Exp $
-SHA1 (certbot-0.21.0.tar.gz) = 8fe8a60bb4b131984e8df072d7816cd14ef8c3c5
-RMD160 (certbot-0.21.0.tar.gz) = 6d74b83b5211fc2fd7cb96136b80db4ddee6ba7c
-SHA512 (certbot-0.21.0.tar.gz) = 87d1f2b5153f8fc6a5cf1ee3e6ba084464d2094ef0ae8955d4ac3c75de759cd62c54465186a21b4d4205193f410cbfcb93f4af4f29bfdb21f7cc881a38c4340f
-Size (certbot-0.21.0.tar.gz) = 1105665 bytes
+SHA1 (certbot-0.21.1.tar.gz) = 824d40e584a017559fae58954845663a20e34a76
+RMD160 (certbot-0.21.1.tar.gz) = bedb988810cf30594b2ee014029c3edb9914582d
+SHA512 (certbot-0.21.1.tar.gz) = 6f3ffba7dc06bcc2a6b9835906331753ee2715192e7a49562314480069f22e4a66bb26f04dc4bbdfb0ab40998220d0c9b77fb0351e042116b02996fb2da699d2
+Size (certbot-0.21.1.tar.gz) = 1105663 bytes