Updates for nginx and openidc module

This commit is contained in:
2021-03-04 05:54:50 +01:00
parent 8593cdcc58
commit 37a968f5b6
2 changed files with 9 additions and 3 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.5
Version: 2.4.6
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
* Wed Mar 3 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 2.4.6.
* Sun Nov 29 2020 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 2.4.5.

View File

@@ -22,7 +22,7 @@
Name: nginx
Epoch: 1
Version: 1.19.6
Version: 1.19.7
Release: 1%{?dist}
Summary: A high performance web server and reverse proxy server
@@ -362,7 +362,7 @@ export DESTDIR=%{buildroot}
%if 0%{?with_header_more_module}
--add-dynamic-module=%{_builddir}/headers-more-nginx-module-%{headervers} \
%endif
%if 0%{?with_echo_module}
%if 0%{?with_set_misc_module}
--add-dynamic-module=%{_builddir}/echo-nginx-module-%{mod_echo_vers} \
%endif
%if 0%{?with_modsecurity_module}
@@ -694,6 +694,9 @@ fi
[ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/*
%changelog
* Thu Mar 4 2021 Daniel Steiner <daniel.steiner@threema.ch>
- Upadate to version 1.19.7 on CentOS 8.
* Thu Feb 18 2021 Daniel Steiner <daniel.steiner@threema.ch>
- New ngx_echo_module added.