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
commit f87fdfefe7ff893deb3eb1062e8ba76babeae530 Author: Grant Henke <[email protected]> AuthorDate: Sun May 17 17:03:42 2020 -0500 KUDU-2817: Upgrade zlib to 1.2.11 This patch upgrades zlib from 1.2.8 (released in 2013) to 1.2.11, the latest release from 2017. See the release notes here: https://zlib.net/ChangeLog.txt Change-Id: I1c25b89f4843be3807e6282fd47b6952f1c9432b Reviewed-on: http://gerrit.cloudera.org:8080/15938 Tested-by: Kudu Jenkins Reviewed-by: Bankim Bhavsar <[email protected]> --- thirdparty/vars.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh index ca161d1..3cfc10c 100644 --- a/thirdparty/vars.sh +++ b/thirdparty/vars.sh @@ -77,7 +77,7 @@ BITSHUFFLE_VERSION=0.3.5 BITSHUFFLE_NAME=bitshuffle-$BITSHUFFLE_VERSION BITSHUFFLE_SOURCE=$TP_SOURCE_DIR/$BITSHUFFLE_NAME -ZLIB_VERSION=1.2.8 +ZLIB_VERSION=1.2.11 ZLIB_NAME=zlib-$ZLIB_VERSION ZLIB_SOURCE=$TP_SOURCE_DIR/$ZLIB_NAME
