4 Commits

Author SHA1 Message Date
rsadowski
464d4e5010 Update minizip-ng to 3.0.6
OK kn@
2022-07-13 19:54:47 +00:00
rsadowski
ea2fc913be Update minizip to 3.0.3
- 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@
2021-10-12 04:11:25 +00:00
landry
364a0c6d46 Update to minizip 2.10.1.
- 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
2020-10-23 16:20:20 +00:00
landry
8153852632 Import minizip 2.10.
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@
2020-10-06 16:48:54 +00:00