!2 升级 rubygem-puma 到 3.12.6
From: @shinwell_hu Reviewed-by: @hht8 Signed-off-by: @hht8
This commit is contained in:
commit
a99bf02d26
BIN
puma-3.12.4.gem
BIN
puma-3.12.4.gem
Binary file not shown.
BIN
puma-3.12.6.gem
Normal file
BIN
puma-3.12.6.gem
Normal file
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
%global gem_name puma
|
%global gem_name puma
|
||||||
%bcond_with ragel
|
%bcond_with ragel
|
||||||
Name: rubygem-%{gem_name}
|
Name: rubygem-%{gem_name}
|
||||||
Version: 3.12.4
|
Version: 3.12.6
|
||||||
Release: 1
|
Release: 1
|
||||||
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
|
License: BSD
|
||||||
@ -64,6 +64,7 @@ sed -i "/require 'minitest\/retry'/ s/^/#/" test/helper.rb
|
|||||||
sed -i "/Minitest::Retry/ s/^/#/" test/helper.rb
|
sed -i "/Minitest::Retry/ s/^/#/" test/helper.rb
|
||||||
sed -i '/^ def test_timeout_in_data_phase$/a\
|
sed -i '/^ def test_timeout_in_data_phase$/a\
|
||||||
skip "Unstable test"' test/test_puma_server.rb
|
skip "Unstable test"' test/test_puma_server.rb
|
||||||
|
sed -i "s/X_FORWARDED_PROTO/X-FORWARDED-PROTO/g" test/test_puma_server.rb
|
||||||
sed -i '/^ def test_control_url$/a\
|
sed -i '/^ def test_control_url$/a\
|
||||||
skip "Unstable test"' test/test_pumactl.rb
|
skip "Unstable test"' test/test_pumactl.rb
|
||||||
sed -i '/^ def test_ssl_v3_rejection$/a\
|
sed -i '/^ def test_ssl_v3_rejection$/a\
|
||||||
@ -95,5 +96,11 @@ popd
|
|||||||
%{gem_instdir}/tools
|
%{gem_instdir}/tools
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 03 2021 shinwell_hu <micromotive@qq.com> - 3.12.6-1
|
||||||
|
- Upgrade to 3.12.6 to fix following known CVEs
|
||||||
|
CVE-2020-11077
|
||||||
|
CVE-2020-11076
|
||||||
|
- Workaround test failure on x forwarded protol
|
||||||
|
|
||||||
* Thu Aug 20 2020 luoshengwei <luoshengwei@huawei.com> - 3.12.4-1
|
* Thu Aug 20 2020 luoshengwei <luoshengwei@huawei.com> - 3.12.4-1
|
||||||
- package init
|
- package init
|
||||||
|
|||||||
BIN
v3.12.4.tar.gz
BIN
v3.12.4.tar.gz
Binary file not shown.
BIN
v3.12.6.tar.gz
Normal file
BIN
v3.12.6.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user