| OLD | NEW |
| 1 Name: Brotli | 1 Name: Brotli |
| 2 URL: https://github.com/google/brotli | 2 URL: https://github.com/google/brotli |
| 3 Version: 222564a95d9ab58865a096b8d9f7324ea5f2e03e | 3 Version: 222564a95d9ab58865a096b8d9f7324ea5f2e03e |
| 4 License: MIT | 4 License: MIT |
| 5 License File: LICENSE | 5 License File: LICENSE |
| 6 Security Critical: yes | 6 Security Critical: yes |
| 7 | 7 |
| 8 Description: | 8 Description: |
| 9 Brotli is a generic byte-level compression algorithm that is used at the | 9 Brotli is a generic byte-level compression algorithm that is used at the |
| 10 byte-compression level in WOFF 2.0 font file format. This library is used | 10 byte-compression level in WOFF 2.0 font file format. This library is used |
| 11 to decode WOFF 2.0 fonts. | 11 to decode WOFF 2.0 fonts. |
| 12 | 12 |
| 13 Local Modifications: | 13 Local Modifications: |
| 14 - This only includes the enc/, dec/ and tools/ directories, the README.md and | 14 - This only includes the common/, dec/, enc/, fuzz/ and tools/ directories, the |
| 15 the LICENSE files, removing unneeded directories such as docs, tests, and | 15 README.md and the LICENSE files, removing unneeded directories such as docs, |
| 16 tools. | 16 java, and tests. |
| 17 - Auxiliary fuzzer runners removed from fuzz/ |
| 17 - Line 19 of enc/cluster_inc.h was modified to eliminate build error on Windows. | 18 - Line 19 of enc/cluster_inc.h was modified to eliminate build error on Windows. |
| 18 - BUILD.gn: Added. | 19 - BUILD.gn: Added. |
| 19 - brotli.gyp: Added. | 20 - brotli.gyp: Added. |
| 20 - brotli.gni: Added. | 21 - brotli.gni: Added. |
| 21 - bro.gypi: Added. | 22 - bro.gypi: Added. |
| OLD | NEW |