Repository: incubator-impala Updated Branches: refs/heads/master ec469347f -> 3b7ceceed
IMPALA-5034: Update Breakpad to newer version This will give us better support for DWARF version 4, support for redaction of sensitive data, and a multitude of bug fixes. The Breakpad project does not do releases, so we update to a somewhat arbitrary commit: commit 88e5b2c8806bac3f2c80d2fe80094be5bd371601 Author: Scott Graham <[email protected]> Date: Tue Feb 28 11:14:04 2017 -0800 Change-Id: I77eb54c0a9a3ad5d59994b22ef47da5817a7e858 Reviewed-on: http://gerrit.cloudera.org:8080/6273 Reviewed-by: Tim Armstrong <[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/408d0aec Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/408d0aec Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/408d0aec Branch: refs/heads/master Commit: 408d0aec336da826304ca5e144ce3655a5967f56 Parents: ec46934 Author: Lars Volker <[email protected]> Authored: Mon Mar 6 13:16:48 2017 -0800 Committer: Impala Public Jenkins <[email protected]> Committed: Wed Mar 8 21:33:15 2017 +0000 ---------------------------------------------------------------------- bin/impala-config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/408d0aec/bin/impala-config.sh ---------------------------------------------------------------------- diff --git a/bin/impala-config.sh b/bin/impala-config.sh index ff83b7f..cee3d53 100755 --- a/bin/impala-config.sh +++ b/bin/impala-config.sh @@ -72,14 +72,14 @@ fi # moving to a different build of the toolchain, e.g. when a version is bumped or a # compile option is changed. The build id can be found in the output of the toolchain # build jobs, it is constructed from the build number and toolchain git hash prefix. -export IMPALA_TOOLCHAIN_BUILD_ID=349-1b15a6c8f4 +export IMPALA_TOOLCHAIN_BUILD_ID=360-04f75441e7 # Versions of toolchain dependencies. # ----------------------------------- export IMPALA_AVRO_VERSION=1.7.4-p4 export IMPALA_BINUTILS_VERSION=2.26-p1 export IMPALA_BOOST_VERSION=1.57.0-p1 -export IMPALA_BREAKPAD_VERSION=20150612-p1 +export IMPALA_BREAKPAD_VERSION=88e5b2c8806bac3f2c80d2fe80094be5bd371601 export IMPALA_BZIP2_VERSION=1.0.6-p2 export IMPALA_CMAKE_VERSION=3.2.3-p1 export IMPALA_CRCUTIL_VERSION=440ba7babeff77ffad992df3a10c767f184e946e
