pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/py-certbot Update security/py-{acme, certbot} ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a927b49b8841
branches: trunk
changeset: 375062:a927b49b8841
user: fhajny <fhajny%pkgsrc.org@localhost>
date: Fri Feb 02 15:36:08 2018 +0000
description:
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:
security/py-certbot/Makefile.common | 4 ++--
security/py-certbot/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (30 lines):
diff -r 699bdff78e88 -r a927b49b8841 security/py-certbot/Makefile.common
--- a/security/py-certbot/Makefile.common Fri Feb 02 15:34:49 2018 +0000
+++ b/security/py-certbot/Makefile.common Fri Feb 02 15:36:08 2018 +0000
@@ -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 -r 699bdff78e88 -r a927b49b8841 security/py-certbot/distinfo
--- a/security/py-certbot/distinfo Fri Feb 02 15:34:49 2018 +0000
+++ b/security/py-certbot/distinfo Fri Feb 02 15:36:08 2018 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index