From da682ec014db495ba307c1fcae2f698f3a9f6093 Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Sun, 31 Oct 2021 02:55:34 +0200 Subject: [PATCH] OpenSSL 3 patch rebase for MySQL 8.0.27 The source code structure for the Group replication has been changed by upstream. Related: #1969430 --- mysql-openssl3.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mysql-openssl3.patch b/mysql-openssl3.patch index 32bfe7b..1ffbfbf 100644 --- a/mysql-openssl3.patch +++ b/mysql-openssl3.patch @@ -153,10 +153,10 @@ diff -rup mysql-8.0.22-orig/mysys/my_md5.cc mysql-8.0.22/mysys/my_md5.cc } /** -diff -rup mysql-8.0.22-orig/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/xcom_ssl_transport.cc mysql-8.0.22/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/xcom_ssl_transport.cc ---- mysql-8.0.22-orig/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/xcom_ssl_transport.cc 2021-05-19 21:36:14.531793376 +0200 -+++ mysql-8.0.22/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/xcom_ssl_transport.cc 2021-05-19 23:06:55.049885943 +0200 -@@ -25,6 +25,7 @@ +diff -Naurp mysql-8.0.27/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/network/xcom_network_provider_ssl_native_lib.cc* +--- mysql-8.0.27/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/network/xcom_network_provider_ssl_native_lib.cc 2021-09-28 13:46:34.000000000 +0200 ++++ mysql-8.0.27/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/network/xcom_network_provider_ssl_native_lib.cc_patched 2021-10-31 10:57:37.865934624 +0100 +@@ -30,6 +30,7 @@ #include #include @@ -164,7 +164,7 @@ diff -rup mysql-8.0.22-orig/plugin/group_replication/libmysqlgcs/src/bindings/xc #include #include #include -@@ -35,6 +36,7 @@ +@@ -39,6 +40,7 @@ #endif #include "openssl/engine.h"