| OLD | NEW |
| 1 Name: libpng | 1 Name: libpng |
| 2 URL: http://libpng.org/ | 2 URL: http://libpng.org/ |
| 3 Version: 1.2.54 | 3 Version: 1.6.19 |
| 4 Security Critical: yes | 4 Security Critical: yes |
| 5 License: libpng license | 5 License: libpng license |
| 6 License Android Compatible: yes | 6 License Android Compatible: yes |
| 7 | 7 |
| 8 Description: | 8 Description: |
| 9 Our custom configuration options are defined in pngusr.h. This was previously | 9 The custom configuration options are defined in pnglibconf.h. The unnecessary |
| 10 called mozpngconf.h, which was copied from Mozilla and modified by Apple (hence | 10 files from upstream libpng (all non-source code files or testing files) |
| 11 the wk_* names). | 11 have been deleted. |
| 12 | 12 |
| 13 Updated to 1.2.54, no changes to the source files but all unneeded files | 13 PNG_READ_PACK_SUPPORTED must be defined on Android, as required by freetype |
| 14 stripped. | 14 to support color glyphs. |
| 15 | |
| 16 - Unset PNG_NO_READ_PACK on Android in pngusr.h, required by freetype to support | |
| 17 color glyphs. | |
| OLD | NEW |