Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| c851d5c095 | |||
| 54e7a11448 | |||
| 0ca5e46f48 | |||
| 9f418f3161 |
@@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 9 09:25:18 UTC 2025 - pgajdos@suse.com
|
||||
|
||||
- version update to 2.4.18
|
||||
* add Valgrind target to Makefile and to Github Build action
|
||||
* release 2.4.18
|
||||
* revise test/check and code coverage functions
|
||||
* revise autoconf/automake, split over subdirs now
|
||||
* add tests for memcache TTL
|
||||
* fix check OIDC_CONFIG_POS_TIMEOUT_UNSET for memcache TTL getter; #1345
|
||||
* bump to 2.4.18dev
|
||||
* fix parsing the value set via OIDCMemCacheConnectionsTTL and interpret it in
|
||||
seconds correctly now (instead of microseconds); see #1345; thanks @rpluem
|
||||
* use the server process pool for static variable allocation rather than the pconf pool
|
||||
to prevents possible segmentation faults after (graceful) restarting the same process
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 24 10:20:59 UTC 2025 - pgajdos@suse.com
|
||||
|
||||
- version update to 2.4.17.1
|
||||
* fix usage of OIDCSessionType client-cookie:persistent:store_id_token; see #1331; thanks @rgcv
|
||||
* fix usage of OIDCPreservePostTemplates, regression in 2.4.17; see #1325; thanks @perry19987
|
||||
* javascript: use HTMLFormElement.prototype.submit.call(document.forms[0]) on all Javascript
|
||||
auto-submit POST forms to prevent browser Javascript error: "form.submit is not a function"
|
||||
* metrics: avoid possible segfault after restart twice; thanks @atzm
|
||||
* code: refactor util.c into util/ directory
|
||||
* allow adding a prefix to the cache (section) key through environment variable OIDC_CACHE_PREFIX
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 2 11:27:59 UTC 2025 - pgajdos@suse.com
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package apache2-mod_auth_openidc
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: apache2-mod_auth_openidc
|
||||
Version: 2.4.17
|
||||
Version: 2.4.18
|
||||
Release: 0
|
||||
Summary: Apache2.x module for an OpenID Connect enabled Identity Provider
|
||||
License: Apache-2.0
|
||||
@@ -56,7 +56,7 @@ This module enables an Apache 2.x web server to operate as an OpenID Connect Rel
|
||||
%make_build
|
||||
|
||||
%install
|
||||
install -D -m0755 .libs/mod_auth_openidc.so %{buildroot}%{apache_libexecdir}/mod_auth_openidc.so
|
||||
install -D -m0755 src/.libs/mod_auth_openidc.so %{buildroot}%{apache_libexecdir}/mod_auth_openidc.so
|
||||
|
||||
%check
|
||||
make -j1 test
|
||||
|
||||
BIN
mod_auth_openidc-2.4.17.tar.gz
LFS
BIN
mod_auth_openidc-2.4.17.tar.gz
LFS
Binary file not shown.
3
mod_auth_openidc-2.4.18.tar.gz
Normal file
3
mod_auth_openidc-2.4.18.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0663a8b1067b26dae287780bf4490eb82d7d35a065d148807608db04b36b901
|
||||
size 718820
|
||||
Reference in New Issue
Block a user