| OLD | NEW |
| 1 Name: Expat XML Parser | 1 Name: Expat XML Parser |
| 2 Short Name: expat | 2 Short Name: expat |
| 3 URL: http://sourceforge.net/projects/expat/ | 3 URL: http://sourceforge.net/projects/expat/ |
| 4 Version: 2.7.0 | 4 Version: 2.1.0 |
| 5 License: MIT | 5 License: MIT |
| 6 License File: files/COPYING | 6 License File: files/COPYING |
| 7 Security Critical: yes |
| 7 | 8 |
| 8 Description: | 9 Description: |
| 9 This is Expat XML parser - very lightweight C library for parsing XML. | 10 This is Expat XML parser - very lightweight C library for parsing XML. |
| 10 Expat is distributed under an MIT license detailed in files/COPYING. | 11 Expat is distributed under an MIT license detailed in files/COPYING. |
| 11 | 12 |
| 12 We include it here because libjingle depends on it. | 13 We include it here because libjingle depends on it. |
| 13 | 14 |
| 14 Local Modifications: | 15 Local Modifications: |
| 15 Removed files that Chromium didn't need: | 16 Removed files that Chromium didn't need: |
| 16 lib/expat*.dsp | 17 lib/expat*.dsp |
| (...skipping 15 matching lines...) Expand all Loading... |
| 32 expat_config.h.in | 33 expat_config.h.in |
| 33 Edited: | 34 Edited: |
| 34 lib/winconfig.h (see winconfig.h.original for unmodified version) | 35 lib/winconfig.h (see winconfig.h.original for unmodified version) |
| 35 * Added check on line 1751 of xmltok_impl.c to patch a | 36 * Added check on line 1751 of xmltok_impl.c to patch a |
| 36 bug with the handling of utf-8 characters that leads to a crash. | 37 bug with the handling of utf-8 characters that leads to a crash. |
| 37 lib/xmltok_impl.c (see xmltok_imp.c.original for unmodified version) | 38 lib/xmltok_impl.c (see xmltok_imp.c.original for unmodified version) |
| 38 * Prevent a compiler warning when compiling with | 39 * Prevent a compiler warning when compiling with |
| 39 WIN32_LEAN_AND_MEAN predefined. | 40 WIN32_LEAN_AND_MEAN predefined. |
| 40 Added files: | 41 Added files: |
| 41 lib/expat_config.h (a generated config file) | 42 lib/expat_config.h (a generated config file) |
| OLD | NEW |