Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
e5404b03e3
!30 [sync] PR-27: Update to 2.4.16.11 for fix CVE-2025-31492 and Sync code
From: @openeuler-sync-bot 
Reviewed-by: @wk333 
Signed-off-by: @wk333
2025-04-10 02:58:00 +00:00
starlet-dx
d7dcfc597f Update to 2.4.16.11 for fix CVE-2025-31492
(cherry picked from commit 9ed337b87e6ff24f6dbdab1819474704e40aba9a)
2025-04-10 09:58:57 +08:00
openeuler-ci-bot
5677265731
!17 Upgrade to 2.4.15.3 for fix CVE-2024-24814
From: @starlet-dx 
Reviewed-by: @wk333 
Signed-off-by: @wk333
2024-02-17 03:17:41 +00:00
starlet-dx
c3cc1832fa Upgrade to 2.4.15.3 for fix CVE-2024-24814 2024-02-17 10:00:29 +08:00
openeuler-ci-bot
ddba01687f
!16 Port pcre dependency to pcre2
From: @starlet-dx 
Reviewed-by: @wk333 
Signed-off-by: @wk333
2024-01-17 09:31:06 +00:00
starlet-dx
33009dc17b Port pcre dependency to pcre2 2024-01-17 17:19:01 +08:00
openeuler-ci-bot
1877d38ae5
!15 upgrade version to 2.4.15
From: @zhangxingrong 
Reviewed-by: @wk333 
Signed-off-by: @wk333
2024-01-16 02:39:13 +00:00
zhangxingrong
655f455311 update to 2.4.15 2024-01-16 10:19:44 +08:00
openeuler-ci-bot
995f0e823a
!14 Update to 2.4.14.3
From: @lyn1001 
Reviewed-by: @wk333 
Signed-off-by: @wk333
2023-10-25 01:17:30 +00:00
lyn1001
5ce9ec33f3 update to 2.4.14.3 2023-10-24 16:39:31 +08:00
4 changed files with 34 additions and 7 deletions

Binary file not shown.

View File

@ -6,15 +6,15 @@
%global httpd_pkg_cache_dir /var/cache/httpd/mod_auth_openidc %global httpd_pkg_cache_dir /var/cache/httpd/mod_auth_openidc
Name: mod_auth_openidc Name: mod_auth_openidc
Version: 2.4.13.2 Version: 2.4.16.11
Release: 1 Release: 1
Summary: OpenID Connect Relying Party module for Apache 2.x HTTP Server Summary: OpenID Connect Relying Party module for Apache 2.x HTTP Server
License: ASL 2.0 License: Apache-2.0
URL: https://github.com/zmartzone/mod_auth_openidc URL: https://github.com/OpenIDC/mod_auth_openidc
Source0: https://github.com/zmartzone/mod_auth_openidc/archive/refs/tags/v%{version}.tar.gz Source0: %{url}/releases/download/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: gcc httpd-devel openssl-devel curl-devel jansson-devel BuildRequires: gcc httpd-devel openssl-devel curl-devel jansson-devel
BuildRequires: pcre-devel autoconf automake cjose-devel jq-devel BuildRequires: pcre2-devel autoconf automake cjose-devel jq-devel
BuildRequires: libtool BuildRequires: libtool
Requires: httpd-mmn = %{_httpd_mmn} Requires: httpd-mmn = %{_httpd_mmn}
@ -60,6 +60,33 @@ install -m 700 -d $RPM_BUILD_ROOT%{httpd_pkg_cache_dir}/{metadata,cache}
%dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/{metadata,cache} %dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/{metadata,cache}
%changelog %changelog
* Wed Apr 09 2025 yaoxin <1024769339@qq.com> - 2.4.16.11-1
- Update to 2.4.16.11 for fix CVE-2025-31492
* Mon Jan 13 2025 yaoxin <1024769339@qq.com> - 2.4.16.6-1
- Update to 2.4.16.6:
* metadata: fix caching of JWKs from jwks_uri when using the default expiry setting
* info: fix requests to the info hook with extend_session=false
* cookie: OIDCCookieSameSite default behaviour Lax
* cookie: apply OIDCCookieSameSite Off/None properly to state cookies instead of always setting Lax
* cache: avoid segfault and improve error reporting in case apr_temp_dir_get fails when a temp directory
cannot be found on the system upon initaliizing cache mutexes and the file cache
* metadata: allow plain HTTP URLs in metadata elements jwks_uri and signed_jwks_uri to ensure backwards
compatibility with <=2.4.15.7 and to support private/test deployments
* code: address warnings from static code analysis tool CodeChecker
* Sat Feb 17 2024 yaoxin <yao_xin001@hoperun.com> - 2.4.15.3-1
- Upgrade to 2.4.15.3 for fix CVE-2024-24814
* Wed Jan 17 2024 yaoxin <yao_xin001@hoperun.com> - 2.4.15-2
- Port pcre dependency to pcre2
* Tue Jan 16 2024 zhangxingrong <zhangxingrong@uniontech.com> - 2.4.15-1
- upgrade to 2.4.15
* Tue Oct 24 2023 liyanan <liyanan61@h-parners.com> - 2.4.14.3-1
- Update to 2.4.14.3
* Wed Apr 12 2023 yaoxin <yao_xin001@hoperun.com> - 2.4.13.2-1 * Wed Apr 12 2023 yaoxin <yao_xin001@hoperun.com> - 2.4.13.2-1
- Update to 2.4.13.2 to fix CVE-2023-28625 - Update to 2.4.13.2 to fix CVE-2023-28625

View File

@ -1,4 +1,4 @@
version_control: github version_control: github
src_repo: zmartzone/mod_auth_openidc src_repo: OpenIDC/mod_auth_openidc
tag_prefix: ^ tag_prefix: ^v
seperator: . seperator: .

Binary file not shown.