New version for nginx mod_auth_openidc

This commit is contained in:
2021-05-01 07:31:00 +02:00
parent 071727c081
commit ff4cdf8c9f
3 changed files with 13 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
%global httpd_pkg_cache_dir /var/cache/httpd/mod_auth_openidc %global httpd_pkg_cache_dir /var/cache/httpd/mod_auth_openidc
Name: mod_auth_openidc Name: mod_auth_openidc
Version: 2.4.6 Version: 2.4.7
Release: 1%{?dist} Release: 1%{?dist}
Summary: OpenID Connect auth module for Apache HTTP Server 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 %dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/cache
%changelog %changelog
* Wed Apr 28 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 2.4.7.
* Wed Mar 3 2021 Daniel Steiner <daniel.steiner@dsteiner.ch> * Wed Mar 3 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 2.4.6. - Update to 2.4.6.

View File

@@ -14,7 +14,7 @@
%global httpd_pkg_cache_dir /var/cache/httpd/mod_auth_openidc %global httpd_pkg_cache_dir /var/cache/httpd/mod_auth_openidc
Name: mod_auth_openidc Name: mod_auth_openidc
Version: 2.4.5 Version: 2.4.7
Release: 1%{?dist} Release: 1%{?dist}
Summary: OpenID Connect auth module for Apache HTTP Server 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 %dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/cache
%changelog %changelog
* Wed Apr 28 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 2.4.7.
* Sun Nov 29 2020 Daniel Steiner <daniel.steiner@dsteiner.ch> * Sun Nov 29 2020 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 2.4.5. - Update to 2.4.5.

View File

@@ -19,8 +19,8 @@
Name: nginx Name: nginx
Epoch: 1 Epoch: 1
Version: 1.19.5 Version: 1.20.0
Release: 1%{?dist} Release: 99%{?dist}
Summary: A high performance web server and reverse proxy server Summary: A high performance web server and reverse proxy server
Group: System Environment/Daemons Group: System Environment/Daemons
@@ -569,6 +569,9 @@ fi
[ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/* [ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/*
%changelog %changelog
* Sat May 1 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Updated to mainline version 1.20.0.
* Sun Nov 29 2020 Daniel Steiner <daniel.steiner@dsteiner.ch> * Sun Nov 29 2020 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Updated to mainline version 1.19.5. - Updated to mainline version 1.19.5.