This is an automated email from the ASF dual-hosted git repository. laiyingchun pushed a commit to branch branch-1.17.x in repository https://gitbox.apache.org/repos/asf/kudu.git
commit 431e13bd736f932ce905db44c1d6be7f2d512092 Author: Alexey Serbin <[email protected]> AuthorDate: Fri May 5 18:15:18 2023 -0700 [thirdparty] upgrade libunwind to 1.6.2 Change-Id: I1698c4a9ff1f07c640f0fcaf35d53e36b5f3c33f Reviewed-on: http://gerrit.cloudera.org:8080/19853 Tested-by: Kudu Jenkins Reviewed-by: Yingchun Lai <[email protected]> (cherry picked from commit 63d40ab6e44630f52eb52be96edba05e95fb2f0c) Reviewed-on: http://gerrit.cloudera.org:8080/20052 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 5dff3acfc..7e48c574d 100644 --- a/thirdparty/vars.sh +++ b/thirdparty/vars.sh @@ -137,7 +137,7 @@ CRCUTIL_VERSION=2903870057d2f1f109b245650be29e856dc8b646 CRCUTIL_NAME=crcutil-$CRCUTIL_VERSION CRCUTIL_SOURCE=$TP_SOURCE_DIR/$CRCUTIL_NAME -LIBUNWIND_VERSION=1.5.0 +LIBUNWIND_VERSION=1.6.2 LIBUNWIND_NAME=libunwind-$LIBUNWIND_VERSION LIBUNWIND_SOURCE=$TP_SOURCE_DIR/$LIBUNWIND_NAME
