- Switch Git repository from nmoinvaz/minizip (dead) to zlib-ng/minizip-ng.
- Enable LZMA support
Feedback and/or tests from Mark Patruck, landry@, sthen@, bket@.
OK landry@, sthen@
- remove patch from upstream fixing build failure with gcc
- patch CMakeLists.txt to use pkg-config to find system zstd (instead of
trying to fetch zstd source from github..)
- enable zstd support
Minizip was originally developed in 1998. It was first included in the zlib
distribution as an additional code contribution starting in zlib 1.1.2. Since
that time, it has been continually improved upon and contributed to by many
people.
+ Creating and extracting zip archives.
+ Adding and removing entries from zip archives.
+ Read and write raw zip entry data.
+ Reading and writing zip archives from memory.
+ Zlib, BZIP2, LZMA, and ZSTD compression methods.
+ Password protection through Traditional PKWARE and WinZIP AES encryption.
+ Buffered streaming for improved I/O performance.
with fixes and tweaks from cwen@:
- add patch to fix build on gcc
- disable -Os
- build & enable tests
some ports bundle it, some ports allow building against a systemwide
one, some ports bundle/rely on an incompatible version - all those will be
fixed in following commits.
required by an upcoming geo/spatialite/libspatialite update.
ok bentley@ cwen@