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

alexey 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 cbf02aa  [thirdparty] update curl up to 7.68.0
cbf02aa is described below

commit cbf02aa3dac297ec1ddb8e91f71cd6de99589463
Author: Alexey Serbin <[email protected]>
AuthorDate: Tue Jan 28 12:28:01 2020 -0800

    [thirdparty] update curl up to 7.68.0
    
    curl 7.68.0 was released January 8 2020.  The previous version of
    curl used in Kudu thirdparty was 7.59.0, released March 14 2018.
    
    curl-7.68.0.tar.gz source tarball was downloaded from:
      https://curl.haxx.se/download/curl-7.68.0.tar.gz
    
    Change-Id: I685c3db709d918f1a02d6ff2161f009e1f8c854a
    Reviewed-on: http://gerrit.cloudera.org:8080/15118
    Reviewed-by: Adar Dembo <[email protected]>
    Tested-by: Alexey Serbin <[email protected]>
---
 thirdparty/vars.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index e9dce4c..9388c6d 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -123,7 +123,7 @@ GCOVR_VERSION=3.0
 GCOVR_NAME=gcovr-$GCOVR_VERSION
 GCOVR_SOURCE=$TP_SOURCE_DIR/$GCOVR_NAME
 
-CURL_VERSION=7.59.0
+CURL_VERSION=7.68.0
 CURL_NAME=curl-$CURL_VERSION
 CURL_SOURCE=$TP_SOURCE_DIR/$CURL_NAME
 

Reply via email to