zlib: update to 1.3
authorNick Hainke <vincent@systemli.org>
Sat, 14 Oct 2023 06:44:53 +0000 (08:44 +0200)
committerNick Hainke <vincent@systemli.org>
Tue, 17 Oct 2023 09:05:08 +0000 (11:05 +0200)
commit79e9bdda68985d7754e5fd9f58070947bdacb6d7
tree041ea44a098fc21df406425709bb3280325b47d2
parentdd43a89f77c812f6675d17bee847ffd16aabd67a
zlib: update to 1.3

Changes in 1.3 (18 Aug 2023)
- Remove K&R function definitions and zlib2ansi
- Fix bug in deflateBound() for level 0 and memLevel 9
- Fix bug when gzungetc() is used immediately after gzopen()
- Fix bug when using gzflush() with a very small buffer
- Fix crash when gzsetparams() attempted for transparent write
- Fix test/example.c to work with FORCE_STORED
- Rewrite of zran in examples (see zran.c version history)
- Fix minizip to allow it to open an empty zip file
- Fix reading disk number start on zip64 files in minizip
- Fix logic error in minizip argument processing
- Add minizip testing to Makefile
- Read multiple bytes instead of byte-by-byte in minizip unzip.c
- Add memory sanitizer to configure (--memory)
- Various portability improvements
- Various documentation improvements
- Various spelling and typo corrections

Signed-off-by: Nick Hainke <vincent@systemli.org>
package/libs/zlib/Makefile