Changelog for
python312-certbot-apache-2.9.0-1.2.noarch.rpm :
* Fri Feb 09 2024 Dirk Müller
- update to 2.9.0:
* Support for Python 3.12 was added.
* Updates `joinpath` syntax to only use one addition per call, because the multiple inputs version was causing mypy errors on Python 3.10.
* Makes the `reconfigure` verb actually use the staging server for the dry run to check the new configuration.
* Wed Feb 07 2024 Markéta Machová - Add %{?sle15_python_module_pythons}
* Thu Dec 07 2023 Markéta Machová - update to version 2.8.0
* Added support for Alpine Linux distribution when is used the apache plugin
* Thu Nov 16 2023 Markéta Machová - update to version 2.7.4
* sync with the main certbot package
* Tue Oct 31 2023 Markéta Machová - update to version 2.7.3
* sync with the main certbot package
* Wed Jun 07 2023 Markéta Machová - update to version 2.6.0
* The Apache plugin no longer supports Apache 2.2.
* Support for Python 3.11 was added to Certbot and all of its components.
* All Certbot components now require pytest to run tests.
* Packaged tests for all Certbot components besides josepy were moved inside the _internal/tests module.
* There is now a new Other annotated challenge object to allow plugins to support entirely novel challenges.
* Thu Oct 27 2022 Markéta Machová - update to version 1.31.0
* sync with the main certbot package
* Wed Sep 21 2022 Markéta Machová - update to version 1.30.0
* sync with the main certbot package
* Mon Jul 11 2022 Dirk Müller - update to 1.29.0:
* --allow-subset-of-names will now additionally retry in cases where domains are rejected while creating or finalizing orders. This requires subproblem support from the ACME server
* The show_account subcommand now uses the \"newAccount\" ACME endpoint to fetch the account data, so it doesn\'t rely on the locally stored account URL. This fixes situations where Certbot would use old ACMEv1 registration info with non-functional account URLs.
* The generated Certificate Signing Requests are now generated as version 1 instead of version 3. This resolves situations in where strict enforcement of PKCS#10 meant that CSRs that were generated as version 3 were rejected
* Fri Jun 24 2022 Dirk Müller - update to 1.28.0:
* Updated Apache/NGINX TLS configs to document contents are based on ssl-config.mozilla.org
* A change to order finalization has been made to the `acme` module and Certbot: - An order\'s `certificate` field will only be processed if the order\'s `status` is `valid`. - An order\'s `error` field will only be processed if the order\'s `status` is `invalid`.
* Mon May 30 2022 Markéta Machová - update to version 1.27.0
* sync with the main certbot package
* Fri Apr 08 2022 Markéta Machová - Update to version 1.26.0
* sync with the main certbot package
* Tue Dec 21 2021 Danilo Spinella - Update to version 1.22.0
* sync with the main certbot package
* Mon Dec 13 2021 Ferdinand Thiessen - Update to version 1.19.0
* Fixed parsing of Defined values in the Apache plugin to allow for = in the value.
* Tue Aug 10 2021 Danilo Spinella - update to version 1.18.0
* sync with the main certbot package
* Fri Jul 30 2021 Markéta Machová - update to version 1.17.0
* Add Void Linux overrides for certbot-apache.
* The Apache authenticator now always configures virtual hosts which do not have an explicit ServerName. This should make it work more reliably with the default Apache configuration in Debian-based environments.
* Thu Jun 24 2021 Markéta Machová - update to version 1.16.0
* Require the latest certbot and acme plugins for simplicity
* Wed May 12 2021 Markéta Machová - update to version 1.15.0
* sync with the main certbot package
* Wed Apr 14 2021 Markéta Machová - update to version 1.14.0
* sync with the main certbot package
* Mon Mar 08 2021 Markéta Machová - update to version 1.13.0
* Support for Python 2 has been removed.
* Drop merged patch 0001-Change-the-SUSE-override-to-use-apachectl.patch
* Fri Jan 08 2021 Antonio Larrosa - Add patch to fix the apache2 package not providing apache2ctl any longer (gh#certbot/certbot#8592)
* 0001-Change-the-SUSE-override-to-use-apachectl.patch
* Fri Jan 08 2021 Antonio Larrosa - update to version 1.11.0
* We deprecated support for Apache 2.2 in the certbot-apache plugin and it will be removed in a future release of Certbot.- update to version 1.10.1
* sync with the main certbot package- update to version 1.10.0
* Support for Python 3.9 was added to Certbot and all of its components.