]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commit
zlib: Update to version 1.3
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 19 Sep 2023 11:53:42 +0000 (13:53 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 19 Sep 2023 12:27:45 +0000 (12:27 +0000)
commitc70569fc8e8fadfab3b3029bbb9e917d823e849a
tree7833aa7a6870edce7d9b54275e7da51d3fea3002
parentb0dfb3ff7d27d5f2fb5a2f3e34867939d2df5844
zlib: Update to version 1.3

- IPFire-3.x
- Update from version 1.2.13 to 1.3
- Changelog
    1.3
    Building using K&R (pre-ANSI) function definitions is no longer supported.
    Fixed a bug in deflateBound() for level 0 and memLevel 9.
    Fixed a bug when gzungetc() is used immediately after gzopen().
    Fixed a bug when using gzflush() with a very small buffer.
    Fixed a crash when gzsetparams() is attempted for a transparent write.
    Fixed test/example.c to work with FORCE_STORED.
    Fixed minizip to allow it to open an empty zip file.
    Fixed reading disk number start on zip64 files in minizip.
    Fixed a logic error in minizip argument processing.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
zlib/zlib.nm