summaryrefslogtreecommitdiff
path: root/lang/erlang-runtime17/files/patch-lib_ssl_src_tls__connection.erl
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-01-01 14:20:43 +0000
committerRene Ladan <rene@FreeBSD.org>2020-01-01 14:20:43 +0000
commit758edde62973c24d29b0c082f9cab9329b405194 (patch)
tree814d3f82f4830b66ab0ffc2cdbfd041d23929b49 /lang/erlang-runtime17/files/patch-lib_ssl_src_tls__connection.erl
parentFix GitLab with newer gems (diff)
Remove expired ports:
2020-01-01 databases/couchdb: No longer supported upstream, move to databases/couchdb2 2020-01-01 databases/riak: No longer supported upstream, see riak 2.9.0 and newer 2020-01-01 lang/erlang-runtime15: No longer supported upstream, use lang/erlang >= 21 2020-01-01 lang/erlang-runtime16: No longer supported upstream, use lang/erlang >=21 2020-01-01 lang/erlang-runtime17: No longer supported upstream, use lang/erlang >=21 2020-01-01 lang/erlang-runtime18: No longer supported upstream, use lang/erlang >=21 2020-01-01 lang/erlang-runtime19: No longer supported upstream, use lang/erlang >=21
Diffstat (limited to 'lang/erlang-runtime17/files/patch-lib_ssl_src_tls__connection.erl')
-rw-r--r--lang/erlang-runtime17/files/patch-lib_ssl_src_tls__connection.erl10
1 files changed, 0 insertions, 10 deletions
diff --git a/lang/erlang-runtime17/files/patch-lib_ssl_src_tls__connection.erl b/lang/erlang-runtime17/files/patch-lib_ssl_src_tls__connection.erl
deleted file mode 100644
index fd4eac923732..000000000000
--- a/lang/erlang-runtime17/files/patch-lib_ssl_src_tls__connection.erl
+++ /dev/null
@@ -1,10 +0,0 @@
---- lib/ssl/src/tls_connection.erl.orig 2015-03-31 12:32:52.000000000 +0000
-+++ lib/ssl/src/tls_connection.erl 2017-12-14 13:22:41.792681000 +0000
-@@ -197,6 +197,7 @@
- ssl_connection:hello({common_client_hello, Type, ServerHelloExt, HashSign},
- State#state{connection_states = ConnectionStates,
- negotiated_version = Version,
-+ client_hello_version = ClientVersion,
- session = Session,
- client_ecc = {EllipticCurves, EcPointFormats}}, ?MODULE);
- #alert{} = Alert ->