OpenSSL certificate has expired, skip relevant test case
(cherry picked from commit 488e4c8a5411658ce3e2239f9252536e4c380175)
This commit is contained in:
parent
c89c1d9ade
commit
10eec1db4b
@ -2,7 +2,7 @@
|
|||||||
%bcond_with ragel
|
%bcond_with ragel
|
||||||
Name: rubygem-%{gem_name}
|
Name: rubygem-%{gem_name}
|
||||||
Version: 5.6.5
|
Version: 5.6.5
|
||||||
Release: 1
|
Release: 2
|
||||||
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
|
||||||
@ -110,6 +110,16 @@ sed -i '/^ def test_drain_on_shutdown$/a\
|
|||||||
sed -i '/^ def test_very_large_return$/a\
|
sed -i '/^ def test_very_large_return$/a\
|
||||||
skip' test/test_puma_server.rb
|
skip' test/test_puma_server.rb
|
||||||
|
|
||||||
|
#OpenSSL certificate has expired, skip relevant test case
|
||||||
|
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
|
||||||
|
sed -i '/^ def test_server_ssl_with_cert_pem_and_key_pem$/a\
|
||||||
|
skip' test/test_puma_server_ssl.rb
|
||||||
|
sed -i '/^ def test_ssl_run_with_curl_client$/a\
|
||||||
|
skip' test/test_integration_ssl.rb
|
||||||
|
|
||||||
env -u NOTIFY_SOCKET \
|
env -u NOTIFY_SOCKET \
|
||||||
TEST_CASE_TIMEOUT=300 \
|
TEST_CASE_TIMEOUT=300 \
|
||||||
RUBYOPT="-Ilib:$(dirs +1 -l)%{gem_extdir_mri}" \
|
RUBYOPT="-Ilib:$(dirs +1 -l)%{gem_extdir_mri}" \
|
||||||
@ -136,6 +146,9 @@ ruby -e 'Dir.glob "./test/**/test_*.rb", &method(:require)' - -v
|
|||||||
%{gem_instdir}/tools
|
%{gem_instdir}/tools
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 07 2024 Ge Wang <wang__ge@126.com> - 5.6.5-2
|
||||||
|
- OpenSSL certificate has expired, skip relevant test case
|
||||||
|
|
||||||
* Thu Apr 11 2024 wangkai <13474090681@163.com> - 5.6.5-1
|
* Thu Apr 11 2024 wangkai <13474090681@163.com> - 5.6.5-1
|
||||||
- Update to 5.6.5
|
- Update to 5.6.5
|
||||||
- Fix CVE-2022-24790,CVE-2023-40175
|
- Fix CVE-2022-24790,CVE-2023-40175
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user