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