* Thu Feb 20 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-14.sme

- load mod dav and dav_fs by default [SME: 2269]
- regroup multiple mod fragments in less fragments
This commit is contained in:
Jean-Philippe Pialasse 2025-02-20 22:17:17 -05:00
parent 57202723f1
commit eeca8ec342
5 changed files with 10 additions and 15 deletions

View File

@ -1,3 +0,0 @@
# notify for systemd
LoadModule systemd_module modules/mod_systemd.so

View File

@ -4,10 +4,12 @@
proxy_http proxy_http
alias alias
rewrite rewrite
access_compat
authn_core authn_core
authz_core authz_core
authz_host authz_host
authz_user authz_user
authnz_external
authn_file authn_file
authn_anon authn_anon
auth_digest auth_digest
@ -15,9 +17,12 @@
authz_groupfile authz_groupfile
authnz_ldap authnz_ldap
ldap ldap
dav
dav_fs
proxy_wstunnel proxy_wstunnel
mpm_prefork mpm_prefork
socache_dbm socache_dbm
systemd
unixd unixd
)); ));
} }

View File

@ -1,7 +0,0 @@
{
$OUT .= load_modules(qw(
access_compat
));
}

View File

@ -1,4 +0,0 @@
# Extra Modules
LoadModule authnz_external_module modules/mod_authnz_external.so

View File

@ -4,7 +4,7 @@ Summary: smeserver server and gateway - apache module
%define name smeserver-apache %define name smeserver-apache
Name: %{name} Name: %{name}
%define version 11.0.0 %define version 11.0.0
%define release 13 %define release 14
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: GPL License: GPL
@ -74,6 +74,10 @@ if [ $1 -gt 1 ] ; then
fi fi
%changelog %changelog
* Thu Feb 20 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-14.sme
- load mod dav and dav_fs by default [SME: 2269]
- regroup multiple mod fragments in less fragments
* Sat Jan 18 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-13.sme * Sat Jan 18 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-13.sme
- use esmith::ssl to set ciphers and protocol [SME: 12821] - use esmith::ssl to set ciphers and protocol [SME: 12821]
improve cipher order to get strongers first improve cipher order to get strongers first