Skip to content

Commit

Permalink
KUDU-2817: Upgrade zlib to 1.2.11
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
granthenke committed May 18, 2020
1 parent 0e866f0 commit f87fdfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f87fdfe

Please sign in to comment.