From 57f1e8658a37acf2daa3b81d6c67420717493747 Mon Sep 17 00:00:00 2001 From: Daniel Steiner Date: Thu, 7 Mar 2019 19:34:23 +0100 Subject: [PATCH] Nginx update. Build of lmdb feature in modsec disabled --- fedora/SPECS/nginx.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/fedora/SPECS/nginx.spec b/fedora/SPECS/nginx.spec index 85427b2..e1830cb 100644 --- a/fedora/SPECS/nginx.spec +++ b/fedora/SPECS/nginx.spec @@ -17,7 +17,7 @@ Name: nginx Epoch: 1 -Version: 1.15.8 +Version: 1.15.9 Release: 1%{?dist} Summary: A high performance web server and reverse proxy server @@ -278,6 +278,7 @@ export DESTDIR=%{buildroot} %endif %if 0%{?with_modsecurity_module} --add-dynamic-module=%{_builddir}/modsecurity-nginx-%{modsecver} \ + --without-lmdb \ --with-compat \ %endif --with-debug \ @@ -530,6 +531,11 @@ fi [ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/* %changelog +* Thu Mar 7 2019 Daniel Steiner 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 1.15.8-1 - Update to mainline version 1.15.8.