pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security py-{acme,certbot}: Update to 0.27.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c43e44f92f89
branches: trunk
changeset: 312555:c43e44f92f89
user: fhajny <fhajny%pkgsrc.org@localhost>
date: Thu Sep 06 12:25:26 2018 +0000
description:
py-{acme,certbot}: Update to 0.27.0.
## 0.27.0 - 2018-09-05
### Added
- The Apache plugin now accepts the parameter --apache-ctl which can
be used to configure the path to the Apache control script.
### Changed
- When using `acme.client.ClientV2` (or
`acme.client.BackwardsCompatibleClientV2` with an ACME server that
supports a newer version of the ACME protocol), an
`acme.errors.ConflictError` will be raised if you try to create
an ACME account with a key that has already been used. Previously,
a JSON parsing error was raised in this scenario when using the
library with Let's Encrypt's ACMEv2 endpoint.
### Fixed
- When Apache is not installed, Certbot's Apache plugin no longer
prints messages about being unable to find apachectl to the
terminal when the plugin is not selected.
- If you're using the Apache plugin with the --apache-vhost-root flag
set to a directory containing a disabled virtual host for the
domain you're requesting a certificate for, the virtual host will
now be temporarily enabled if necessary to pass the HTTP challenge.
- The documentation for the Certbot package can now be built using
Sphinx 1.6+.
- You can now call `query_registration` without having to first call
`new_account` on `acme.client.ClientV2` objects.
- The requirement of `setuptools>=1.0` has been removed from
`certbot-dns-ovh`.
- Names in certbot-dns-sakuracloud's tests have been updated to refer
to Sakura Cloud rather than NS1 whose plugin certbot-dns-sakuracloud
was based on.
## 0.26.1 - 2018-07-17
### Fixed
- Fix a bug that was triggered when users who had previously manually
set `--server` to get ACMEv2 certs tried to renew ACMEv1 certs.
diffstat:
security/py-acme/Makefile | 3 +--
security/py-certbot/Makefile.common | 4 ++--
security/py-certbot/distinfo | 10 +++++-----
3 files changed, 8 insertions(+), 9 deletions(-)
diffs (43 lines):
diff -r b3d075551b41 -r c43e44f92f89 security/py-acme/Makefile
--- a/security/py-acme/Makefile Thu Sep 06 10:55:42 2018 +0000
+++ b/security/py-acme/Makefile Thu Sep 06 12:25:26 2018 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2018/06/28 15:33:52 taca Exp $
+# $NetBSD: Makefile,v 1.12 2018/09/06 12:25:26 fhajny Exp $
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/certbot/acme/}
-PKGREVISION= 1
CATEGORIES= security
COMMENT= ACME protocol implementation in Python
diff -r b3d075551b41 -r c43e44f92f89 security/py-certbot/Makefile.common
--- a/security/py-certbot/Makefile.common Thu Sep 06 10:55:42 2018 +0000
+++ b/security/py-certbot/Makefile.common Thu Sep 06 12:25:26 2018 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.27 2018/07/24 09:24:11 triaxx Exp $
+# $NetBSD: Makefile.common,v 1.28 2018/09/06 12:25:26 fhajny Exp $
#
# used by security/py-acme/Makefile
# used by security/py-certbot/Makefile
# used by security/py-certbot-dns-rfc2136/Makefile
-DISTNAME= certbot-0.26.0
+DISTNAME= certbot-0.27.0
MASTER_SITES= ${MASTER_SITE_GITHUB:=certbot/}
HOMEPAGE= https://letsencrypt.org/
diff -r b3d075551b41 -r c43e44f92f89 security/py-certbot/distinfo
--- a/security/py-certbot/distinfo Thu Sep 06 10:55:42 2018 +0000
+++ b/security/py-certbot/distinfo Thu Sep 06 12:25:26 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2018/07/17 16:32:16 fhajny Exp $
+$NetBSD: distinfo,v 1.27 2018/09/06 12:25:26 fhajny Exp $
-SHA1 (certbot-0.26.0.tar.gz) = a093e9cb6160750bfb48fe55b19ebb38ab03d160
-RMD160 (certbot-0.26.0.tar.gz) = 53f6e85d352dca61b08d854757687026cc8e21bb
-SHA512 (certbot-0.26.0.tar.gz) = 19f689d5b8724c6e7aa1539808b1b60913ad0f4a9272ebf6f40115028cef3cb49d9416239e104f125ed549c15e2a032935d0d2da1866548d0a177ef70608dce1
-Size (certbot-0.26.0.tar.gz) = 1236499 bytes
+SHA1 (certbot-0.27.0.tar.gz) = c193ba836ab6181e865a4b7c7a8e4b843bda6a9b
+RMD160 (certbot-0.27.0.tar.gz) = dc2751280fdfdd2e72c5b44cd2c873c18e067206
+SHA512 (certbot-0.27.0.tar.gz) = 594ea481d95f5724e4ebdcac4083d59204646c4b6e9a4b2bd91c81f62e2a6c84aaf7fb932291254781f82268b843ee6ba0dfa9d0bde0a2b36908d58be1f04917
+Size (certbot-0.27.0.tar.gz) = 1240266 bytes
Home |
Main Index |
Thread Index |
Old Index