From 2c5568be072f9da4af64da1b97fb55c9b06fc8a5 Mon Sep 17 00:00:00 2001 From: Daniel Steiner Date: Fri, 23 Sep 2022 08:16:52 +0200 Subject: [PATCH] VTS module updated in nginx --- fedora/SPECS/nginx.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fedora/SPECS/nginx.spec b/fedora/SPECS/nginx.spec index 4564025..ac59838 100644 --- a/fedora/SPECS/nginx.spec +++ b/fedora/SPECS/nginx.spec @@ -4,7 +4,7 @@ %global with_modsecurity_module 0 %global with_vts_module 1 %global modsecver 3.0.2 -%global vtsversion 0.1.18 +%global vtsversion 0.2.1 # gperftools exist only on selected arches %ifnarch s390 s390x @@ -20,7 +20,7 @@ Name: nginx Epoch: 1 Version: 1.22.0 -Release: 99%{?dist} +Release: 100%{?dist} Summary: A high performance web server and reverse proxy server Group: System Environment/Daemons @@ -569,6 +569,9 @@ fi [ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/* %changelog +* Fri Sep 23 2022 Daniel Steiner +- VTS module updated to 0.2.1. + * Sat Jun 4 2022 Daniel Steiner - Updated to mainline version 1.22.0.