I intend to remove unmaintained minizip library (now packaged as minizip-compat) from the zlib package. Therefore, I'd need all dependent packages to either migrate to the new minizip[1] package or simply bundle the old one. [1] https://github.com/nmoinvaz/minizip
Seems the new minizip lacks the unztell() function so more than a rebuild is required. I could conceivably do a port to the new minizip or to some other library, but this would all be to avoid the use of a single unzip.c source file that's already part of the source. So I've just reverted to using the bundled bit. It's not called on untrusted data so it shouldn't be particularly problematic.
Upstream report about unztell(): https://github.com/nmoinvaz/minizip/issues/319 Thanks for the fix!