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