diff options
author | adam <adam@pkgsrc.org> | 2021-11-13 17:30:26 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-11-13 17:30:26 +0000 |
commit | 250ec01b6d8f168df47ad75055203bd0ff60ed97 (patch) | |
tree | 5e1cdd8900229ea0b57a5f6e6ece35837ea80fc9 /security/py-certbot/Makefile.common | |
parent | 3e620dffe78b7f624c8457357f54551d25ddb34f (diff) | |
download | pkgsrc-250ec01b6d8f168df47ad75055203bd0ff60ed97.tar.gz |
py-acme py-certbot*: updated to 1.21.0
Certbot 1.21.0
Added
Certbot will generate a web.config file on Windows in the challenge path
when the webroot plugin is used, if one does not exist. This web.config file
lets IIS serve challenge files while they do not have an extension.
Changed
We changed the PGP key used to sign the packages we upload to PyPI. Going
forward, releases will be signed with one of three different keys. All of
these keys are available on major key servers and signed by our previous PGP
key. The fingerprints of these new keys are:
BF6BCFC89E90747B9A680FD7B6029E8500F7DB16
86379B4F0AF371B50CD9E5FF3402831161D1D280
20F201346BF8F3F455A73F9A780CC99432A28621
Fixed
More details about these changes can be found on our GitHub repo.
Diffstat (limited to 'security/py-certbot/Makefile.common')
-rw-r--r-- | security/py-certbot/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-certbot/Makefile.common b/security/py-certbot/Makefile.common index 538d6478e67..688d2141806 100644 --- a/security/py-certbot/Makefile.common +++ b/security/py-certbot/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.59 2021/10/10 18:43:11 adam Exp $ +# $NetBSD: Makefile.common,v 1.60 2021/11/13 17:30:26 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.20.0 +CERTBOT_VERSION= 1.21.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES?= security python |