Update to zlib 1.3.1
authortb <tb@openbsd.org>
Tue, 23 Jan 2024 14:46:27 +0000 (14:46 +0000)
committertb <tb@openbsd.org>
Tue, 23 Jan 2024 14:46:27 +0000 (14:46 +0000)
commitd5e7bdb5d2199eaba29067b75c68142b04886c7d
treeafa5fb5ef3abc40225f272ab6c53816dd48e7272
parent99074c6d91b2517ea118191b22bfd5e14b51516c
Update to zlib 1.3.1

Since we already pulled in all fixes, this only bumps version/magic numbers
and copyright years. The fixes relevant to OpenBSD are:

- Fix bug in inflateSync() for data held in bit buffer
- Add LIT_MEM define to use more memory for a small deflate speedup
- Add bounds checking to ERR_MSG() macro, used by zError()
- Various portability and appearance improvements
lib/libz/ChangeLog
lib/libz/README
lib/libz/deflate.c
lib/libz/deflate.h
lib/libz/gzguts.h
lib/libz/gzlib.c
lib/libz/inftrees.c
lib/libz/trees.c
lib/libz/zconf.h
lib/libz/zlib.h
lib/libz/zutil.h