Repository: incubator-impala
Updated Branches:
  refs/heads/master 1cbfa423b -> 15e6cf8fd


IMPALA-5714: Add OpenSSL to bootstrap_toolchain.py

To support KRPC on legacy platforms with version of OpenSSL
older than 1.0.1, we may need to use libssl from the toolchain.
This change makes toolchain boostrapping to also download
OpenSSL 1.0.1p.

Testing: private packaging build.

Change-Id: I860b16d8606de1ee472db35a4d8d4e97b57b67ae
Reviewed-on: http://gerrit.cloudera.org:8080/7532
Reviewed-by: Henry Robinson <[email protected]>
Tested-by: Impala Public Jenkins


Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/e90afcb3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/e90afcb3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/e90afcb3

Branch: refs/heads/master
Commit: e90afcb36e80d11ff4d374f37b1c84b906ab7c4f
Parents: 1cbfa42
Author: Michael Ho <[email protected]>
Authored: Wed Jul 26 20:48:53 2017 -0700
Committer: Impala Public Jenkins <[email protected]>
Committed: Fri Jul 28 22:45:49 2017 +0000

----------------------------------------------------------------------
 bin/bootstrap_toolchain.py | 4 ++--
 bin/impala-config.sh       | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/e90afcb3/bin/bootstrap_toolchain.py
----------------------------------------------------------------------
diff --git a/bin/bootstrap_toolchain.py b/bin/bootstrap_toolchain.py
index afe8780..38b8d05 100755
--- a/bin/bootstrap_toolchain.py
+++ b/bin/bootstrap_toolchain.py
@@ -352,8 +352,8 @@ if __name__ == "__main__":
 
   packages = ["avro", "binutils", "boost", "breakpad", "bzip2", "cmake", 
"crcutil",
       "flatbuffers", "gcc", "gflags", "glog", "gperftools", "gtest", "kudu", 
"libev",
-      "llvm", ("llvm", "3.8.0-asserts-p1"), "lz4", "openldap", "protobuf", 
"rapidjson",
-      "re2", "snappy", "thrift", "tpc-h", "tpc-ds", "zlib"]
+      "llvm", ("llvm", "3.8.0-asserts-p1"), "lz4", "openldap", "openssl", 
"protobuf",
+      "rapidjson", "re2", "snappy", "thrift", "tpc-h", "tpc-ds", "zlib"]
   bootstrap(toolchain_root, packages)
 
   # Download the CDH components if necessary.

http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/e90afcb3/bin/impala-config.sh
----------------------------------------------------------------------
diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index 501d1e4..fdf74ad 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -97,7 +97,7 @@ export IMPALA_LLVM_ASAN_VERSION=3.8.0-p1
 export IMPALA_LLVM_DEBUG_VERSION=3.8.0-asserts-p1
 export IMPALA_LZ4_VERSION=1.7.5
 export IMPALA_OPENLDAP_VERSION=2.4.25
-export IMPALA_OPENSSL_VERSION=0.9.8zf
+export IMPALA_OPENSSL_VERSION=1.0.1p
 export IMPALA_PROTOBUF_VERSION=2.6.1
 export IMPALA_POSTGRES_JDBC_DRIVER_VERSION=9.0-801
 export IMPALA_RAPIDJSON_VERSION=0.11

Reply via email to