Release 5.2.2

This commit is contained in:
Will Greenberg 2025-12-10 09:08:43 -08:00
parent 97761a1103
commit 2e499f5dff
No known key found for this signature in database
GPG key ID: 447BF683AA3B26C3
40 changed files with 58 additions and 28 deletions

View file

@ -1,6 +1,6 @@
from setuptools import setup
version = '5.2.1'
version = '5.2.2'
setup(
version=version,

View file

@ -1,6 +1,6 @@
from setuptools import setup
version = '5.2.1'
version = '5.2.2'
install_requires = [
# We specify the minimum acme and certbot version as the current plugin

View file

@ -1,6 +1,6 @@
from setuptools import setup
version = '5.2.1'
version = '5.2.2'
setup(
version=version,

View file

@ -1,6 +1,6 @@
from setuptools import setup
version = '5.2.1'
version = '5.2.2'
setup(
version=version,

View file

@ -2,7 +2,7 @@ import os
from setuptools import setup
version = '5.2.1'
version = '5.2.2'
install_requires = [
# for now, do not upgrade to cloudflare>=2.20 to avoid deprecation warnings and the breaking

View file

@ -2,7 +2,7 @@ import os
from setuptools import setup
version = '5.2.1'
version = '5.2.2'
install_requires = [
'python-digitalocean>=1.15.0', # 1.15.0 or newer is recommended for TTL support

View file

@ -2,7 +2,7 @@ import os
from setuptools import setup
version = '5.2.1'
version = '5.2.2'
install_requires = [
# This version of lexicon is required to address the problem described in

View file

@ -2,7 +2,7 @@ import os
from setuptools import setup
version = '5.2.1'
version = '5.2.2'
install_requires = [
'dns-lexicon>=3.14.1',

View file

@ -2,7 +2,7 @@ import os
from setuptools import setup
version = '5.2.1'
version = '5.2.2'
install_requires = [
'dns-lexicon>=3.14.1',

View file

@ -2,7 +2,7 @@ import os
from setuptools import setup
version = '5.2.1'
version = '5.2.2'
install_requires = [
'google-api-python-client>=1.6.5',

View file

@ -2,7 +2,7 @@ import os
from setuptools import setup
version = '5.2.1'
version = '5.2.2'
install_requires = [
'dns-lexicon>=3.14.1',

View file

@ -2,7 +2,7 @@ import os
from setuptools import setup
version = '5.2.1'
version = '5.2.2'
install_requires = [
'dns-lexicon>=3.14.1',

View file

@ -2,7 +2,7 @@ import os
from setuptools import setup
version = '5.2.1'
version = '5.2.2'
install_requires = [
'dns-lexicon>=3.14.1',

View file

@ -2,7 +2,7 @@ import os
from setuptools import setup
version = '5.2.1'
version = '5.2.2'
install_requires = [
'dns-lexicon>=3.15.1',

View file

@ -2,7 +2,7 @@ import os
from setuptools import setup
version = '5.2.1'
version = '5.2.2'
install_requires = [
# This version was chosen because it is the version packaged in RHEL 9 and Debian unstable. It

View file

@ -2,7 +2,7 @@ import os
from setuptools import setup
version = '5.2.1'
version = '5.2.2'
install_requires = [
'boto3>=1.20.34',

View file

@ -2,7 +2,7 @@ import os
from setuptools import setup
version = '5.2.1'
version = '5.2.2'
install_requires = [
'dns-lexicon>=3.14.1',

View file

@ -1,6 +1,6 @@
from setuptools import setup
version = '5.2.1'
version = '5.2.2'
install_requires = [
# We specify the minimum acme and certbot version as the current plugin

View file

@ -38,7 +38,7 @@ manage your account:
options:
-h, --help show this help message and exit
-c CONFIG_FILE, --config CONFIG_FILE
-c, --config CONFIG_FILE
path to config file (default: /etc/letsencrypt/cli.ini
and ~/.config/letsencrypt/cli.ini)
-v, --verbose This flag can be used multiple times to incrementally
@ -58,7 +58,7 @@ options:
--force-interactive Force Certbot to be interactive even if it detects
it's not being run in a terminal. This flag cannot be
used with the renew subcommand. (default: False)
-d DOMAIN, --domains DOMAIN, --domain DOMAIN
-d, --domains, --domain DOMAIN
Domain names to include. For multiple domains you can
use multiple -d flags or enter a comma separated list
of domains as a parameter. All domains will be
@ -142,7 +142,7 @@ options:
case, and to know when to deprecate support for past
Python versions and flags. If you wish to hide this
information from the Let's Encrypt server, set this to
"". (default: CertbotACMEClient/5.2.1 (certbot;
"". (default: CertbotACMEClient/5.2.2 (certbot;
OS_NAME OS_VERSION) Authenticator/XXX Installer/YYY
(SUBCOMMAND; flags: FLAGS) Py/major.minor.patchlevel).
The flags encoded in the user agent are: --duplicate,
@ -419,8 +419,7 @@ revoke:
register:
Options for account registration
-m EMAIL, --email EMAIL
Email used for registration and recovery contact. Use
-m, --email EMAIL Email used for registration and recovery contact. Use
comma to register multiple emails, ex:
u1@example.com,u2@example.com. (default: Ask).
--eff-email Share your e-mail address with EFF (default: Ask)
@ -473,9 +472,9 @@ plugins:
Name of the plugin that is both an authenticator and
an installer. Should not be used together with
--authenticator or --installer. (default: Ask)
-a AUTHENTICATOR, --authenticator AUTHENTICATOR
-a, --authenticator AUTHENTICATOR
Authenticator plugin name. (default: None)
-i INSTALLER, --installer INSTALLER
-i, --installer INSTALLER
Installer plugin name (also used to find domains).
(default: None)
--apache Obtain and install certificates using Apache (default:
@ -752,7 +751,7 @@ webroot:
be running and serving files from the webroot path. HTTP challenge only
(wildcards not supported).
--webroot-path WEBROOT_PATH, -w WEBROOT_PATH
--webroot-path, -w WEBROOT_PATH
public_html / webroot path. This can be specified
multiple times to handle different domains; each
domain will have the webroot path that preceded it.

View file

@ -1,4 +1,4 @@
"""Certbot client."""
# version number like 1.2.3a0, must have at least 2 parts, like 1.2
__version__ = '5.2.1'
__version__ = '5.2.2'

View file

@ -1,6 +1,6 @@
from setuptools import setup
version = '5.2.1'
version = '5.2.2'
setup(
version=version,

17
packages/SHA256SUMS Normal file
View file

@ -0,0 +1,17 @@
7702d5b99149d5cd9cd48a9270c04693e925730c023ca3e1b853ab43746a9d01 acme-5.2.2.tar.gz
16cf7c83572796f1a86c685e4dd365f8f5b834541163cc2f242aa834e3849d2d certbot-5.2.2.tar.gz
10fca551212e7781a915be8f3d271882064df75e80013d02e58c9ccf562ef92f certbot_apache-5.2.2.tar.gz
18cc8e3f7c0eae2a355ee5c4d28ae4c4eb96be5641342fea89512e6360a5fff9 certbot_dns_cloudflare-5.2.2.tar.gz
92a5cfc0685b25c76764498ef13963ef067f8ab998de880c46b7196b192a6a32 certbot_dns_digitalocean-5.2.2.tar.gz
5786a9f0637913ee1efa7a7931d447dad5fa3e0b0c0bcc7bcbd4a97e8a0dd97d certbot_dns_dnsimple-5.2.2.tar.gz
852b139eb2f902a0ca5cd3918b583e2be8827d7e9854eaf90733dd8e9d0a4ba7 certbot_dns_dnsmadeeasy-5.2.2.tar.gz
e652c9d4ecd1735082a2bf81d246a3c2fad0b4907984123b55da67ad5dab0a01 certbot_dns_gehirn-5.2.2.tar.gz
48ea618283c815ab9913f79027e54632fa4a62b64894a166d125ebaf9b7d0b85 certbot_dns_google-5.2.2.tar.gz
ee860d7257864c2a32a24f946e22f5e3b828752c13dacfdeb131b33adba894fb certbot_dns_linode-5.2.2.tar.gz
92f26619c1f34ad6fa6665d9a46f06c55f2500fc837c2d693610af5a15e66b0f certbot_dns_luadns-5.2.2.tar.gz
61ca726da04e46dfb905d7cc9f980430bd02bee997dac4e3c2b6e68c95551011 certbot_dns_nsone-5.2.2.tar.gz
a7580a6a3901ad373f5efcf838158ebf6ae7fef39d34e3bba6917a1ef0821a7b certbot_dns_ovh-5.2.2.tar.gz
d85e43491ae830d654c8c3f5d14668b94f1d71fb50934a2acaf14ca505462f79 certbot_dns_rfc2136-5.2.2.tar.gz
a168050de3ef62b453bae7533b8ab25973a9506bbeb8a34aa50f522c82728530 certbot_dns_route53-5.2.2.tar.gz
ec8e7a4104c853c54a3b13ced48bf25495bc7a41a155d676220f02f183a1e52b certbot_dns_sakuracloud-5.2.2.tar.gz
e5c2a8645390a81f179e3cb5d5185c42ab9f9e918b63da458d8b1406bd321017 certbot_nginx-5.2.2.tar.gz

14
packages/SHA256SUMS.asc Normal file
View file

@ -0,0 +1,14 @@
-----BEGIN PGP SIGNATURE-----
iQGzBAABCAAdFiEE8ocbQVKuE8SVGREfRHv2g6o7JsMFAmk5qRAACgkQRHv2g6o7
JsNmkAv8Dyxc/eP195sWnDHpyoH+SNpSZ8AJJbkb7V+2Svgs3RKLvRhEhNWvxZet
uuSrj11ytMMyVuUBV7M5e60urRksmI2lJU9gR2r+7aO7qwyTDAsDX3aF2zlp58XI
cMGK6FBDczqTj4y7ajFfw8mJHfOkDc/ecBIY7Hl1YJt0GyVXKVobYnEqBuaaHNm8
/sOmKd8+pUq8/H/NBdR16K+YTgmn+SoHOLMH4YCF+Mq/rSO8lfcezcYTlmus5IxN
8vmMPI1GorCfwDOA4g9q/1BmqfHEAhi2BUbFDTvFffE/qgRR+T6S9Z3J1zWw77s2
v0XgSsEC6GgawDJT3na3OMtDqHwltvhbIrb8A6m0Jh3df9x+f4PNfb6deK+tZWkD
0b4DoR541WWr/r57c8F9CYJca5MvU47EhADnoEUDSEIIoFWAHtZ0faw8Ej6LAH6j
SDCn+O4qAtNXhxNcDF61WEXhpI2/lhCbFeQO0dAqVKLsyigIwSFVJe2Z7rfj2nZl
AkwttUJT
=ds1/
-----END PGP SIGNATURE-----

BIN
packages/acme-5.2.2.tar.gz Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.