Files
Kmake/deps/zlib/contrib/minizip
2026-05-26 23:36:42 -07:00
..
2026-05-26 23:36:42 -07:00
2026-05-26 23:36:42 -07:00
2026-05-26 23:36:42 -07:00
2026-05-26 23:36:42 -07:00
2026-05-26 23:36:42 -07:00
2026-05-26 23:36:42 -07:00
2026-05-26 23:36:42 -07:00
2026-05-26 23:36:42 -07:00
2026-05-26 23:36:42 -07:00
2026-05-26 23:36:42 -07:00
2026-05-26 23:36:42 -07:00
2026-05-26 23:36:42 -07:00
2026-05-26 23:36:42 -07:00
2026-05-26 23:36:42 -07:00
2026-05-26 23:36:42 -07:00
2026-05-26 23:36:42 -07:00
2026-05-26 23:36:42 -07:00
2026-05-26 23:36:42 -07:00
2026-05-26 23:36:42 -07:00

Name: ZIP file API for reading file entries in a ZIP archive
Short Name: minizip
URL: https://github.com/madler/zlib/tree/master/contrib/minizip
Version: 1.3.1.1
Revision: ef24c4c7502169f016dcd2a26923dbaf3216748c
License: Zlib
License File: //third_party/zlib/LICENSE
Shipped: yes
Security Critical: yes
CPEPrefix: cpe:/a:minizip_project:minizip

Description:
Minizip provides API on top of zlib that can enumerate and extract ZIP archive
files. See minizip.md for chromium build instructions.

Local Modifications:
- OS macro tweaks for Android and Fuchsia
  0000-build.patch (the contrib/minizip/ parts)
  0008-minizip-zip-unzip-tools.patch (crrev.com/886990)

- Fix build on UWP. (crrev.com/750639)
  0004-fix-uwp.patch

- Fixed uncompressing files with wrong uncompressed size set
  crrev.com/268940
  0014-minizip-unzip-with-incorrect-size.patch

- Enable traditional PKWARE decryption in zlib/contrib/minizip
	Correct the value of rest_read_compressed when decompressing an encrypted
  zip. (crrev.com/580862)
  0015-minizip-unzip-enable-decryption.patch

- Add parsing of the 'Info-ZIP Unicode Path Extra Field' as described in
  https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT section 4.6.9.
  (see crrev.com/1002476)
  0016-minizip-parse-unicode-path-extra-field.patch