VTS module updated in nginx

This commit is contained in:
2022-09-23 08:16:52 +02:00
parent af55fcad17
commit 2c5568be07

View File

@@ -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 <daniel.steiner@dsteiner.ch>
- VTS module updated to 0.2.1.
* Sat Jun 4 2022 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Updated to mainline version 1.22.0.