Repository: kudu Updated Branches: refs/heads/master 5aca86284 -> ba3cdea53
KUDU-2427: update breakpad to latest HEAD It includes a commit that fixes breakpad compilation with a modern gcc, such as the one found in Ubuntu 18.04. Change-Id: I83de57c6308605f75a447e6ef908b1335d7c4de3 Reviewed-on: http://gerrit.cloudera.org:8080/10427 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/kudu/repo Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/ba3cdea5 Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/ba3cdea5 Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/ba3cdea5 Branch: refs/heads/master Commit: ba3cdea53d005c65dd9baa36f5d139b571ed0ffb Parents: 5aca862 Author: Adar Dembo <[email protected]> Authored: Tue May 1 19:33:49 2018 -0700 Committer: Adar Dembo <[email protected]> Committed: Thu May 17 17:41:59 2018 +0000 ---------------------------------------------------------------------- thirdparty/vars.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kudu/blob/ba3cdea5/thirdparty/vars.sh ---------------------------------------------------------------------- diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh index e89342e..ebc01ef 100644 --- a/thirdparty/vars.sh +++ b/thirdparty/vars.sh @@ -174,7 +174,7 @@ OPENSSL_WORKAROUND_DIR="$TP_DIR/installed/openssl-el6-workaround" # The breakpad source artifact is created using the script found in # scripts/make-breakpad-src-archive.sh -BREAKPAD_VERSION=f78d953511606348173911ae0b62572ebec1bbc4 +BREAKPAD_VERSION=9eac2058b70615519b2c4d8c6bdbfca1bd079e39 BREAKPAD_NAME=breakpad-$BREAKPAD_VERSION BREAKPAD_SOURCE=$TP_SOURCE_DIR/$BREAKPAD_NAME
