|
…
|
||
|---|---|---|
| .. | ||
| ChangeLogUnzip | ||
| crypt.h | ||
| ioapi.c | ||
| ioapi.h | ||
| iowin32.c | ||
| iowin32.h | ||
| Makefile | ||
| miniunz.c | ||
| minizip.c | ||
| minizip.md | ||
| mztools.c | ||
| mztools.h | ||
| README.chromium | ||
| unzip.c | ||
| unzip.h | ||
| zip.c | ||
| zip.h | ||
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.2.12 License: Zlib Security Critical: yes 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: - 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)