From b4e16bcadd75402fb0ec24e5e186d32415e0cff4 Mon Sep 17 00:00:00 2001 From: Daniel Steiner Date: Thu, 14 Mar 2024 19:11:59 +0100 Subject: [PATCH] Mod openidc module updated --- alma/SPECS/mod_auth_openidc.spec | 7 +++++-- centos/SPECS/mod_auth_openidc.spec | 7 +++++-- fedora/SPECS/mod_auth_openidc.spec | 7 +++++-- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/alma/SPECS/mod_auth_openidc.spec b/alma/SPECS/mod_auth_openidc.spec index 6030f2f..411fb90 100644 --- a/alma/SPECS/mod_auth_openidc.spec +++ b/alma/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.15.3 +Version: 2.4.15.6 Release: 1%{?dist} Summary: OpenID Connect auth module for Apache HTTP Server @@ -94,10 +94,13 @@ install -m 700 -d $RPM_BUILD_ROOT%{httpd_pkg_cache_dir}/cache %dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/cache %changelog +* Thu Mar 14 2024 Daniel Steiner +- Update to 2.4.15.6. + * Wed Feb 14 2024 Daniel Steiner - Update to 2.4.15.3. -* Sun Jan 20 2024 Daniel Steiner +* Sun Jan 21 2024 Daniel Steiner - Built agains cjose 0.6.2.2. * Sun Jan 14 2024 Daniel Steiner diff --git a/centos/SPECS/mod_auth_openidc.spec b/centos/SPECS/mod_auth_openidc.spec index 717d27a..2d5df57 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.15.3 +Version: 2.4.15.6 Release: 1%{?dist} Summary: OpenID Connect auth module for Apache HTTP Server @@ -93,10 +93,13 @@ install -m 700 -d $RPM_BUILD_ROOT%{httpd_pkg_cache_dir}/cache %dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/cache %changelog +* Thu Mar 14 2024 Daniel Steiner +- Update to 2.4.15.6. + * Wed Feb 14 2024 Daniel Steiner - Update to 2.4.15.3. -* Sun Jan 20 2024 Daniel Steiner +* Sun Jan 21 2024 Daniel Steiner - Built agains cjose 0.6.2.2. * Sun Jan 14 2024 Daniel Steiner diff --git a/fedora/SPECS/mod_auth_openidc.spec b/fedora/SPECS/mod_auth_openidc.spec index e3b0fab..6b76f66 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.15.3 +Version: 2.4.15.6 Release: 1%{?dist} Summary: OpenID Connect auth module for Apache HTTP Server @@ -94,10 +94,13 @@ install -m 700 -d $RPM_BUILD_ROOT%{httpd_pkg_cache_dir}/cache %dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/cache %changelog +* Thu Mar 14 2024 Daniel Steiner +- Update to 2.4.15.6. + * Wed Feb 14 2024 Daniel Steiner - Update to 2.4.15.3. -* Sun Jan 14 2024 Daniel Steiner +* Sun Jan 21 2024 Daniel Steiner - Update to 2.4.15. - New defaults, which are more secure.