--- rpms/e-smith-apache/sme10/e-smith-apache.spec 2020/05/02 01:41:57 1.7 +++ rpms/e-smith-apache/sme10/e-smith-apache.spec 2020/05/02 03:05:56 1.8 @@ -1,10 +1,10 @@ -# $Id: e-smith-apache.spec,v 1.6 2019/12/11 03:42:30 jpp Exp $ +# $Id: e-smith-apache.spec,v 1.7 2020/05/02 01:41:57 jpp Exp $ Summary: e-smith server and gateway - apache module %define name e-smith-apache Name: %{name} %define version 2.6.0 -%define release 4 +%define release 5 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -13,6 +13,7 @@ Source: %{name}-%{version}.tar.xz Patch0: e-smith-apache-2.6.0-httpd24.patch Patch1: e-smith-apache-2.6.0-bz9591-iconspath.patch Patch2: e-smith-apache-2.6.0-bz10916-SSLHonorCipherOrder.patch +Patch3: e-smith-apache-2.6.0-bz10459-Ciphers-and-TLS.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch @@ -37,6 +38,7 @@ e-smith server and gateway software - ap %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build perl createlinks @@ -61,6 +63,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri May 01 2020 Jean-Philipe Pialasse 2.6.0-5.sme +- disable TLSv1 TLSv1.1 by default [SME: 10459] +- put strong ciphers first in default string + * Fri May 01 2020 Jean-Philipe Pialasse 2.6.0-4.sme - add SSLHonorCipherOrder Directive [SME: 10916]