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

Unified Diff: third_party/libxslt/README.chromium

Issue 1853083002: Roll libxslt to 891681e3e948f31732229f53cb6db7215f740fc7 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@try-again
Patch Set: Apply different patch for issue 583171. Created 4 years, 8 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/libxslt/NOTES ('k') | third_party/libxslt/README.cvs-commits » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libxslt/README.chromium
diff --git a/third_party/libxslt/README.chromium b/third_party/libxslt/README.chromium
index 138e4eed58242b15d1c8dd21a52e3b8ae56e62f2..056d1961ee974f708960dfb3e8524b75c4a9c0f4 100644
--- a/third_party/libxslt/README.chromium
+++ b/third_party/libxslt/README.chromium
@@ -1,6 +1,6 @@
Name: libxslt
URL: http://xmlsoft.org/XSLT
-Version: 1.1.28
+Version: 891681e3e948f31732229f53cb6db7215f740fc7
Security Critical: yes
License: MIT
License File: Copyright
@@ -12,21 +12,26 @@ libxslt from libxml.org.
Modifications:
- GetFileAttributes -> GetFileAttributesA in libxslt\security.c
-- Cherry-pick
- https://git.gnome.org/browse/libxslt/commit/?id=7cb08dacadf7e1cf88ee2f45815251b61bffcde6
- to fix http://crbug.com/530587.
+- Apply patch contributed here:
+ https://bugs.chromium.org/p/chromium/issues/detail?id=583171#c17
To import a new version:
-On Linux, get the latest tar via libxml.org.
-
-Extract and replace libxslt/ with libxslt-X.Y.Z/
+On Linux, get the latest tar via libxml.org and extract and replace
+libxslt/ with libxslt-X.Y.Z/ or clone git://git.gnome.org/libxslt
+remove .gitignore and archive it.
mkdir linux && cd linux
../configure --without-debug --without-mem-debug --without-debugger --without-plugins --with-libxml-src=../../libxml/linux/
+
Patch to not define HAVE_CLOCK_GETTIME.
+Disable both branches of locale support in libxslt/xsltconfig.h. This
+file is shared between all platforms and there is no common locale
+support. In particular, Android supports neither xlocale nor,
+unsurprisingly, Win32 locales.
+
Do the same on Mac and copy the mac/config.h to Linux.
On Windows:
« no previous file with comments | « third_party/libxslt/NOTES ('k') | third_party/libxslt/README.cvs-commits » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698