diff --git a/mod_auth_openidc.spec b/mod_auth_openidc.spec index 1cc660c..92f2f05 100644 --- a/mod_auth_openidc.spec +++ b/mod_auth_openidc.spec @@ -6,7 +6,7 @@ %global httpd_pkg_cache_dir /var/cache/httpd/mod_auth_openidc Name: mod_auth_openidc -Version: 2.4.14.3 +Version: 2.4.15 Release: 1 Summary: OpenID Connect Relying Party module for Apache 2.x HTTP Server License: ASL 2.0 @@ -60,6 +60,9 @@ install -m 700 -d $RPM_BUILD_ROOT%{httpd_pkg_cache_dir}/{metadata,cache} %dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/{metadata,cache} %changelog +* Tue Jan 16 2024 zhangxingrong - 2.4.15-1 +- upgrade to 2.4.15 + * Tue Oct 24 2023 liyanan - 2.4.14.3-1 - Update to 2.4.14.3 diff --git a/v2.4.14.3.tar.gz b/v2.4.14.3.tar.gz deleted file mode 100644 index 778ac41..0000000 Binary files a/v2.4.14.3.tar.gz and /dev/null differ diff --git a/v2.4.15.tar.gz b/v2.4.15.tar.gz new file mode 100644 index 0000000..bbddbff Binary files /dev/null and b/v2.4.15.tar.gz differ