GitHub user zhitaoli opened a pull request: https://github.com/apache/mesos/pull/214
Update vendored protobuf tar.gz to 3.3.0. The content of `3rdparty/protobuf-3.2.0.tar.gz` is generated by: - On a Mac OS, download and untar protobuf v3.3.0 source at https://github.com/google/protobuf/archive/v3.3.0.tar.gz; - Run `./autogen.sh`; - Recompress and tar by `tar -czvf`. Review: https://reviews.apache.org/r/58358 This is submitted because reviewboard does not work well with binary patch. See above review for other changes. You can merge this pull request into a Git repository by running: $ git pull https://github.com/zhitaoli/mesos public/zhitao/protobuf_330_binary_only Alternatively you can review and apply these changes as the patch at: https://github.com/apache/mesos/pull/214.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #214 ---- commit 000a1e1b75da1897edfbd29c98f99319d991f01a Author: Zhitao Li <zhi...@uber.com> Date: 2017-04-06T20:51:57Z Update vendored protobuf tar.gz to 3.3.0. The content of `3rdparty/protobuf-3.2.0.tar.gz` is generated by: - On a Mac OS, download and untar protobuf v3.3.0 source at https://github.com/google/protobuf/archive/v3.3.0.tar.gz; - Run `./autogen.sh`; - Recompress and tar by `tar -czvf`. Review: https://reviews.apache.org/r/58358 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---