aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-eventmachine/0006-Bump-TLS-version.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/ruby-eventmachine/0006-Bump-TLS-version.patch')
-rw-r--r--community/ruby-eventmachine/0006-Bump-TLS-version.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/community/ruby-eventmachine/0006-Bump-TLS-version.patch b/community/ruby-eventmachine/0006-Bump-TLS-version.patch
new file mode 100644
index 00000000000..3f8f6ebef61
--- /dev/null
+++ b/community/ruby-eventmachine/0006-Bump-TLS-version.patch
@@ -0,0 +1,14 @@
+Patch-Source: https://src.fedoraproject.org/rpms/rubygem-eventmachine/blob/f34/f/rubygem-eventmachine-1.2.7-Bump-TLS-version.patch
+Upstream-Issue: https://github.com/eventmachine/eventmachine/pull/86
+
+--- a/tests/test_ssl_protocols.rb
++++ b/tests/test_ssl_protocols.rb
+@@ -88,7 +88,7 @@
+
+ def test_case_insensitivity
+ lower_case = SSL_AVAIL.map { |p| p.downcase }
+- client_server %w(tlsv1), lower_case
++ client_server %w(tlsv1_2), lower_case
+ assert Client.handshake_completed?
+ assert Server.handshake_completed?
+ end