17
0

- update to version 5.0.0

* Python 3.9 support was removed
  * Migrated most functionality from setup.py to pyproject.toml
  * Updated apache TLS configuration options:
    * Added DHE-RSA-CHACHA20-POLY1305 to SSLCipherSuite list
    * Configured curves using SSLOpenSSLConfCmd so FFDH won't be used
      with OpenSSL 3.0
  * certbot-apache no longer prints a warning claiming the version of
    OpenSSL used by Apache is too old when we were unable determine
    the OpenSSL version

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=110
This commit is contained in:
2025-09-03 12:29:17 +00:00
committed by Git OBS Bridge
parent e1c761bf65
commit 85a5195c00
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Sep 3 12:24:19 UTC 2025 - Markéta Machová <mmachova@suse.com>
- update to version 5.0.0
* Python 3.9 support was removed
* Migrated most functionality from setup.py to pyproject.toml
* Updated apache TLS configuration options:
* Added DHE-RSA-CHACHA20-POLY1305 to SSLCipherSuite list
* Configured curves using SSLOpenSSLConfCmd so FFDH won't be used
with OpenSSL 3.0
* certbot-apache no longer prints a warning claiming the version of
OpenSSL used by Apache is too old when we were unable determine
the OpenSSL version
-------------------------------------------------------------------
Tue Aug 12 16:02:42 UTC 2025 - Markéta Machová <mmachova@suse.com>