summaryrefslogtreecommitdiffstats
path: root/third_party/lzma_sdk/README.chromium
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/lzma_sdk/README.chromium')
-rw-r--r--third_party/lzma_sdk/README.chromium8
1 files changed, 6 insertions, 2 deletions
diff --git a/third_party/lzma_sdk/README.chromium b/third_party/lzma_sdk/README.chromium
index d9aebec..596e21b 100644
--- a/third_party/lzma_sdk/README.chromium
+++ b/third_party/lzma_sdk/README.chromium
@@ -1,11 +1,15 @@
Name: LZMA SDK
Short Name: lzma
URL: http://www.7-zip.org/sdk.html
-Version: 4.49
+Version: 9.20
+Security Critical: yes
Description:
-This contains a part of LZMA SDK 4.49.
+This contains a part of LZMA SDK 9.20.
Only the C code required to open 7z archive files and uncompress LZMA
compression has been included. The project files have been rewritten to use
proper file paths and generate a static lib.
+
+The patch in chromium.patch was applied to CpuArch.c to fix compile error on
+32bit Linux.