17
0

- 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.
  * Disable old SSL versions and ciphersuites and remove SSLCompression off
  * Stop disabling TLS session tickets in Apache as it caused TLS
  * The error message when Certbot's Apache plugin is unable to
  * Tests execution for certbot, certbot-apache and certbot-nginx
  * Apache plugin now attempts to configure all VirtualHosts matching
    requested domain name instead of only a single one when answering
  * The grammar used by Augeas parser in Apache plugin was updated

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=91
This commit is contained in:
2024-02-09 13:34:23 +00:00
committed by Git OBS Bridge
parent c5fc2a3a37
commit 218a22110c
4 changed files with 22 additions and 11 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Feb 9 13:21:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 7 12:40:27 UTC 2024 - Markéta Machová <mmachova@suse.com>
@@ -194,7 +205,7 @@ Wed Mar 11 13:43:14 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
Fri Feb 21 15:31:41 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 1.2.0
* Disable old SSL versions and ciphersuites and remove SSLCompression off
* Disable old SSL versions and ciphersuites and remove SSLCompression off
setting to follow Mozilla recommendations in Apache.
-------------------------------------------------------------------
@@ -238,14 +249,14 @@ Mon Aug 26 10:40:44 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 0.37.2
* Turn off session tickets for apache plugin by default
* Stop disabling TLS session tickets in Apache as it caused TLS
* Stop disabling TLS session tickets in Apache as it caused TLS
failures on some systems.
-------------------------------------------------------------------
Wed Jul 17 13:35:38 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 0.36.0 (bsc#1141928)
* The error message when Certbot's Apache plugin is unable to
* The error message when Certbot's Apache plugin is unable to
modify your Apache configuration has been improved.
-------------------------------------------------------------------
@@ -266,15 +277,15 @@ Mon Mar 18 09:22:45 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 0.32.0
* Apache plugin now respects CERTBOT_DOCS environment variable
when adding command line defaults.
* Tests execution for certbot, certbot-apache and certbot-nginx
* Tests execution for certbot, certbot-apache and certbot-nginx
packages now relies on pytest.
-------------------------------------------------------------------
Fri Feb 8 10:35:28 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 0.31.0
* Apache plugin now attempts to configure all VirtualHosts matching
requested domain name instead of only a single one when answering
* Apache plugin now attempts to configure all VirtualHosts matching
requested domain name instead of only a single one when answering
the HTTP-01 challenge.
-------------------------------------------------------------------
@@ -288,7 +299,7 @@ Fri Nov 16 17:29:50 UTC 2018 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 0.28.0
* Stop preferring TLS-SNI.
* The grammar used by Augeas parser in Apache plugin was updated
* The grammar used by Augeas parser in Apache plugin was updated
to fix various parsing errors.
-------------------------------------------------------------------