summaryrefslogtreecommitdiffstats
path: root/third_party/lzma_sdk/README.chromium
diff options
context:
space:
mode:
authorbashi@chromium.org <bashi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-18 23:02:31 +0000
committerbashi@chromium.org <bashi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-18 23:02:31 +0000
commitce59605d9f7aa1ba166dff1c36a2b3705a21cff3 (patch)
tree1d8043aa86e47194ef843273556e690fa5666e4d /third_party/lzma_sdk/README.chromium
parent9119274849baf458401656254b079b21ece24455 (diff)
downloadchromium_src-ce59605d9f7aa1ba166dff1c36a2b3705a21cff3.zip
chromium_src-ce59605d9f7aa1ba166dff1c36a2b3705a21cff3.tar.gz
chromium_src-ce59605d9f7aa1ba166dff1c36a2b3705a21cff3.tar.bz2
Update lzma_sdk to 9.20
Copied only C code required to open 7z archive files and uncompress LZMA compression. Updated chrome/installer/util/lzma_util.cc to follow API changes. BUG=None TEST=installer_util_unittests --gtest_filter='LzmaUtilTest.*' Review URL: http://codereview.chromium.org/10114005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132887 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/lzma_sdk/README.chromium')
-rw-r--r--third_party/lzma_sdk/README.chromium5
1 files changed, 3 insertions, 2 deletions
diff --git a/third_party/lzma_sdk/README.chromium b/third_party/lzma_sdk/README.chromium
index d9aebec..37b74bd 100644
--- a/third_party/lzma_sdk/README.chromium
+++ b/third_party/lzma_sdk/README.chromium
@@ -1,10 +1,11 @@
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