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 Apr 13 08:14:28 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 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.22 pkgsrc/security/py-certbot/Makefile.common:1.23
--- pkgsrc/security/py-certbot/Makefile.common:1.22     Fri Mar 23 14:37:08 2018
+++ pkgsrc/security/py-certbot/Makefile.common  Fri Apr 13 08:14:28 2018
@@ -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/
Index: pkgsrc/security/py-certbot/distinfo
diff -u pkgsrc/security/py-certbot/distinfo:1.22 pkgsrc/security/py-certbot/distinfo:1.23
--- pkgsrc/security/py-certbot/distinfo:1.22    Fri Mar 23 14:37:08 2018
+++ pkgsrc/security/py-certbot/distinfo Fri Apr 13 08:14:28 2018
@@ -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