From 49590520c148fc30d425fbb43d26c0e97fc285ddb2f71b34dd271a0ab7da565a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 21 Feb 2020 15:58:25 +0000 Subject: [PATCH] * Disable old SSL versions and ciphersuites and remove SSLCompression off setting to follow Mozilla recommendations in Apache. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=41 --- python-certbot-apache.changes | 3 ++- python-certbot-apache.spec | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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