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

Unified Diff: third_party/libxslt/README.chromium

Issue 2634473003: Roll libxslt to 96c9c644f30ed762735802a27784cc522cff1643 (Closed)
Patch Set: Remove hostname from config.log. Created 3 years, 11 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 | « no previous file | third_party/libxslt/libxslt/attributes.c » ('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 7d02fb64834dcf3e8b7b7b4ad38fa803ac227ecc..4515315bd684e0927073a3b525a9378420e9d29f 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: 8345634c5482ca04293ae1862d52fa9dd764aeca
+Version: 96c9c644f30ed762735802a27784cc522cff1643
Security Critical: yes
License: MIT
License File: Copyright
@@ -16,9 +16,6 @@ Modifications:
- Apply patch contributed here:
https://bugs.chromium.org/p/chromium/issues/detail?id=583171#c17
-- Apply patch contributed here:
- https://crbug.com/619006
-
To import a new version:
On Linux, get the latest tar via libxml.org and extract and replace
@@ -28,7 +25,8 @@ 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.
+Patch to not define HAVE_CLOCK_GETTIME, HAVE_ASCTIME, HAVE_LOCALTIME
+or HAVE_MKTIME.
Disable both branches of locale support in libxslt/xsltconfig.h. This
file is shared between all platforms and there is no common locale
@@ -49,3 +47,6 @@ Remove:
python/
tests/
vms/
+
+This roll was done using a script:
+<https://github.com/dominiccooney/blink-tools/blob/bb28df6/roll.py>
« no previous file with comments | « no previous file | third_party/libxslt/libxslt/attributes.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698