This is an automated email from the ASF dual-hosted git repository.

granthenke pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git


The following commit(s) were added to refs/heads/master by this push:
     new fd863bb  [thirdparty] Upgrade Protobuf to 3.14.0
fd863bb is described below

commit fd863bb674c01bc792571032f7233ed45e9c9b12
Author: Grant Henke <[email protected]>
AuthorDate: Wed Nov 25 10:21:05 2020 -0600

    [thirdparty] Upgrade Protobuf to 3.14.0
    
    This patch upgrades Protobuf from 3.12.3 to 3.14.0.
    
    Change-Id: I46617b4c55fc61b28b2837f7a0f04ba9061038ae
    Reviewed-on: http://gerrit.cloudera.org:8080/16784
    Reviewed-by: Alexey Serbin <[email protected]>
    Tested-by: Kudu Jenkins
---
 thirdparty/download-thirdparty.sh | 2 +-
 thirdparty/vars.sh                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/thirdparty/download-thirdparty.sh 
b/thirdparty/download-thirdparty.sh
index dda8beb..86be27d 100755
--- a/thirdparty/download-thirdparty.sh
+++ b/thirdparty/download-thirdparty.sh
@@ -204,7 +204,7 @@ fetch_and_patch \
 
 PROTOBUF_PATCHLEVEL=0
 fetch_and_patch \
- protobuf-${PROTOBUF_VERSION}.tar.gz \
+ protobuf-cpp-${PROTOBUF_VERSION}.tar.gz \
  $PROTOBUF_SOURCE \
  $PROTOBUF_PATCHLEVEL \
  "autoreconf -fvi"
diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index c29e50a..8233075 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -54,7 +54,7 @@ GPERFTOOLS_VERSION=2.6.90
 GPERFTOOLS_NAME=gperftools-$GPERFTOOLS_VERSION
 GPERFTOOLS_SOURCE=$TP_SOURCE_DIR/$GPERFTOOLS_NAME
 
-PROTOBUF_VERSION=3.12.3
+PROTOBUF_VERSION=3.14.0
 PROTOBUF_NAME=protobuf-$PROTOBUF_VERSION
 PROTOBUF_SOURCE=$TP_SOURCE_DIR/$PROTOBUF_NAME
 

Reply via email to