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 Feb  2 15:36:08 UTC 2018

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 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.19 pkgsrc/security/py-certbot/Makefile.common:1.20
--- pkgsrc/security/py-certbot/Makefile.common:1.19     Mon Jan 22 13:37:25 2018
+++ pkgsrc/security/py-certbot/Makefile.common  Fri Feb  2 15:36:08 2018
@@ -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/
Index: pkgsrc/security/py-certbot/distinfo
diff -u pkgsrc/security/py-certbot/distinfo:1.19 pkgsrc/security/py-certbot/distinfo:1.20
--- pkgsrc/security/py-certbot/distinfo:1.19    Mon Jan 22 13:37:25 2018
+++ pkgsrc/security/py-certbot/distinfo Fri Feb  2 15:36:08 2018
@@ -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