OLD | NEW |
1 Name: libxml | 1 Name: libxml |
2 URL: http://xmlsoft.org | 2 URL: http://xmlsoft.org |
3 Version: 8effcb578e0590cc01bbcab0f9dccefc6bdbcdbd | 3 Version: bdec2183f34b37ee89ae1d330c6ad2bb4d76605f |
4 License: MIT | 4 License: MIT |
5 License File: src/Copyright | 5 License File: src/Copyright |
6 Security Critical: yes | 6 Security Critical: yes |
7 | 7 |
8 Description: | 8 Description: |
9 | 9 |
10 libxml2 from libxml.org. | 10 libxml2 from libxml.org. |
11 | 11 |
12 Modifications: | 12 Modifications: |
13 - Add helper classes in chromium/libxml_utils.cc and | 13 - Add helper classes in chromium/libxml_utils.cc and |
14 chromium/include/libxml/libxml_utils.h. | 14 chromium/include/libxml/libxml_utils.h. |
15 - Fix printf format specifiers, https://chromium.googlesource.com/chromium/src/+
/d31995076e55f1aac2f935c53b585a90ece27a11 | 15 - Fix printf format specifiers, https://chromium.googlesource.com/chromium/src/+
/d31995076e55f1aac2f935c53b585a90ece27a11 |
16 - Add second workaround for VS 2015 Update 2 code-gen bug - crbug.com/599427 | 16 - Add second workaround for VS 2015 Update 2 code-gen bug - crbug.com/599427 |
17 - Add patch from https://bugzilla.gnome.org/show_bug.cgi?id=758588 for | |
18 https://crbug.com/595262#c16 | |
19 - Fix integer overflow https://crbug.com/602280 | |
20 | 17 |
21 This import was generated by this script: https://goo.gl/Y75Cpf | 18 This import was generated by this script: https://goo.gl/72CTWf |
22 | 19 |
23 To import a new snapshot: | 20 To import a new snapshot: |
24 | 21 |
25 On Linux, get the latest tar, untar, and replace src/ with libxml2-X.Y.Z/. | 22 On Linux, get the latest tar, untar, and replace src/ with libxml2-X.Y.Z/. |
26 | 23 |
27 Generate config.h, include/libxml/xmlversion.h, and xml2-config: | 24 Generate config.h, include/libxml/xmlversion.h, and xml2-config: |
28 | 25 |
29 cd linux | 26 cd linux |
30 ../src/configure --without-iconv --with-icu --without-ftp --without-http \ | 27 ../src/configure --without-iconv --with-icu --without-ftp --without-http \ |
31 --without-lzma | 28 --without-lzma |
(...skipping 15 matching lines...) Expand all Loading... |
47 src/macos/libxml2.mcp.xml.sit.hqx | 44 src/macos/libxml2.mcp.xml.sit.hqx |
48 src/os400/ | 45 src/os400/ |
49 src/python/ | 46 src/python/ |
50 src/result/ | 47 src/result/ |
51 src/test/ | 48 src/test/ |
52 src/vms/ | 49 src/vms/ |
53 src/win32/wince | 50 src/win32/wince |
54 src/VxWorks/ | 51 src/VxWorks/ |
55 | 52 |
56 Update BUILD.gn and libxml.gyp as necessary to add/remove files, etc. | 53 Update BUILD.gn and libxml.gyp as necessary to add/remove files, etc. |
OLD | NEW |