Updates for Fedora36

This commit is contained in:
2022-06-24 19:49:18 +02:00
parent 1873aa7db2
commit b71152f498
7 changed files with 112 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
%global _hardened_build 1
%global nginx_user nginx
%global with_ldap_module 1
%global with_modsecurity_module 1
%global with_modsecurity_module 0
%global with_vts_module 1
%global modsecver 3.0.2
%global vtsversion 0.1.18
@@ -19,7 +19,7 @@
Name: nginx
Epoch: 1
Version: 1.20.2
Version: 1.22.0
Release: 99%{?dist}
Summary: A high performance web server and reverse proxy server
@@ -569,6 +569,9 @@ fi
[ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/*
%changelog
* Sat Jun 4 2022 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Updated to mainline version 1.22.0.
* Sat Jan 1 2022 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Updated to mainline version 1.20.2.