CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/03/19 09:10:55
Modified files:
lib/libz : ChangeLog README Symbols.list compress.c
crc32.c deflate.c deflate.h gzguts.h gzlib.c
gzread.c gzwrite.c infback.c inffast.c
inffixed.h inflate.c inftrees.c inftrees.h
shlib_version trees.c uncompr.c zconf.h zlib.h
zutil.c zutil.h
Log message:
Update to zlib 1.3.2
This is a minor library bump since it adds six *_z functions that take
size_t instead of uLong (this only really matters for Windows).
The non-blocking device support added quite a bit of churn and so did
the deck chair shuffling for ZLB-01-004, in particular moving the
BUILDFIXED tables around.
See the additions to the ChangeLog for more details.
ok bluhm deraadt