--- rpms/e-smith-apache/sme10/e-smith-apache.spec 2020/06/27 17:26:20 1.12 +++ rpms/e-smith-apache/sme10/e-smith-apache.spec 2020/06/27 19:27:40 1.13 @@ -1,10 +1,10 @@ -# $Id: e-smith-apache.spec,v 1.11 2020/06/23 18:42:24 jpp Exp $ +# $Id: e-smith-apache.spec,v 1.12 2020/06/27 17:26:20 jpp Exp $ Summary: e-smith server and gateway - apache module %define name e-smith-apache Name: %{name} %define version 2.6.0 -%define release 9 +%define release 10 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -16,6 +16,7 @@ Patch2: e-smith-apache-2.6.0-bz10916-SSL Patch3: e-smith-apache-2.6.0-bz10459-Ciphers-and-TLS.patch Patch4: e-smith-apache-2.6.0-bz10867-remove-php3-refs.patch Patch5: e-smith-apache-2.6.0-bz10966-remove-hardcoded-ports.patch +Patch6: e-smith-apache-2.6.0-bz8693-SNI.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch @@ -43,6 +44,7 @@ e-smith server and gateway software - ap %patch3 -p1 %patch4 -p1 %patch5 -p1 +%patch6 -p1 %build perl createlinks @@ -67,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jun 27 2020 Jean-Philipe Pialasse 2.6.0-10.sme +- add SNI support for individual certificates per VirtualHosts [SME: 8693] + * Sat Jun 27 2020 Jean-Philipe Pialasse 2.6.0-9.sme - port 80 and 443 should not be hardcoded [SME: 9192] - e-smith-apache removing hardcoded ports [SME: 10966]