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 <[email protected]> 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 <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> Reviewed-by: Andrew Wong <[email protected]> --- 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
