forked from pool/python-certbot-apache
Compare commits
18 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 494a1b647e | |||
| 72cd9175ed | |||
| c5deff22ed | |||
| f429bb6d02 | |||
| 6829563834 | |||
| 99aea774d5 | |||
| f0465aa7e0 | |||
| 945a578f66 | |||
| 9543da6e5f | |||
| d28d8101b5 | |||
| d0d225be50 | |||
| 29887a25ff | |||
| 0eeb6a6a8b | |||
| 41e262f75f | |||
| d3fdf9b4a3 | |||
| 914ecdfda5 | |||
| 25432bd7a2 | |||
| 55bf0ccf2e |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:27d39c6ad4c95a5ee1d9d8c81e95c3379f8ba35ca181b4a0b64c2bd678983b43
|
|
||||||
size 182950
|
|
||||||
3
certbot_apache-5.1.0.tar.gz
Normal file
3
certbot_apache-5.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:83f7e7578bb06c57b3d27f82ebd3c113e6f7fc8a41dc722cdc143ac98064b0ef
|
||||||
|
size 184356
|
||||||
@@ -1,3 +1,77 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 14 08:03:16 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- update to version 5.1.0
|
||||||
|
* sync with the main certbot package
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 3 12:24:19 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- 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á <mmachova@suse.com>
|
||||||
|
|
||||||
|
- update to version 4.2.0
|
||||||
|
* sync with the main certbot package
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 13 14:50:25 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- update to version 4.1.1
|
||||||
|
* Switched to src-layout from flat-layout to accommodate PEP 517 pip
|
||||||
|
editable installs
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 22 03:45:44 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- 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á <mmachova@suse.com>
|
||||||
|
|
||||||
|
- update to version 3.3.0
|
||||||
|
* sync with the main certbot package
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 27 14:35:36 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- update to version 3.1.0
|
||||||
|
* sync with the main certbot package
|
||||||
|
- convert to pip-based build
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 3 14:52:25 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- update to version 3.0.1
|
||||||
|
* sync with the main certbot package
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 25 12:22:01 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
Tue Jun 25 12:22:01 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-certbot-apache
|
# spec file for package python-certbot-apache
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-certbot-apache
|
Name: python-certbot-apache
|
||||||
Version: 2.11.0
|
Version: 5.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Apache plugin for Certbot
|
Summary: Apache plugin for Certbot
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -26,6 +26,7 @@ URL: https://github.com/letsencrypt/letsencrypt
|
|||||||
Source: https://files.pythonhosted.org/packages/source/c/certbot-apache/certbot_apache-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/c/certbot-apache/certbot_apache-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module augeas}
|
BuildRequires: %{python_module augeas}
|
||||||
BuildRequires: %{python_module certbot >= %{version}}
|
BuildRequires: %{python_module certbot >= %{version}}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@@ -44,10 +45,10 @@ The Apache plugin for Certbot.
|
|||||||
%setup -q -n certbot_apache-%{version}
|
%setup -q -n certbot_apache-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -56,6 +57,7 @@ The Apache plugin for Certbot.
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/certbot_apache
|
||||||
|
%{python_sitelib}/certbot_apache-%{version}*info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user