Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/17264 )
Change subject: [build] drop RHEL/CentOS 6 OpenSSL ABI change workaround ...................................................................... [build] drop RHEL/CentOS 6 OpenSSL ABI change workaround Changelist 10f525519 introduced a workaround to an OpenSSL ABI compatibility break between RHEL/CentOS 6.4 and later versions. RHEL/CentOS 6 is beyond its EOL date already and Kudu doesn't officially support it since 1.14 release [1], so this patch removes the workaround accordingly. Nevertheless, even with this patch, Kudu can still be compiled and run on RHEL/CentOS 6, as before. The only change is that now it compiles against the OpenSSL which came with the OS at the build machine, not the OpenSSL which came with RHEL/CentOS 6.4. [1] https://kudu.apache.org/releases/1.14.0/docs/release_notes.html Change-Id: I014d93b3b953d11281b928de9de43eec8ab4e997 Reviewed-on: http://gerrit.cloudera.org:8080/17264 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Grant Henke <[email protected]> --- M CMakeLists.txt M src/kudu/security/openssl_util.cc M src/kudu/server/webserver-test.cc M src/kudu/server/webserver.cc M thirdparty/build-thirdparty.sh M thirdparty/download-thirdparty.sh D thirdparty/install-openssl-el6-workaround.sh M thirdparty/vars.sh 8 files changed, 0 insertions(+), 130 deletions(-) Approvals: Alexey Serbin: Verified Grant Henke: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/17264 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I014d93b3b953d11281b928de9de43eec8ab4e997 Gerrit-Change-Number: 17264 Gerrit-PatchSet: 3 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
