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

@@ -14,7 +14,7 @@
%global httpd_pkg_cache_dir /var/cache/httpd/mod_auth_openidc
Name: mod_auth_openidc
Version: 2.4.9
Version: 2.4.9.3
Release: 1%{?dist}
Summary: OpenID Connect auth module for Apache HTTP Server
@@ -94,6 +94,9 @@ install -m 700 -d $RPM_BUILD_ROOT%{httpd_pkg_cache_dir}/cache
%dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/cache
%changelog
* Tue Aug 31 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 2.4.9.3.
* Thu Jul 29 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 2.4.9.

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>