blob: c3c1ef69ad465683b4cfbb38c1e62865b01b193c [file] [log] [blame]
evan@chromium.orga9d52ab2010-03-19 00:46:18 +00001Name: zlib
mark13dc2462017-02-14 22:15:29 -08002Short Name: zlib
evan@chromium.orga9d52ab2010-03-19 00:46:18 +00003URL: http://zlib.net/
mark13dc2462017-02-14 22:15:29 -08004Version: 1.2.11
Adrian Taylor6ba41dc2020-04-03 03:20:26 +00005CPEPrefix: cpe:/a:zlib:zlib:1.2.11
hbono@chromium.orgd2dc2092011-12-12 08:48:38 +00006Security Critical: yes
steveblock@chromium.orgb1ff3282012-08-01 15:50:29 +00007License: Custom license
mark13dc2462017-02-14 22:15:29 -08008License File: LICENSE
steveblock@chromium.org8f180be2012-08-14 11:57:42 +00009License Android Compatible: yes
mpcomplete@google.comdd56df52009-01-13 21:35:26 +000010
11Description:
mark13dc2462017-02-14 22:15:29 -080012"A massively spiffy yet delicately unobtrusive compression library."
13
14zlib is a free, general-purpose, legally unencumbered lossless data-compression
15library. zlib implements the "deflate" compression algorithm described by RFC
161951, which combines the LZ77 (Lempel-Ziv) algorithm with Huffman coding. zlib
17also implements the zlib (RFC 1950) and gzip (RFC 1952) wrapper formats.
mpcomplete@google.comdd56df52009-01-13 21:35:26 +000018
19Local Modifications:
mark13dc2462017-02-14 22:15:29 -080020 - Only source code from the zlib distribution used to build the zlib and
21 minizip libraries are present. Many other files have been omitted. Only *.c
22 and *.h files from the upstream root directory and contrib/minizip were
23 imported.
24 - The contents of the google directory are original Chromium-specific
25 additions.
Tom Anderson20c7ae12019-04-08 20:51:48 +000026 - Added chromeconf.h
Chris Blumefe572062017-10-31 23:18:18 +000027 - Plus the changes in 'patches' folder.
28 - Code in contrib/ other than contrib/minizip was added to match zlib's
Boris Sazonov0f473a12017-11-30 10:01:30 +000029 contributor layout.