Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: third_party/lzma_sdk/README.chromium

Issue 1700453002: Update lzma_sdk sources to 15.14. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Chromium modifications Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/lzma_sdk/Precomp.h ('k') | third_party/lzma_sdk/Types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/lzma_sdk/README.chromium
diff --git a/third_party/lzma_sdk/README.chromium b/third_party/lzma_sdk/README.chromium
index 9adc1941f816b4ae2a71f21bddf25ecfff45283b..4b2106be952d833d535fadc984a88a245ac8013a 100644
--- a/third_party/lzma_sdk/README.chromium
+++ b/third_party/lzma_sdk/README.chromium
@@ -1,25 +1,18 @@
Name: LZMA SDK
Short Name: lzma
URL: http://www.7-zip.org/sdk.html
-Version: 9.20
+Version: 15.14
+Date: 2015-12-31
+License: Public Domain
Security Critical: yes
-License: Public domain
Description:
-This contains a part of LZMA SDK 9.20.
+This contains a part of LZMA SDK 15.14.
+Local Modifications:
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.
+compression has been included.
-The patch in chromium.patch was applied to CpuArch.c to fix compile error on
-32bit Linux (when compiled with -fPIC).
-
-2013-06-14: The patch was updated to fix register corruption that can occur on
-64-bit platforms.
-
-2013-07-17: The patch was updated to fix register clobbering that occurred on
-Mac builds (but in principle can occur anywhere).
-
-An #include <stdlib.h> needs to be added to CpuArch.h to avoid a warning on
-Win32.
+The patch in chromium.patch was applied to CpuArch.c to fix register corruption
+that can occur on 64-bit platforms and register clobbering that occurred on Mac
+builds (but in principle can occur anywhere).
« no previous file with comments | « third_party/lzma_sdk/Precomp.h ('k') | third_party/lzma_sdk/Types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698