| OLD | NEW |
| 1 Name: libxslt | 1 Name: libxslt |
| 2 URL: http://xmlsoft.org/XSLT | 2 URL: http://xmlsoft.org/XSLT |
| 3 Version: 1.1.26 | 3 Version: 1.1.26 |
| 4 Security Critical: yes | 4 Security Critical: yes |
| 5 License: MIT |
| 5 | 6 |
| 6 Description: | 7 Description: |
| 7 This directory contains a partial snapshot of the libxslt library | 8 This directory contains a partial snapshot of the libxslt library |
| 8 with the following modification: | 9 with the following modification: |
| 9 | 10 |
| 10 1) Modified win32/configure.js to be able to clobber a read-only Makefile | 11 1) Modified win32/configure.js to be able to clobber a read-only Makefile |
| 11 This consists of: | 12 This consists of: |
| 12 replace --- | 13 replace --- |
| 13 fso.CopyFile(makefile, ".\\Makefile", true); | 14 fso.CopyFile(makefile, ".\\Makefile", true); |
| 14 with --- | 15 with --- |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 headers. | 57 headers. |
| 57 - On Linux, 'cd linux && sh ../configure --with-libxml-src=../../libxml/linux/' | 58 - On Linux, 'cd linux && sh ../configure --with-libxml-src=../../libxml/linux/' |
| 58 to re-generate configuration headers. | 59 to re-generate configuration headers. |
| 59 - On Mac, 'cd mac && sh ../configure --with-libxml-src=../../libxml/mac/' | 60 - On Mac, 'cd mac && sh ../configure --with-libxml-src=../../libxml/mac/' |
| 60 to re-generate configuration headers. | 61 to re-generate configuration headers. |
| 61 - Perform the modification above. | 62 - Perform the modification above. |
| 62 - Update this README to reflect the new version number. | 63 - Update this README to reflect the new version number. |
| 63 - When creating your CL, make sure to "svn add" any new source files, but | 64 - When creating your CL, make sure to "svn add" any new source files, but |
| 64 don't ever add in the files not needed for the Chromium build. (e.g. | 65 don't ever add in the files not needed for the Chromium build. (e.g. |
| 65 Changelog, configure, etc) -- these are just bloat. | 66 Changelog, configure, etc) -- these are just bloat. |
| OLD | NEW |