OLD | NEW |
1 Name: zlib | 1 Name: zlib |
2 URL: http://zlib.net/ | 2 URL: http://zlib.net/ |
3 Version: 1.2.5 | 3 Version: 1.2.5 |
4 Security Critical: yes | 4 Security Critical: yes |
5 License: Custom license | 5 License: Custom license |
| 6 Android Compatibility: yes |
6 | 7 |
7 Description: | 8 Description: |
8 General purpose compression library | 9 General purpose compression library |
9 | 10 |
10 Local Modifications: | 11 Local Modifications: |
11 A few minor changes, all marked with "Google": | 12 A few minor changes, all marked with "Google": |
12 - Added #ifdefs to avoid compile warnings when NO_GZCOMPRESS is defined. | 13 - Added #ifdefs to avoid compile warnings when NO_GZCOMPRESS is defined. |
13 - Removed use of strerror for WinCE in gzio.c. | 14 - Removed use of strerror for WinCE in gzio.c. |
14 - Added 'int z_errno' global for WinCE, to which 'errno' is defined in zutil.h. | 15 - Added 'int z_errno' global for WinCE, to which 'errno' is defined in zutil.h. |
15 - Added 'mozzconf.h' to mangle the function names. | 16 - Added 'mozzconf.h' to mangle the function names. |
16 - Added an #ifdef to prevent zlib.h from mangling its functions. | 17 - Added an #ifdef to prevent zlib.h from mangling its functions. |
17 The 'google.patch' file represents our changes from the original zlib-1.2.5. | 18 The 'google.patch' file represents our changes from the original zlib-1.2.5. |
OLD | NEW |