diff --git a/python-certbot-apache.changes b/python-certbot-apache.changes index 968194c..f686797 100644 --- a/python-certbot-apache.changes +++ b/python-certbot-apache.changes @@ -2,7 +2,8 @@ Fri Feb 21 15:31:41 UTC 2020 - Marketa Calabkova - update to version 1.2.0 - * Sync with main certbot package. + * Disable old SSL versions and ciphersuites and remove SSLCompression off + setting to follow Mozilla recommendations in Apache. ------------------------------------------------------------------- Tue Jan 21 09:39:46 UTC 2020 - Marketa Calabkova diff --git a/python-certbot-apache.spec b/python-certbot-apache.spec index 71b22a8..4867ee9 100644 --- a/python-certbot-apache.spec +++ b/python-certbot-apache.spec @@ -25,7 +25,7 @@ License: Apache-2.0 URL: https://github.com/letsencrypt/letsencrypt Source: https://files.pythonhosted.org/packages/source/c/certbot-apache/certbot-apache-%{version}.tar.gz BuildRequires: %{python_module augeas} -BuildRequires: %{python_module certbot >= 1.2.0} +BuildRequires: %{python_module certbot >= 1.1.0} BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} @@ -37,7 +37,7 @@ Requires: apache2 Requires: augeas-lenses Requires: python-acme >= 0.34.0 Requires: python-augeas -Requires: python-certbot >= 1.2.0 +Requires: python-certbot >= 1.1.0 Requires: python-zope.component Requires: python-zope.interface BuildArch: noarch