xref: /aosp_15_r20/external/zlib/README.chromium (revision 86ee64e75fa5f8bce2c8c356138035642429cd05)
1*86ee64e7SAndroid Build Coastguard WorkerName: zlib
2*86ee64e7SAndroid Build Coastguard WorkerShort Name: zlib
3*86ee64e7SAndroid Build Coastguard WorkerURL: http://zlib.net/
4*86ee64e7SAndroid Build Coastguard WorkerVersion: 1.3.0.1
5*86ee64e7SAndroid Build Coastguard WorkerCPEPrefix: cpe:/a:zlib:zlib:1.3.0.1
6*86ee64e7SAndroid Build Coastguard WorkerSecurity Critical: yes
7*86ee64e7SAndroid Build Coastguard WorkerShipped: yes
8*86ee64e7SAndroid Build Coastguard WorkerLicense: Zlib
9*86ee64e7SAndroid Build Coastguard WorkerLicense File: LICENSE
10*86ee64e7SAndroid Build Coastguard WorkerLicense Android Compatible: yes
11*86ee64e7SAndroid Build Coastguard Worker
12*86ee64e7SAndroid Build Coastguard WorkerDescription:
13*86ee64e7SAndroid Build Coastguard Worker"A massively spiffy yet delicately unobtrusive compression library."
14*86ee64e7SAndroid Build Coastguard Worker
15*86ee64e7SAndroid Build Coastguard Workerzlib is a free, general-purpose, legally unencumbered lossless data-compression
16*86ee64e7SAndroid Build Coastguard Workerlibrary. zlib implements the "deflate" compression algorithm described by RFC
17*86ee64e7SAndroid Build Coastguard Worker1951, which combines the LZ77 (Lempel-Ziv) algorithm with Huffman coding. zlib
18*86ee64e7SAndroid Build Coastguard Workeralso implements the zlib (RFC 1950) and gzip (RFC 1952) wrapper formats.
19*86ee64e7SAndroid Build Coastguard Worker
20*86ee64e7SAndroid Build Coastguard WorkerLocal Modifications:
21*86ee64e7SAndroid Build Coastguard Worker - Only source code from the zlib distribution used to build the zlib and
22*86ee64e7SAndroid Build Coastguard Worker   minizip libraries are present. Many other files have been omitted. Only *.c
23*86ee64e7SAndroid Build Coastguard Worker   and *.h files from the upstream root directory and contrib/minizip were
24*86ee64e7SAndroid Build Coastguard Worker   imported.
25*86ee64e7SAndroid Build Coastguard Worker - The contents of the google directory are original Chromium-specific
26*86ee64e7SAndroid Build Coastguard Worker   additions.
27*86ee64e7SAndroid Build Coastguard Worker - Added chromeconf.h
28*86ee64e7SAndroid Build Coastguard Worker - Plus the changes in 'patches' folder.
29*86ee64e7SAndroid Build Coastguard Worker - Code in contrib/ other than contrib/minizip was added to match zlib's
30*86ee64e7SAndroid Build Coastguard Worker   contributor layout.
31*86ee64e7SAndroid Build Coastguard Worker - In sync with 1.2.13 official release
32*86ee64e7SAndroid Build Coastguard Worker - ZIP reader modified to allow for progress callbacks during extraction.
33*86ee64e7SAndroid Build Coastguard Worker - ZIP reader modified to add detection of AES encrypted content.
34