!48 [sync] PR-47: OpenSSL certificate has expired, skip relevant test case
From: @openeuler-sync-bot Reviewed-by: @lyn1001 Signed-off-by: @lyn1001
This commit is contained in:
commit
c37a2a05be
@ -2,7 +2,7 @@
|
|||||||
%bcond_with ragel
|
%bcond_with ragel
|
||||||
Name: rubygem-%{gem_name}
|
Name: rubygem-%{gem_name}
|
||||||
Version: 5.5.2
|
Version: 5.5.2
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: A simple, fast, threaded, and highly concurrent HTTP 1.1 server
|
Summary: A simple, fast, threaded, and highly concurrent HTTP 1.1 server
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: http://puma.io
|
URL: http://puma.io
|
||||||
@ -98,6 +98,14 @@ sed -i '/^ def test_plugin$/a\
|
|||||||
sed -i '/^ def test_verify_fail_if_client_unknown_ca$/a\
|
sed -i '/^ def test_verify_fail_if_client_unknown_ca$/a\
|
||||||
skip' test/test_puma_server_ssl.rb
|
skip' test/test_puma_server_ssl.rb
|
||||||
|
|
||||||
|
#OpenSSL certificate has expired, skip relevant test case
|
||||||
|
sed -i '/^ def test_server_ssl_with_cert_pem_and_key_pem$/a\
|
||||||
|
skip' test/test_puma_server_ssl.rb
|
||||||
|
sed -i '/^ def test_verify_client_cert$/a\
|
||||||
|
skip' test/test_puma_server_ssl.rb
|
||||||
|
sed -i '/^ def test_verify_fail_if_client_expired_cert$/a\
|
||||||
|
skip' test/test_puma_server_ssl.rb
|
||||||
|
|
||||||
RUBYOPT="-Ilib:$(dirs +1 -l)%{gem_extdir_mri}" \
|
RUBYOPT="-Ilib:$(dirs +1 -l)%{gem_extdir_mri}" \
|
||||||
CI=1 \
|
CI=1 \
|
||||||
LC_ALL=C.UTF-8 \
|
LC_ALL=C.UTF-8 \
|
||||||
@ -122,6 +130,9 @@ ruby -e 'Dir.glob "./test/**/test_*.rb", &method(:require)'
|
|||||||
%{gem_instdir}/tools
|
%{gem_instdir}/tools
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 07 2024 Ge Wang <wang__ge@126.com> - 5.5.2-3
|
||||||
|
- OpenSSL certificate has expired, skip relevant test case
|
||||||
|
|
||||||
* Tue Dec 19 2023 yaoxin <yao_xin001@hoperun.com> - 5.5.2-2
|
* Tue Dec 19 2023 yaoxin <yao_xin001@hoperun.com> - 5.5.2-2
|
||||||
- Fix CVE-2022-23634
|
- Fix CVE-2022-23634
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user