OpenSSL certificate has expired, skip relevant test case
(cherry picked from commit e739b4839fce8c3ca90e3e642152a86ed444a575)
This commit is contained in:
parent
14fdfc0f1e
commit
b937ebd14d
@ -2,7 +2,7 @@
|
||||
%bcond_with ragel
|
||||
Name: rubygem-%{gem_name}
|
||||
Version: 5.5.2
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: A simple, fast, threaded, and highly concurrent HTTP 1.1 server
|
||||
License: BSD-3-Clause
|
||||
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\
|
||||
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}" \
|
||||
CI=1 \
|
||||
LC_ALL=C.UTF-8 \
|
||||
@ -122,6 +130,9 @@ ruby -e 'Dir.glob "./test/**/test_*.rb", &method(:require)'
|
||||
%{gem_instdir}/tools
|
||||
|
||||
%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
|
||||
- Fix CVE-2022-23634
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user