From 85a5195c00219400528d7c506f071e748a187a61346b051e41227313c95ea48d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 3 Sep 2025 12:29:17 +0000 Subject: [PATCH] - 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 --- certbot_apache-4.2.0.tar.gz | 3 --- certbot_apache-5.0.0.tar.gz | 3 +++ python-certbot-apache.changes | 14 ++++++++++++++ python-certbot-apache.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 certbot_apache-4.2.0.tar.gz create mode 100644 certbot_apache-5.0.0.tar.gz diff --git a/certbot_apache-4.2.0.tar.gz b/certbot_apache-4.2.0.tar.gz deleted file mode 100644 index 9b13934..0000000 --- a/certbot_apache-4.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1588a5d278cb1182c0a18d182f5d3994701e784f28da5546fcd8bab54fcf411 -size 183639 diff --git a/certbot_apache-5.0.0.tar.gz b/certbot_apache-5.0.0.tar.gz new file mode 100644 index 0000000..31ce4da --- /dev/null +++ b/certbot_apache-5.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c438b6cb4fda2fef5868b7111d130a96233ccccf5538c292e642a04a47c9dbb6 +size 184393 diff --git a/python-certbot-apache.changes b/python-certbot-apache.changes index acdfcaf..d100de6 100644 --- a/python-certbot-apache.changes +++ b/python-certbot-apache.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Sep 3 12:24:19 UTC 2025 - Markéta Machová + +- 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á diff --git a/python-certbot-apache.spec b/python-certbot-apache.spec index ee5e2c8..3d1d6f0 100644 --- a/python-certbot-apache.spec +++ b/python-certbot-apache.spec @@ -1,7 +1,7 @@ # # spec file for package python-certbot-apache # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-certbot-apache -Version: 4.2.0 +Version: 5.0.0 Release: 0 Summary: Apache plugin for Certbot License: Apache-2.0