--- rpms/e-smith-apache/sme10/e-smith-apache.spec 2020/12/11 03:28:37 1.16 +++ rpms/e-smith-apache/sme10/e-smith-apache.spec 2021/03/30 23:05:16 1.17 @@ -1,10 +1,10 @@ -# $Id: e-smith-apache.spec,v 1.15 2020/12/11 02:44:25 jpp Exp $ +# $Id: e-smith-apache.spec,v 1.16 2020/12/11 03:28:37 jpp Exp $ Summary: e-smith server and gateway - apache module %define name e-smith-apache Name: %{name} %define version 2.6.0 -%define release 13 +%define release 14 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -19,6 +19,7 @@ Patch5: e-smith-apache-2.6.0-bz10966-rem Patch6: e-smith-apache-2.6.0-bz8693-SNI.patch Patch7: e-smith-apache-2.6.0-bz11123-bz11111-systemd-update.patch Patch8: e-smith-apache-2.6.0-bz10826-defaultSSLCert-if-file-does-not-exist.patch +Patch9: e-smith-apache-2.6.0-bz11551-httpsForceLocalOnly.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch @@ -50,6 +51,7 @@ e-smith server and gateway software - ap %patch7 -p1 rm -rf root/var/service/ root/service/ root/etc/rc.d/init.d/httpd-e-smith %patch8 -p1 +%patch9 -p1 %build perl createlinks @@ -82,6 +84,10 @@ if [ $1 -gt 1 ] ; then fi %changelog +* Tue Mar 30 2021 Jean-Philippe Pialasse 2.6.0-14.sme +- add possibility to force https on LAN only [SME: 11511] + usefull for VPN over port 443 + * Thu Dec 10 2020 Jean-Philipe Pialasse 2.6.0-13.sme - prevent httpd to fail if modSSL defined certs does not exist [SME: 10826] default on self generated cert