From 6d81a1c6ad17178413bf1bfb4921a45c4daddca84a312329c912c2c409013cb6 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 22 Apr 2025 03:46:12 +0000 Subject: [PATCH] - Update to 4.0.0: * Added + The --preferred-profile and --required-profile flags allow requesting a profile. * Changed + Certificates now renew with 1/3rd of lifetime left (or 1/2 of lifetime left, if the lifetime is shorter than 10 days). + removed acme.crypto_util._pyopenssl_cert_or_req_all_names + removed acme.crypto_util._pyopenssl_cert_or_req_san + removed acme.crypto_util.dump_pyopenssl_chain + removed acme.crypto_util.gen_ss_cert + removed certbot.crypto_util.dump_pyopenssl_chain + removed certbot.crypto_util.pyopenssl_load_certificate * Fixed + Moved RewriteEngine on directive added during apache http01 authentication to the end of the virtual host, so that it overwrites any RewriteEngine off directives that already exist and allows redirection to the challenge URL. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=103 --- certbot_apache-3.3.0.tar.gz | 3 --- certbot_apache-4.0.0.tar.gz | 3 +++ python-certbot-apache.changes | 22 ++++++++++++++++++++++ python-certbot-apache.spec | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 certbot_apache-3.3.0.tar.gz create mode 100644 certbot_apache-4.0.0.tar.gz diff --git a/certbot_apache-3.3.0.tar.gz b/certbot_apache-3.3.0.tar.gz deleted file mode 100644 index 30064b6..0000000 --- a/certbot_apache-3.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:803f0355f39a2fee2857526ca08690a7105e5dafaf9e11e98baf79ce7cc1531f -size 183130 diff --git a/certbot_apache-4.0.0.tar.gz b/certbot_apache-4.0.0.tar.gz new file mode 100644 index 0000000..2db2c03 --- /dev/null +++ b/certbot_apache-4.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:507f9a336bd95c25548f449d8307eead6f875186a13049de173d6833371910a2 +size 183105 diff --git a/python-certbot-apache.changes b/python-certbot-apache.changes index 84abf3e..12f8524 100644 --- a/python-certbot-apache.changes +++ b/python-certbot-apache.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Tue Apr 22 03:45:44 UTC 2025 - Steve Kowalik + +- Update to 4.0.0: + * Added + + The --preferred-profile and --required-profile flags allow requesting + a profile. + * Changed + + Certificates now renew with 1/3rd of lifetime left (or 1/2 of lifetime + left, if the lifetime is shorter than 10 days). + + removed acme.crypto_util._pyopenssl_cert_or_req_all_names + + removed acme.crypto_util._pyopenssl_cert_or_req_san + + removed acme.crypto_util.dump_pyopenssl_chain + + removed acme.crypto_util.gen_ss_cert + + removed certbot.crypto_util.dump_pyopenssl_chain + + removed certbot.crypto_util.pyopenssl_load_certificate + * Fixed + + Moved RewriteEngine on directive added during apache http01 + authentication to the end of the virtual host, so that it overwrites + any RewriteEngine off directives that already exist and allows + redirection to the challenge URL. + ------------------------------------------------------------------- Fri Mar 21 12:29:11 UTC 2025 - Markéta Machová diff --git a/python-certbot-apache.spec b/python-certbot-apache.spec index f19af33..0d3d55a 100644 --- a/python-certbot-apache.spec +++ b/python-certbot-apache.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-certbot-apache -Version: 3.3.0 +Version: 4.0.0 Release: 0 Summary: Apache plugin for Certbot License: Apache-2.0