25391510 Upgrade zlib to version 1.2.11
25214399 problem in LIBRARY/LIBZ
25417002 ZLIB_VERSION is not fully numeric, breaks Python zlib test
Patch origin: in-house
Patch status: Solaris-specific; not suitable for upstream
--- zlib-1.2.11/zlib.3
+++ zlib-1.2.11/zlib.3
@@ -1,13 +1,13 @@
-.TH ZLIB 3 "15 Jan 2017"
+.TH LIBZ 3 "15 Jan 2017"
.SH NAME
-zlib \- compression/decompression library
+libz \- compression/decompression library
.SH SYNOPSIS
[see
.I zlib.h
for full description]
.SH DESCRIPTION
The
-.I zlib
+.I libz
library is a general purpose data compression library.
The code is thread safe, assuming that the standard library functions
used are thread safe, such as memory allocation routines.