README.chromium
1Name: libxml
2URL: http://xmlsoft.org
3Version: 55ddccb645e89e636645bc3c120b0e30130addc7
4Revision: 55ddccb645e89e636645bc3c120b0e30130addc7
5CPEPrefix: cpe:/a:xmlsoft:libxml2:2.14.0
6License: MIT
7License File: src/Copyright
8Security Critical: yes
9Shipped: yes
10
11Description:
12
13libxml2 from libxml.org.
14
15Modifications:
16
17- undo-sax-deprecation.patch: Un-deprecate xmlSAXParseMemory because it is used
18 in chromium's copy of maldoca. See https://github.com/google/maldoca/issues/87
19- remove-getentropy.patch: Removes calls to getentropy() and BCrypt because they
20 aren't implemented or don't work on several platforms.
21- Add helper classes in the chromium/ subdirectory.
22- Delete various unused files, see chromium/roll.py
23- Disable various unused libxml features:
24 - LIBXML_AUTOMATA_ENABLED
25 - LIBXML_C14N_ENABLED
26 - LIBXML_CATALOG_ENABLED
27 - LIBXML_DEBUG_ENABLED
28 - LIBXML_DOCB_ENABLED
29 - LIBXML_EXPR_ENABLED
30 - LIBXML_LEGACY_ENABLED
31 - LIBXML_MODULES_ENABLED
32 - LIBXML_REGEXP_ENABLED
33 - LIBXML_SCHEMAS_ENABLED
34 - LIBXML_SCHEMATRON_ENABLED
35 - LIBXML_VALID_ENABLED
36 - LIBXML_XINCLUDE_ENABLED
37 - LIBXML_XPTR_ENABLED
38 - LIBXML_ZLIB_ENABLED
39
40This import was generated by the chromium/roll.py script.
41