pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security
Module Name: pkgsrc
Committed By: fhajny
Date: Thu Sep 6 12:25:26 UTC 2018
Modified Files:
pkgsrc/security/py-acme: Makefile
pkgsrc/security/py-certbot: Makefile.common distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/py-acme/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/security/py-certbot/Makefile.common
cvs rdiff -u -r1.26 -r1.27 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-acme/Makefile
diff -u pkgsrc/security/py-acme/Makefile:1.11 pkgsrc/security/py-acme/Makefile:1.12
--- pkgsrc/security/py-acme/Makefile:1.11 Thu Jun 28 15:33:52 2018
+++ pkgsrc/security/py-acme/Makefile Thu Sep 6 12:25:26 2018
@@ -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
Index: pkgsrc/security/py-certbot/Makefile.common
diff -u pkgsrc/security/py-certbot/Makefile.common:1.27 pkgsrc/security/py-certbot/Makefile.common:1.28
--- pkgsrc/security/py-certbot/Makefile.common:1.27 Tue Jul 24 09:24:11 2018
+++ pkgsrc/security/py-certbot/Makefile.common Thu Sep 6 12:25:26 2018
@@ -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/
Index: pkgsrc/security/py-certbot/distinfo
diff -u pkgsrc/security/py-certbot/distinfo:1.26 pkgsrc/security/py-certbot/distinfo:1.27
--- pkgsrc/security/py-certbot/distinfo:1.26 Tue Jul 17 16:32:16 2018
+++ pkgsrc/security/py-certbot/distinfo Thu Sep 6 12:25:26 2018
@@ -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