CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/07/04 08:24:49
Modified files:
lib/libz : ChangeLog Makefile README adler32.c
algorithm.doc compress.c crc32.c crc32.h
deflate.c deflate.h infback.c inffast.c
inffast.h inffixed.h inflate.c inflate.h
inftrees.c inftrees.h trees.c trees.h uncompr.c
zconf.h zlib.h zutil.c zutil.h
sys/lib/libz : Makefile adler32.c compress.c crc32.c crc32.h
deflate.c deflate.h infback.c inffast.c
inffast.h inffixed.h inflate.c inflate.h
inftrees.c inftrees.h trees.c trees.h zconf.h
zlib.h zutil.c zutil.h
Added files:
lib/libz : gzclose.c gzguts.h gzlib.c gzread.c gzwrite.c
Removed files:
lib/libz : gzio.c
Log message:
Update libz to zlib 1.2.11 and reapply local patches as far as this
made sense.
Tested in snaps for a few days. deraadt helped with fitting things on
floppies and jmatthew found a bug I introduced.
ok deraadt