CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/10/20 09:35:31
Modified files:
lib/libz : ChangeLog README compress.c crc32.c deflate.c
deflate.h gzlib.c gzread.c gzwrite.c infback.c
inflate.c inftrees.c inftrees.h trees.c
uncompr.c zconf.h zlib.h zutil.c zutil.h
Log message:
Update base libz to 1.2.13
This update contains a few bugfixes (some of which we have already
backported to 1.2.12) and a ton of cosmetic changes. The relevant
bits of the ChangeLog are:
- Repair prototypes and exporting of new CRC functions
- Have infback() deliver all of the available output up to any error
- Fix a bug when getting a gzip header extra field with inflate()
- Fix bug in block type selection when Z_FIXED used
- Tighten deflateBound bounds
- Remove deleted assembler code references
- Various portability and appearance improvements
Tested on amd64 and arm64 by me and on sparc64 by kn.