./security/py-certbot, Client for the Lets Encrypt CA

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.2.0, Package name: py312-certbot-3.2.0, Maintainer: adam

Certbot, previously the Let's Encrypt Client, is EFF's tool to
obtain certs from Let's Encrypt, and (optionally) autoenable HTTPS
on your server. It can also act as a client for any other CA that
uses the ACME protocol.


Required to run:
[devel/py-setuptools] [devel/py-ZopeInterface] [time/py-pytz] [time/py-parsedatetime] [devel/py-mock] [security/py-cryptography] [devel/py-ZopeComponent] [devel/py-configobj] [devel/py-configargparse] [time/py-rfc3339] [security/py-acme] [security/py-josepy] [lang/python37] [devel/py-distro]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 428.913 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-14 17:25:10 by Adam Ciarcinski | Files touched by this commit (22) | Package updated
Log message:
py-acme py-certbot*: updated to 3.2.0

3.2.0

Changed

certbot-nginx now requires pyparsing>=2.4.7.
certbot and its acme library now require cryptography>=43.0.0.
certbot-nginx and our acme library now require pyOpenSSL>=25.0.0.
Deprecated gen_ss_cert in acme.crypto_util as it uses deprecated
pyOpenSSL API.
Add make_self_signed_cert to acme.crypto_util to replace `gen_ss_cert.
Directory hooks are now run on all commands by default, not just renew
Help output now shows False as default when it can be set via cli.ini instead of None
Changed terms of service agreement text to have a newline after the TOS link
certbot-cloudflare-dns is now pinned to version 2.19 of Cloudflare's python library
Removed support for Linode API v3 which was sunset at the end of July 203.

Fixed

Private keys are now saved in PKCS#8 format instead of PKCS#1. Using PKCS#1
was a regression introduced in Certbot 3.1.0.
Allow nginx plugin to parse non-breaking spaces in nginx configuration files.
Honor --reuse-key when --allow-subset-of-names is set
Fixed regression in symlink parsing on Windows that was introduced in Certbot
3.1.0.
When adding ssl listen directives in nginx server blocks, IP addresses are now
preserved.
Nginx configurations can now have the http block in files other than the root \ 
(nginx.conf)
   2025-01-08 07:33:44 by Adam Ciarcinski | Files touched by this commit (19) | Package updated
Log message:
py-acme py-certbot*: updated to 3.1.0

Certbot 3.1.0

Changed

Python 3.8 support was removed.
certbot-dns-rfc2136's minimum required version of dnspython is now 2.6.1.
Updated our Docker images to be based on Alpine Linux 3.20.
Our runtime dependency on setuptools has been dropped from all Certbot
components.
Certbot's packages no longer depend on library importlib_resources.

Fixed

Included an OpenSSL library that was missing in our Certbot snap fixing
crashes affecting 32-bit ARM users.
   2024-11-18 13:16:49 by Adam Ciarcinski | Files touched by this commit (20) | Package updated
Log message:
py-acme py-certbot*: updated to 3.0.1

Certbot 3.0.1

Fixed

Removed a CryptographyDeprecationWarning that was being displayed to users
when checking OCSP status.
   2024-11-11 13:10:46 by Adam Ciarcinski | Files touched by this commit (20) | Package updated
Log message:
py-acme py-certbot*: updated to 3.0.0

Certbot 3.0.0

The update_symlinks command was removed.
The csr_dir and key_dir attributes on
certbot.configuration.NamespaceConfig were removed.
The --manual-public-ip-logging-ok command line flag was removed.
The --dns-route53-propagation-seconds command line flag was removed.
The certbot_dns_route53.authenticator module has been removed. This should
not affect any users of the plugin and instead would only affect developers
trying to develop on top of the old code.
Support for Python 3.8 was deprecated and will be removed in our next planned
release.
   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-10-14 08:08:41 by Thomas Klausner | Files touched by this commit (21)
Log message:
i*: clean up after python38 removal
   2024-08-04 11:42:36 by Kimmo Suominen | Files touched by this commit (5)
Log message:
Patch py-certbot to avoid deprecation warnings

Bump py-cryptography minimum version of the rust variety due to API change.
   2024-06-06 14:05:46 by Adam Ciarcinski | Files touched by this commit (33) | Package updated
Log message:
py-acme py-certbot*: updated to 2.11.0

2.11.0

Changed

In anticipation of backwards incompatible changes, certbot-dns-cloudflare now
requires less than version 2.20 of Cloudflare's python library.

Fixed

Fixed a bug in Certbot where a CSR's SANs did not always follow the order of
the domain names that the user requested interactively. In some cases, the
resulting cert's common name might seem picked up randomly from the SANs
when it should be the first item the user had in mind.