--- rpms/e-smith-apache/sme10/e-smith-apache.spec 2021/03/30 23:05:16 1.17 +++ rpms/e-smith-apache/sme10/e-smith-apache.spec 2022/02/19 04:46:05 1.21 @@ -1,10 +1,10 @@ -# $Id: e-smith-apache.spec,v 1.16 2020/12/11 03:28:37 jpp Exp $ +# $Id: e-smith-apache.spec,v 1.20 2022/02/19 03:54: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 14 +%define release 18 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -20,6 +20,8 @@ Patch6: e-smith-apache-2.6.0-bz8693-SNI. 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 +Patch10: e-smith-apache-2.6.0-bz11760-moremodules.patch +Patch11: e-smith-apache-2.6.0-bz11867.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch @@ -52,6 +54,8 @@ e-smith server and gateway software - ap rm -rf root/var/service/ root/service/ root/etc/rc.d/init.d/httpd-e-smith %patch8 -p1 %patch9 -p1 +%patch10 -p1 +%patch11 -p1 %build perl createlinks @@ -84,6 +88,17 @@ if [ $1 -gt 1 ] ; then fi %changelog +* Fri Feb 18 2022 Jean-Philippe Pialasse 2.6.0-18.sme +- use logrotate.d instead of event action [SME: 11867] + use size to force log rotate before normal delay + +* Mon Nov 15 2021 Jean-Philippe Pialasse 2.6.0-16.sme +- add modules ldap authnz_ldap and proxy_wstunnel [SME: 11760] + previously provided by webapps-common + +* Thu Sep 16 2021 Jean-Philippe Pialasse 2.6.0-15.sme +- fix httpd-e-smith failing to start on reboot in private server-gateway mode [SME: 11596] + * 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