pkgsrc-Changes-HG archive

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

pkgsrc: security/py-certbot: Update to 0.23.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e3109aeeaf5
branches:  trunk
changeset: 306218:8e3109aeeaf5
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Fri Apr 13 08:14:28 2018 +0000
description:
security/py-certbot: Update to 0.23.0.

### Added

- Support for OpenResty was added to the Nginx plugin.

### Changed

- The timestamps in Certbot's logfiles now use the system's local time
  zone rather than UTC.
- Certbot's DNS plugins that use Lexicon now rely on Lexicon>=2.2.1 to
  be able to create and delete multiple TXT records on a single
  domain.
- certbot-dns-google's test suite now works without an internet
  connection.

### Fixed

- Removed a small window that if during which an error occurred,
  Certbot wouldn't clean up performed challenges.
- The parameters `default` and `ipv6only` are now removed from
  `listen` directives when creating a new server block in the Nginx
  plugin.
- `server_name` directives enclosed in quotation marks in Nginx are
  now properly supported.
- Resolved an issue preventing the Apache plugin from starting Apache
  when it's not currently running on RHEL and Gentoo based systems.

diffstat:

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

diffs (30 lines):

diff -r 678c6ccc8a00 -r 8e3109aeeaf5 security/py-certbot/Makefile.common
--- a/security/py-certbot/Makefile.common       Fri Apr 13 08:07:34 2018 +0000
+++ b/security/py-certbot/Makefile.common       Fri Apr 13 08:14:28 2018 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.22 2018/03/23 14:37:08 fhajny Exp $
+# $NetBSD: Makefile.common,v 1.23 2018/04/13 08:14:28 fhajny Exp $
 #
 # used by security/py-acme/Makefile
 # used by security/py-certbot/Makefile
 
-DISTNAME=      certbot-0.22.2
+DISTNAME=      certbot-0.23.0
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=certbot/}
 
 HOMEPAGE=      https://letsencrypt.org/
diff -r 678c6ccc8a00 -r 8e3109aeeaf5 security/py-certbot/distinfo
--- a/security/py-certbot/distinfo      Fri Apr 13 08:07:34 2018 +0000
+++ b/security/py-certbot/distinfo      Fri Apr 13 08:14:28 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2018/03/23 14:37:08 fhajny Exp $
+$NetBSD: distinfo,v 1.23 2018/04/13 08:14:28 fhajny Exp $
 
-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
+SHA1 (certbot-0.23.0.tar.gz) = 8571dae5d63a6c024b8f1a8c2f6e6cad09cd577b
+RMD160 (certbot-0.23.0.tar.gz) = 238b492312132d10802e366f80d07011d30cf084
+SHA512 (certbot-0.23.0.tar.gz) = 397562fa7f5ef5daea8ccf70dc21898f8b792dc6a07aa24035fa378da8af3dd5d0734c3fbf6080c28d17f050db46ec0ea637be81d4ce648fa5ab2add2cfd41ed
+Size (certbot-0.23.0.tar.gz) = 1144448 bytes



Home | Main Index | Thread Index | Old Index