From ff4cdf8c9fa8f071a86e626dfff0561cd4101f60 Mon Sep 17 00:00:00 2001 From: Daniel Steiner Date: Sat, 1 May 2021 07:31:00 +0200 Subject: [PATCH] New version for nginx mod_auth_openidc --- centos/SPECS/mod_auth_openidc.spec | 5 ++++- fedora/SPECS/mod_auth_openidc.spec | 5 ++++- fedora/SPECS/nginx.spec | 7 +++++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/centos/SPECS/mod_auth_openidc.spec b/centos/SPECS/mod_auth_openidc.spec index a0514f5..79f03b7 100644 --- a/centos/SPECS/mod_auth_openidc.spec +++ b/centos/SPECS/mod_auth_openidc.spec @@ -14,7 +14,7 @@ %global httpd_pkg_cache_dir /var/cache/httpd/mod_auth_openidc Name: mod_auth_openidc -Version: 2.4.6 +Version: 2.4.7 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 Apr 28 2021 Daniel Steiner +- Update to 2.4.7. + * Wed Mar 3 2021 Daniel Steiner - Update to 2.4.6. diff --git a/fedora/SPECS/mod_auth_openidc.spec b/fedora/SPECS/mod_auth_openidc.spec index 4f3ca88..9302393 100644 --- a/fedora/SPECS/mod_auth_openidc.spec +++ b/fedora/SPECS/mod_auth_openidc.spec @@ -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.7 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 Apr 28 2021 Daniel Steiner +- Update to 2.4.7. + * Sun Nov 29 2020 Daniel Steiner - Update to 2.4.5. diff --git a/fedora/SPECS/nginx.spec b/fedora/SPECS/nginx.spec index 5959c0a..3d0c42b 100644 --- a/fedora/SPECS/nginx.spec +++ b/fedora/SPECS/nginx.spec @@ -19,8 +19,8 @@ Name: nginx Epoch: 1 -Version: 1.19.5 -Release: 1%{?dist} +Version: 1.20.0 +Release: 99%{?dist} Summary: A high performance web server and reverse proxy server Group: System Environment/Daemons @@ -569,6 +569,9 @@ fi [ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/* %changelog +* Sat May 1 2021 Daniel Steiner +- Updated to mainline version 1.20.0. + * Sun Nov 29 2020 Daniel Steiner - Updated to mainline version 1.19.5.