OLD | NEW |
1 Name: LZMA SDK | 1 Name: LZMA SDK |
2 Short Name: lzma | 2 Short Name: lzma |
3 URL: http://www.7-zip.org/sdk.html | 3 URL: http://www.7-zip.org/sdk.html |
4 Version: 4.49 | 4 Version: 9.20 |
| 5 Security Critical: yes |
5 | 6 |
6 Description: | 7 Description: |
7 This contains a part of LZMA SDK 4.49. | 8 This contains a part of LZMA SDK 9.20. |
8 | 9 |
9 Only the C code required to open 7z archive files and uncompress LZMA | 10 Only the C code required to open 7z archive files and uncompress LZMA |
10 compression has been included. The project files have been rewritten to use | 11 compression has been included. The project files have been rewritten to use |
11 proper file paths and generate a static lib. | 12 proper file paths and generate a static lib. |
| 13 |
| 14 The patch in chromium.patch was applied to CpuArch.c to fix compile error on |
| 15 32bit Linux. |
OLD | NEW |