node/deps/zlib/contrib/minizip
Node.js GitHub Bot 69c7653b8d deps: update zlib to 1.3.0.1-motley-e432200
PR-URL: https://github.com/nodejs/node/pull/53464
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2024-08-12 06:12:06 +00:00
..
ChangeLogUnzip
Makefile deps: update zlib to 1.3.0.1-motley-24342f6 2024-03-19 10:14:39 +00:00
README.chromium deps: update zlib to 1.3.0.1-motley-e432200 2024-08-12 06:12:06 +00:00
crypt.h deps: update zlib to 1.3.0.1-motley-24342f6 2024-03-19 10:14:39 +00:00
ioapi.c deps: update zlib to 1.3.0.1-motley-24342f6 2024-03-19 10:14:39 +00:00
ioapi.h deps: update zlib to 1.3.0.1-motley-24342f6 2024-03-19 10:14:39 +00:00
iowin32.c deps: update zlib to 1.3.0.1-motley-24342f6 2024-03-19 10:14:39 +00:00
iowin32.h deps: update zlib to 1.3.0.1-motley-24342f6 2024-03-19 10:14:39 +00:00
miniunz.c deps: update zlib to 1.3.0.1-motley-24342f6 2024-03-19 10:14:39 +00:00
minizip.c deps: update zlib to 1.3.0.1-motley-24342f6 2024-03-19 10:14:39 +00:00
minizip.md
mztools.c deps: update zlib to 1.3.0.1-motley-24342f6 2024-03-19 10:14:39 +00:00
mztools.h deps: update zlib to 1.2.13.1-motley-526382e 2023-08-14 19:48:56 +02:00
unzip.c deps: update zlib to 1.3.0.1-motley-24342f6 2024-03-19 10:14:39 +00:00
unzip.h deps: update zlib to 1.3.0.1-motley-24342f6 2024-03-19 10:14:39 +00:00
zip.c deps: update zlib to 1.3.0.1-motley-24342f6 2024-03-19 10:14:39 +00:00
zip.h deps: update zlib to 1.3.0.1-motley-24342f6 2024-03-19 10:14:39 +00:00

README.chromium

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.0.1
Revision: 643e17b7498d12ab8d15565662880579692f769d
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:
- 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