| OLD | NEW |
| 1 Name: libxml | 1 Name: libxml |
| 2 URL: http://xmlsoft.org | 2 URL: http://xmlsoft.org |
| 3 Version: 2.9.3 | 3 Version: 2.9.3 |
| 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 - Import https://git.gnome.org/browse/libxml2/commit/?id=a7a94612aa3b16779e2c74e
1fa353b5d9786c602 from upstream | 13 - Import https://git.gnome.org/browse/libxml2/commit/?id=a7a94612aa3b16779e2c74e
1fa353b5d9786c602 from upstream |
| 14 - Add helper classes in chromium/libxml_utils.cc and | 14 - Add helper classes in chromium/libxml_utils.cc and |
| 15 chromium/include/libxml/libxml_utils.h. | 15 chromium/include/libxml/libxml_utils.h. |
| 16 - Include fix for runtime blowups on larger xpath expressions, https://bugzilla.
gnome.org/show_bug.cgi?id=760325 | 16 - Include fix for runtime blowups on larger xpath expressions, https://bugzilla.
gnome.org/show_bug.cgi?id=760325 |
| 17 - Fix printf format specifiers, https://chromium.googlesource.com/chromium/src/+
/d31995076e55f1aac2f935c53b585a90ece27a11 | 17 - Fix printf format specifiers, https://chromium.googlesource.com/chromium/src/+
/d31995076e55f1aac2f935c53b585a90ece27a11 |
| 18 - Add workaround for VS 2015 Update 2 code-gen bug - crbug.com/599427 |
| 18 | 19 |
| 19 To import a new snapshot: | 20 To import a new snapshot: |
| 20 | 21 |
| 21 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/. |
| 22 | 23 |
| 23 Generate config.h, include/libxml/xmlversion.h, and xml2-config: | 24 Generate config.h, include/libxml/xmlversion.h, and xml2-config: |
| 24 | 25 |
| 25 cd linux | 26 cd linux |
| 26 ../src/configure --without-iconv --with-icu --without-ftp --without-http \ | 27 ../src/configure --without-iconv --with-icu --without-ftp --without-http \ |
| 27 --without-lzma | 28 --without-lzma |
| (...skipping 18 matching lines...) Expand all Loading... |
| 46 src/macos/libxml2.mcp.xml.sit.hqx | 47 src/macos/libxml2.mcp.xml.sit.hqx |
| 47 src/os400/ | 48 src/os400/ |
| 48 src/python/ | 49 src/python/ |
| 49 src/result/ | 50 src/result/ |
| 50 src/test/ | 51 src/test/ |
| 51 src/vms/ | 52 src/vms/ |
| 52 src/win32/wince | 53 src/win32/wince |
| 53 src/VxWorks/ | 54 src/VxWorks/ |
| 54 | 55 |
| 55 Update BUILD.gn and libxml.gyp as necessary to add/remove files, etc. | 56 Update BUILD.gn and libxml.gyp as necessary to add/remove files, etc. |
| OLD | NEW |