Hello Internal Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/1849
to look at the new patch set (#2).
Change subject: Bump squeasel version
......................................................................
Bump squeasel version
The new version of squeasel goes back to using dlopen for OpenSSL, which fixes
an issue we have hit on Centos 6 with incompatible OpenSSL versions:
Between Centos 6.4 and 6.6 the OpenSSL version was bumped from 1.0.0 to 1.0.1e.
Between the 1.0.0 and 1.0.1e versions, Red Hat introduced symbol versioning for
OpenSSL, which results in any application which is compiled against the newer
version being incompatible with the older version at runtime (or installation
time the rpm tool knows about the symbol version dependency). As part of moving
to C++11, Kudu recently changed from building releases on Centos 6.4 to Centos
6.6 (and consequently from compiling against OpenSSL 1.0.0 to OpenSSL 1.0.1e).
The packaging job is running on Centos 6.4, with OpenSSL 1.0.0 version
installed, which results in the OpenSSL RPM dependency being unfulfilled and the
install failing.
Change-Id: I5a9903703c3c97e3cc70640a82662ed14dc233fa
---
M CMakeLists.txt
M cmake_modules/FindSqueasel.cmake
M src/kudu/server/CMakeLists.txt
M thirdparty/build-definitions.sh
M thirdparty/vars.sh
5 files changed, 4 insertions(+), 21 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/49/1849/2
--
To view, visit http://gerrit.cloudera.org:8080/1849
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I5a9903703c3c97e3cc70640a82662ed14dc233fa
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Dan Burkert <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Internal Jenkins
Gerrit-Reviewer: Todd Lipcon <[email protected]>