Updates for gitea, nginx auth_openidc and goaccess

This commit is contained in:
2021-10-17 10:57:02 +02:00
parent b7657ca22a
commit a11a95d253
4 changed files with 19 additions and 6 deletions

View File

@@ -18,8 +18,8 @@
Name: nginx
Epoch: 1
Version: 1.20.0
Release: 2%{?dist}
Version: 1.20.1
Release: 6%{?dist}
Summary: A high performance web server and reverse proxy server
Group: System Environment/Daemons
@@ -315,6 +315,7 @@ if ! ./configure \
%if 0%{?with_aio}
--with-file-aio \
%endif
--with-http_perl_module=dynamic \
--with-http_realip_module \
--with-http_addition_module \
--with-http_auth_request_module \
@@ -679,7 +680,7 @@ fi
[ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/*
%changelog
* Wed Jul 7 2021 Daniel Steiner <daniel.steiner@threema.ch>
* Tue Oct 12 2021 Daniel Steiner <daniel.steiner@threema.ch>
- Upadate to mainline version 1.20.1.
* Wed Jul 7 2021 Daniel Steiner <daniel.steiner@threema.ch>