Nginx update. Build of lmdb feature in modsec disabled

This commit is contained in:
2019-03-07 19:34:23 +01:00
parent 107f3c4a1a
commit 57f1e8658a

View File

@@ -17,7 +17,7 @@
Name: nginx Name: nginx
Epoch: 1 Epoch: 1
Version: 1.15.8 Version: 1.15.9
Release: 1%{?dist} Release: 1%{?dist}
Summary: A high performance web server and reverse proxy server Summary: A high performance web server and reverse proxy server
@@ -278,6 +278,7 @@ export DESTDIR=%{buildroot}
%endif %endif
%if 0%{?with_modsecurity_module} %if 0%{?with_modsecurity_module}
--add-dynamic-module=%{_builddir}/modsecurity-nginx-%{modsecver} \ --add-dynamic-module=%{_builddir}/modsecurity-nginx-%{modsecver} \
--without-lmdb \
--with-compat \ --with-compat \
%endif %endif
--with-debug \ --with-debug \
@@ -530,6 +531,11 @@ fi
[ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/* [ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/*
%changelog %changelog
* Thu Mar 7 2019 Daniel Steiner <daniel.steiner@greenmail.ch> 1.15.9-1
- Update to mainline version 1.15.9.
- lmdb disabled for modsecurity.
- modsecurity module updated to lates git master version (Jan 9 2019)
* Tue Jan 22 2019 Daniel Steiner <daniel.steiner@greenmail.ch> 1.15.8-1 * Tue Jan 22 2019 Daniel Steiner <daniel.steiner@greenmail.ch> 1.15.8-1
- Update to mainline version 1.15.8. - Update to mainline version 1.15.8.