pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security py-acme py-certbot: updated to 1.9.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/543241aa7134
branches:  trunk
changeset: 440787:543241aa7134
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Oct 18 18:45:03 2020 +0000

description:
py-acme py-certbot: updated to 1.9.0

Certbot 1.9.0

Added

--preconfigured-renewal flag, for packager use only.
See the packaging guide.

Changed

certbot-auto was deprecated on all systems except for those based on Debian or RHEL.
Update the packaging instructions to promote usage of python -m pytest to test Certbot
instead of the deprecated python setup.py test setuptools approach.
Reduced CLI logging when reloading nginx, if it is not running.
Reduced CLI logging when handling some kinds of errors.

Fixed

Fixed server_name case-sensitivity in the nginx plugin.
The minimum version of the acme library required by Certbot was corrected.
In the previous release, Certbot said it required acme>=1.6.0 when it
actually required acme>=1.8.0 to properly support removing contact
information from an ACME account.
Upgraded the version of httplib2 used in our snaps and Docker images to add
support for proxy environment variables and fix the plugin for Google Cloud
DNS.

diffstat:

 security/py-acme/distinfo           |  10 +++++-----
 security/py-certbot/Makefile        |   4 ++--
 security/py-certbot/Makefile.common |   4 ++--
 security/py-certbot/PLIST           |   5 ++++-
 security/py-certbot/distinfo        |  10 +++++-----
 5 files changed, 18 insertions(+), 15 deletions(-)

diffs (85 lines):

diff -r a8728b840fb3 -r 543241aa7134 security/py-acme/distinfo
--- a/security/py-acme/distinfo Sun Oct 18 18:18:13 2020 +0000
+++ b/security/py-acme/distinfo Sun Oct 18 18:45:03 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2020/09/30 09:03:45 adam Exp $
+$NetBSD: distinfo,v 1.21 2020/10/18 18:45:03 adam Exp $
 
-SHA1 (acme-1.8.0.tar.gz) = 340e6124d248566602254c58fa39cce829b52bc5
-RMD160 (acme-1.8.0.tar.gz) = 5c4fbcf8c6f9bfa7e64f871f3d0f3283b351dfd2
-SHA512 (acme-1.8.0.tar.gz) = b6e9d8d1c5fa6a0e1cb6eb327adffe79348ca6ef3c15d869a89b20ff3330992928d1edf5dbacb2420da4ebc8148d492e345a81c1dca044c93443eb8b4700ce89
-Size (acme-1.8.0.tar.gz) = 91408 bytes
+SHA1 (acme-1.9.0.tar.gz) = 8c18d57197f729428c07fdf8092f8951205323a4
+RMD160 (acme-1.9.0.tar.gz) = 1f32218fede8b8fc5dbf474d251acac55c105418
+SHA512 (acme-1.9.0.tar.gz) = b698c264b45d61429d5af04c42abf6df7743baf1241eccb80394498e8115656867f94dd96fdbe0536e1e6774566029f69b523a947700b1da58db012c3aad6e41
+Size (acme-1.9.0.tar.gz) = 91132 bytes
diff -r a8728b840fb3 -r 543241aa7134 security/py-certbot/Makefile
--- a/security/py-certbot/Makefile      Sun Oct 18 18:18:13 2020 +0000
+++ b/security/py-certbot/Makefile      Sun Oct 18 18:45:03 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2020/09/30 09:03:45 adam Exp $
+# $NetBSD: Makefile,v 1.28 2020/10/18 18:45:03 adam Exp $
 
 .include "../../security/py-certbot/Makefile.common"
 
@@ -7,7 +7,7 @@
 
 COMMENT=       Client for the Let's Encrypt CA
 
-DEPENDS+=      ${PYPKGPREFIX}-acme>=1.6.0:../../security/py-acme
+DEPENDS+=      ${PYPKGPREFIX}-acme>=1.8.0:../../security/py-acme
 DEPENDS+=      ${PYPKGPREFIX}-configargparse>=0.9.3:../../devel/py-configargparse
 DEPENDS+=      ${PYPKGPREFIX}-configobj-[0-9]*:../../devel/py-configobj
 DEPENDS+=      ${PYPKGPREFIX}-cryptography>=1.2.3:../../security/py-cryptography
diff -r a8728b840fb3 -r 543241aa7134 security/py-certbot/Makefile.common
--- a/security/py-certbot/Makefile.common       Sun Oct 18 18:18:13 2020 +0000
+++ b/security/py-certbot/Makefile.common       Sun Oct 18 18:45:03 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.47 2020/09/30 09:03:45 adam Exp $
+# $NetBSD: Makefile.common,v 1.48 2020/10/18 18:45:03 adam Exp $
 # used by security/py-acme/Makefile
 # used by security/py-certbot/Makefile
 # used by security/py-certbot-apache/Makefile
@@ -16,7 +16,7 @@
 # used by security/py-certbot-dns-sakuracloud/Makefile
 # used by security/py-certbot-nginx/Makefile
 
-CERTBOT_VERSION=       1.8.0
+CERTBOT_VERSION=       1.9.0
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES?=   security python
diff -r a8728b840fb3 -r 543241aa7134 security/py-certbot/PLIST
--- a/security/py-certbot/PLIST Sun Oct 18 18:18:13 2020 +0000
+++ b/security/py-certbot/PLIST Sun Oct 18 18:45:03 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.26 2020/07/10 10:24:21 adam Exp $
+@comment $NetBSD: PLIST,v 1.27 2020/10/18 18:45:03 adam Exp $
 bin/certbot-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -114,6 +114,9 @@
 ${PYSITELIB}/certbot/_internal/reporter.py
 ${PYSITELIB}/certbot/_internal/reporter.pyc
 ${PYSITELIB}/certbot/_internal/reporter.pyo
+${PYSITELIB}/certbot/_internal/snap_config.py
+${PYSITELIB}/certbot/_internal/snap_config.pyc
+${PYSITELIB}/certbot/_internal/snap_config.pyo
 ${PYSITELIB}/certbot/_internal/storage.py
 ${PYSITELIB}/certbot/_internal/storage.pyc
 ${PYSITELIB}/certbot/_internal/storage.pyo
diff -r a8728b840fb3 -r 543241aa7134 security/py-certbot/distinfo
--- a/security/py-certbot/distinfo      Sun Oct 18 18:18:13 2020 +0000
+++ b/security/py-certbot/distinfo      Sun Oct 18 18:45:03 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.48 2020/09/30 09:03:45 adam Exp $
+$NetBSD: distinfo,v 1.49 2020/10/18 18:45:03 adam Exp $
 
-SHA1 (certbot-1.8.0.tar.gz) = 9a335977efd4d21ed22c90bf8871d175d9dc1e39
-RMD160 (certbot-1.8.0.tar.gz) = ee520bb3544894fffef66ab9942a10bba7dfbb7e
-SHA512 (certbot-1.8.0.tar.gz) = 9eea08cb0ade7c29e566a2495659f57d013f677baf7f8b057160cb73871d99970933e7da54aab97865833e24bffc9b76d1af2c654dd5117f81eac239bce7b4c7
-Size (certbot-1.8.0.tar.gz) = 380607 bytes
+SHA1 (certbot-1.9.0.tar.gz) = 63f68daf7f7402c53d83d58f2a2fd4b3394fc178
+RMD160 (certbot-1.9.0.tar.gz) = 4953f5ceb17a03891cb8d70e659ed957d7e3a634
+SHA512 (certbot-1.9.0.tar.gz) = cc241db9877fa53ab658def2fd9b869a2e3deba2b65f4ba0c4eb7695d7daee32360c5f850c387557b81273956f886ff259db330d31af4913170ddb89e0a82f2e
+Size (certbot-1.9.0.tar.gz) = 382379 bytes



Home | Main Index | Thread Index | Old Index