zlib/minizip: Update to version 1.3

Upstreams the fix from #73310, so we can remove that patch.
Remove `infback.c` which we stopped compiling after #79273.

The `OF` macro was also removed so I can drop the patch where I yell
at Gentoo developers.
This commit is contained in:
Rémi Verschelde
2023-08-29 11:02:34 +02:00
parent 541674d106
commit e0e1f2e4a2
34 changed files with 1473 additions and 3186 deletions

View File

@ -8,4 +8,4 @@
subject to change. Applications should only use zlib.h.
*/
void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start);