Support Openssl 3.0.
https://github.com/ruby/openssl/pull/399
With additional commit before openssl 3.0 compatibility patch, to be able to apply it.
d963d4e276
Resolves: rhbz#1952925
This commit is contained in:
parent
6d8853eef8
commit
6de8541286
2110
ruby-3.0-support-openssl-3.0-pr399.patch
Normal file
2110
ruby-3.0-support-openssl-3.0-pr399.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -153,6 +153,10 @@ Patch15: ruby-dwarf5-avoid_crash-r1.patch
|
|||||||
# Avoid possible timeout errors in TestBugReporter#test_bug_reporter_add.
|
# Avoid possible timeout errors in TestBugReporter#test_bug_reporter_add.
|
||||||
# https://bugs.ruby-lang.org/issues/16492
|
# https://bugs.ruby-lang.org/issues/16492
|
||||||
Patch19: ruby-2.7.1-Timeout-the-test_bug_reporter_add-witout-raising-err.patch
|
Patch19: ruby-2.7.1-Timeout-the-test_bug_reporter_add-witout-raising-err.patch
|
||||||
|
# Support openssl 3.0
|
||||||
|
# https://github.com/ruby/openssl/commit/d963d4e276658d110bcb796722d76efa7fb68efa
|
||||||
|
# https://github.com/ruby/openssl/pull/399/
|
||||||
|
Patch20: ruby-3.0-support-openssl-3.0-pr399.patch
|
||||||
|
|
||||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||||
Suggests: rubypick
|
Suggests: rubypick
|
||||||
@ -599,6 +603,7 @@ rm -rf ext/fiddle/libffi*
|
|||||||
%patch9 -p1
|
%patch9 -p1
|
||||||
%patch15 -p1
|
%patch15 -p1
|
||||||
%patch19 -p1
|
%patch19 -p1
|
||||||
|
%patch20 -p1
|
||||||
|
|
||||||
# Provide an example of usage of the tapset:
|
# Provide an example of usage of the tapset:
|
||||||
cp -a %{SOURCE3} .
|
cp -a %{SOURCE3} .
|
||||||
@ -1355,6 +1360,10 @@ MSPECOPTS=""
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 03 2021 Pavel Valena <pvalena@redhat.com> - 3.0.1-148
|
||||||
|
- Support OpenSSL 3.0.
|
||||||
|
Resolves: rhbz#1952925
|
||||||
|
|
||||||
* Fri Apr 16 2021 Vít Ondruch <vondruch@redhat.com> - 3.0.1-148
|
* Fri Apr 16 2021 Vít Ondruch <vondruch@redhat.com> - 3.0.1-148
|
||||||
- Upgrade to Ruby 3.0.1.
|
- Upgrade to Ruby 3.0.1.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user