Cjose updated to latest. OpenIDC module built against it

This commit is contained in:
2024-01-20 11:42:47 +01:00
parent b9ce1d42f3
commit 2de22255ff
4 changed files with 75 additions and 13 deletions

View File

@@ -15,7 +15,7 @@
Name: mod_auth_openidc
Version: 2.4.15
Release: 1%{?dist}
Release: 2%{?dist}
Summary: OpenID Connect auth module for Apache HTTP Server
License: ASL 2.0
@@ -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
* Sun Jan 20 2024 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Built agains cjose 0.6.2.2.
* Sun Jan 14 2024 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 2.4.15.
- New defaults, which are more secure.