2022-11-09 08:36:52 +01: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
|
2025-02-09 07:44:13 -05:00
|
|
|
Version: 1.3.1.1
|
|
|
|
Revision: ef24c4c7502169f016dcd2a26923dbaf3216748c
|
2022-11-09 08:36:52 +01:00
|
|
|
License: Zlib
|
2023-08-06 00:23:29 +00:00
|
|
|
License File: //third_party/zlib/LICENSE
|
2023-07-20 21:00:23 +01:00
|
|
|
Shipped: yes
|
2024-06-23 00:27:53 +00:00
|
|
|
Security Critical: yes
|
2023-12-16 12:31:02 +02:00
|
|
|
CPEPrefix: cpe:/a:minizip_project:minizip
|
2022-11-09 08:36:52 +01:00
|
|
|
|
|
|
|
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:
|
2025-02-09 07:44:13 -05:00
|
|
|
- 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
|
|
|
|
|
2024-03-19 12:14:39 +02:00
|
|
|
- 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
|
|
|
|
|
2022-11-09 08:36:52 +01:00
|
|
|
- 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)
|
2024-03-19 12:14:39 +02:00
|
|
|
0016-minizip-parse-unicode-path-extra-field.patch
|