]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
zlib: upgrade 1.2.13 -> 1.3
authorWang Mingyu <wangmy@fujitsu.com>
Thu, 31 Aug 2023 02:55:07 +0000 (10:55 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 2 Sep 2023 17:22:24 +0000 (18:22 +0100)
commit369780c635cb99a3d93c38dc4e3944eba5a2c2cd
treebdc2549e0f9028b704396ebf83fe6aa4f4488011
parent1cc37e3f7aca7e04b03de99f9ce4b8068a61510d
zlib: upgrade 1.2.13 -> 1.3

Changelog:
============
- 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: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-core/zlib/zlib_1.3.bb [moved from meta/recipes-core/zlib/zlib_1.2.13.bb with 93% similarity]