--- rpms/e-smith-apache/sme10/e-smith-apache.spec 2016/03/23 12:58:14 1.5 +++ rpms/e-smith-apache/sme10/e-smith-apache.spec 2020/05/02 03:05:56 1.8 @@ -1,16 +1,20 @@ -# $Id: e-smith-apache.spec,v 1.4 2016/02/07 10:54:50 vip-ire 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 2 +%define release 5 Version: %{version} Release: %{release}%{?dist} License: GPL Group: Networking/Daemons 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 Requires: e-smith-base >= 4.15.1 @@ -32,6 +36,9 @@ e-smith server and gateway software - ap %prep %setup %patch0 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 %build perl createlinks @@ -56,6 +63,16 @@ 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] + +* Tue Dec 10 2019 Jean-Philipe Pialasse 2.6.0-3.sme +- update apache icon path [SME: 9591] + * Wed Mar 23 2016 Jean-Philipe Pialasse 2.6.0-2.sme - fix syntax preventing httpd to launch [SME: 9364] - moved changelog at end of file