--- rpms/e-smith-apache/sme10/e-smith-apache.spec 2021/11/15 18:10:58 1.19 +++ rpms/e-smith-apache/sme10/e-smith-apache.spec 2022/07/24 02:24:48 1.23 @@ -1,10 +1,10 @@ -# $Id: e-smith-apache.spec,v 1.18 2021/09/16 18:32:54 jpp Exp $ +# $Id: e-smith-apache.spec,v 1.22 2022/04/16 06:08:10 jpp Exp $ Summary: e-smith server and gateway - apache module %define name e-smith-apache Name: %{name} %define version 2.6.0 -%define release 16 +%define release 20 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -21,6 +21,8 @@ Patch7: e-smith-apache-2.6.0-bz11123-bz1 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 +Patch12: e-smith-apache-2.6.0-bz9375-Require.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch @@ -54,6 +56,8 @@ rm -rf root/var/service/ root/service/ %patch8 -p1 %patch9 -p1 %patch10 -p1 +%patch11 -p1 +%patch12 -p1 %build perl createlinks @@ -86,6 +90,17 @@ if [ $1 -gt 1 ] ; then fi %changelog +* Sun Jul 24 2022 Jean-Philipe Pialasse 2.6.0-20.sme +- removing mod_access_compat [SME: 9375] + +* Sat Apr 16 2022 Jean-Philippe Pialasse 2.6.0-19.sme +- convert httpd 2.2 allow,deny to Require for 2.4 [SME: 9375] +- use maxsize, not size [SME: 11867] + +* 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