blob: af0cdd06ba84a10c594af47296e5bf11fe5f65a3 [file] [log] [blame]
Name: LZMA SDK
Short Name: lzma
URL: http://www.7-zip.org/sdk.html
Version: 15.14
Date: 2015-12-31
License: Public Domain
Security Critical: yes
Description:
This contains a part of LZMA SDK 15.14.
Local Modifications:
The original code can be found at http://7-zip.org/a/lzma1514.7z. Only parts
of this archive are copied here. More specifically:
1/ C code required to open 7z archive files and uncompress LZMA
2/ 7za.exe and 7zr.exe executables (amd64 version)
3/ 7zS2.sfx binary (x86 version)
The patch in chromium.patch was applied to CpuArch.c to fix register corruption
that can occur on 64-bit platforms built with -fPIC and register clobbering that
occurred on Mac builds (but in principle can occur anywhere).