Subject: CVS commit: pkgsrc/security
From: Adam Ciarcinski
Date: 2020-07-10 12:24:23
Message id: 20200710102423.F0272FB28@cvs.NetBSD.org

Log Message:
py-acme,py-certbot: updated to 1.6.0

1.6.0

Added

Certbot snaps are now available for the arm64 and armhf architectures.
Add minimal code to run Nginx plugin on NetBSD.
Make Certbot snap find externally snapped plugins
Function certbot.compat.filesystem.umask is a drop-in replacement for os.umask \ 
implementing umask for both UNIX and Windows systems.
Support for alternative certificate chains in the acme module.
Added --preferred-chain <issuer CN>. If a CA offers multiple certificate \ 
chains, it may be used to indicate to Certbot which chain should be preferred.
e.g. --preferred-chain "DST Root CA X3"

Changed

Allow session tickets to be disabled in Apache when mod_ssl is statically linked.
Generalize UI warning message on renewal rate limits
Certbot behaves similarly on Windows to on UNIX systems regarding umask, and the \ 
umask 022 is applied by default: all files/directories are not writable by \ 
anyone other than the user running Certbot and the system/admin users.
Read acmev1 Let's Encrypt server URL from renewal config as acmev2 URL to \ 
prepare for impending acmev1 deprecation.

Fixed

Cloudflare API Tokens may now be restricted to individual zones.
Don't use StrictVersion, but LooseVersion to check version requirements with \ 
setuptools, to fix some packaging issues with libraries respecting PEP404 for \ 
version string, with doesn't match StrictVersion requirements.
Certbot output doesn't refer to SSL Labs due to confusing scoring behavior.
Fix paths when calling to programs outside of the Certbot Snap, fixing the \ 
apache and nginx plugins on, e.g., CentOS 7.

Files:
RevisionActionfile
1.18modifypkgsrc/security/py-acme/distinfo
1.45modifypkgsrc/security/py-certbot/Makefile.common
1.26modifypkgsrc/security/py-certbot/PLIST
1.46modifypkgsrc/security/py-certbot/distinfo
1.18modifypkgsrc/security/py-certbot-apache/distinfo
1.6modifypkgsrc/security/py-certbot-dns-digitalocean/distinfo
1.13modifypkgsrc/security/py-certbot-dns-dnsimple/distinfo
1.13modifypkgsrc/security/py-certbot-dns-dnsmadeeasy/distinfo
1.13modifypkgsrc/security/py-certbot-dns-gehirn/distinfo
1.13modifypkgsrc/security/py-certbot-dns-google/distinfo
1.13modifypkgsrc/security/py-certbot-dns-linode/distinfo
1.18modifypkgsrc/security/py-certbot-dns-luadns/distinfo
1.18modifypkgsrc/security/py-certbot-dns-nsone/distinfo
1.18modifypkgsrc/security/py-certbot-dns-ovh/distinfo
1.18modifypkgsrc/security/py-certbot-dns-rfc2136/distinfo
1.18modifypkgsrc/security/py-certbot-dns-route53/distinfo
1.18modifypkgsrc/security/py-certbot-dns-sakuracloud/distinfo
1.13modifypkgsrc/security/py-certbot-nginx/Makefile
1.19modifypkgsrc/security/py-certbot-nginx/distinfo
1.2modifypkgsrc/security/py-certbot-nginx/patches/patch-certbot__nginx___internal_constants.py
1.1removepkgsrc/security/py-certbot/MESSAGE