develop
CMake: Fix tests with pre-3.24 cmake updates.
CMake: Move minizip tests into test directory.
Add LICENSE.Info-Zip to contrib/minizip.
Fix the minizip Makefile to work with both BSD and GNU make.
Add dependency to ints.h in minizip Makefile.am.
Fix typos found by codespell in minizip
Version 1.3.2
Change version number on develop branch to 1.3.2.1.
Avoid use of stdint.h in contrib/minizip.
Improve detection of UNIX-style systems in minizip.
Add man pages for minizip and miniunzip.
Specify the zlib license in pkg-config files.
CMake: Add minizip.
CMake: Add indicator to check if minizip was compiled with bzip2.
Catch a file open error in contrib/minizip/mztools.c.
Fix bug when compiling minizip with C++ [Vollant].
Clean up skipset.h comment formatting.
Clean up comment formatting in minizip's zip.c and unzip.c.