Andrew Top | 63c7ad4 | 2019-11-25 16:10:13 -0800 | [diff] [blame] | 1 | Name: zlib |
| 2 | Short Name: zlib |
| 3 | URL: http://zlib.net/ |
| 4 | Version: 1.2.11 |
| 5 | Security Critical: yes |
| 6 | License: Custom license |
| 7 | License File: LICENSE |
| 8 | License Android Compatible: yes |
| 9 | |
| 10 | Description: |
| 11 | "A massively spiffy yet delicately unobtrusive compression library." |
| 12 | |
| 13 | zlib is a free, general-purpose, legally unencumbered lossless data-compression |
| 14 | library. zlib implements the "deflate" compression algorithm described by RFC |
| 15 | 1951, which combines the LZ77 (Lempel-Ziv) algorithm with Huffman coding. zlib |
| 16 | also implements the zlib (RFC 1950) and gzip (RFC 1952) wrapper formats. |
| 17 | |
| 18 | Local Modifications: |
| 19 | - Only source code from the zlib distribution used to build the zlib and |
| 20 | minizip libraries are present. Many other files have been omitted. Only *.c |
| 21 | and *.h files from the upstream root directory and contrib/minizip were |
| 22 | imported. |
| 23 | - The contents of the google directory are original Chromium-specific |
| 24 | additions. |
| 25 | - Added chromeconf.h |
| 26 | - Plus the changes in 'patches' folder. |
| 27 | - Code in contrib/ other than contrib/minizip was added to match zlib's |
| 28 | contributor layout. |