You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by aw...@apache.org on 2019/12/16 19:45:23 UTC

[kudu] 02/02: thirdparty: bump squeasel version

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

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

commit 9ad36b40c683d09e2fe2d40c962a65e4c8b1f2ea
Author: Adar Dembo <ad...@cloudera.com>
AuthorDate: Fri Dec 13 17:17:05 2019 -0800

    thirdparty: bump squeasel version
    
    The new version includes a fix[1] for proxying connections through Knox when
    SPNEGO is required.
    
    1. https://github.com/cloudera/squeasel/pull/16
    
    Change-Id: I4bfd10e6f8168751a57c5b38513ea23caa9d6ff2
    Reviewed-on: http://gerrit.cloudera.org:8080/14909
    Tested-by: Kudu Jenkins
    Reviewed-by: Thomas Tauber-Marshall <tm...@cloudera.com>
    Reviewed-by: Alexey Serbin <as...@cloudera.com>
    Reviewed-by: Andrew Wong <aw...@cloudera.com>
---
 thirdparty/vars.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index bebfd3e..1362000 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -97,7 +97,7 @@ RAPIDJSON_SOURCE=$TP_SOURCE_DIR/$RAPIDJSON_NAME
 #  export NAME=squeasel-$(git rev-parse HEAD)
 #  git archive HEAD --prefix=$NAME/ -o /tmp/$NAME.tar.gz
 #  s3cmd put -P /tmp/$NAME.tar.gz s3://cloudera-thirdparty-libs/$NAME.tar.gz
-SQUEASEL_VERSION=36dc66b8723980feb32196a94b46734eb5eafbf9
+SQUEASEL_VERSION=030ccce87359d892e22fb368c5fc5b75d9a2a5f7
 SQUEASEL_NAME=squeasel-$SQUEASEL_VERSION
 SQUEASEL_SOURCE=$TP_SOURCE_DIR/$SQUEASEL_NAME