diff --git a/mod_auth_openidc.spec b/mod_auth_openidc.spec index 15eb07d..1cc660c 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.13.2 +Version: 2.4.14.3 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 Oct 24 2023 liyanan - 2.4.14.3-1 +- Update to 2.4.14.3 + * Wed Apr 12 2023 yaoxin - 2.4.13.2-1 - Update to 2.4.13.2 to fix CVE-2023-28625 diff --git a/v2.4.13.2.tar.gz b/v2.4.13.2.tar.gz deleted file mode 100644 index cb142bd..0000000 Binary files a/v2.4.13.2.tar.gz and /dev/null differ diff --git a/v2.4.14.3.tar.gz b/v2.4.14.3.tar.gz new file mode 100644 index 0000000..778ac41 Binary files /dev/null and b/v2.4.14.3.tar.gz differ