From 19b1478f14e88f7061a8da358e4e4a0203f71386 Mon Sep 17 00:00:00 2001 From: Masood Malekghassemi Date: Thu, 28 May 2015 16:51:52 -0700 Subject: [PATCH] Update protobuf to release v3.0.0-alpha-3 Fixes #1759. --- .gitmodules | 2 +- third_party/protobuf | 2 +- tools/run_tests/run_sanity.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 557321001f7..a5cf3aaaee0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,7 +8,7 @@ [submodule "third_party/protobuf"] path = third_party/protobuf url = https://github.com/google/protobuf.git - branch = v3.0.0-alpha-1 + branch = v3.0.0-alpha-3 [submodule "third_party/gflags"] path = third_party/gflags url = https://github.com/gflags/gflags.git diff --git a/third_party/protobuf b/third_party/protobuf index 8908cf16fe8..3e2c8a5dd79 160000 --- a/third_party/protobuf +++ b/third_party/protobuf @@ -1 +1 @@ -Subproject commit 8908cf16fe81f42c766fdf067b1da4554f54ed87 +Subproject commit 3e2c8a5dd79481e1d36572cdf65be93514ba6581 diff --git a/tools/run_tests/run_sanity.sh b/tools/run_tests/run_sanity.sh index 003e5255268..ebb09d94696 100755 --- a/tools/run_tests/run_sanity.sh +++ b/tools/run_tests/run_sanity.sh @@ -45,6 +45,6 @@ git submodule > $submodules diff -u $submodules - << EOF 05b155ff59114735ec8cd089f669c4c3d8f59029 third_party/gflags (v2.1.0-45-g05b155f) 3df69d3aefde7671053d4e3c242b228e5d79c83f third_party/openssl (OpenSSL_1_0_2a) - 8908cf16fe81f42c766fdf067b1da4554f54ed87 third_party/protobuf (v3.0.0-alpha-1-1044-g8908cf1) + 3e2c8a5dd79481e1d36572cdf65be93514ba6581 third_party/protobuf (v3.0.0-alpha-1-1048-g3e2c8a5) 50893291621658f355bc5b4d450a8d06a563053d third_party/zlib (v1.2.8) EOF