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 | 5 |
6 Description: | 6 Description: |
7 This directory contains a partial snapshot of the libxslt library | 7 This directory contains a partial snapshot of the libxslt library |
8 with the following modification: | 8 with the following modification: |
9 | 9 |
10 1) Modified win32/configure.js to be able to clobber a read-only Makefile | 10 1) Modified win32/configure.js to be able to clobber a read-only Makefile |
(...skipping 22 matching lines...) Expand all Loading... |
33 | 33 |
34 4) Modified xsltconfig.h options: | 34 4) Modified xsltconfig.h options: |
35 - Change LIBXSLT_VERSION_EXTRA define to "" | 35 - Change LIBXSLT_VERSION_EXTRA define to "" |
36 - Change the DEBUG_MEMORY define to #if 0 | 36 - Change the DEBUG_MEMORY define to #if 0 |
37 - Change the WITH_MODULES define to #if 0 | 37 - Change the WITH_MODULES define to #if 0 |
38 - Change the "Locale support" section to #if 0 | 38 - Change the "Locale support" section to #if 0 |
39 - For good measure, change the LIBXSLT_DEFAULT_PLUGINS_PATH() define to "NULL" | 39 - For good measure, change the LIBXSLT_DEFAULT_PLUGINS_PATH() define to "NULL" |
40 | 40 |
41 Current version: 1.1.26, plus the following patches: | 41 Current version: 1.1.26, plus the following patches: |
42 - A fix to get more compact generated IDs (http://git.gnome.org/browse/libxslt/c
ommit/?id=ecb6bcb8d1b7e44842edde3929f412d46b40c89f) | 42 - A fix to get more compact generated IDs (http://git.gnome.org/browse/libxslt/c
ommit/?id=ecb6bcb8d1b7e44842edde3929f412d46b40c89f) |
43 - Import pattern parsing fix for commit: http://git.gnome.org/browse/libxslt/com
mit/?id=fe5a4fa33eb85bce3253ed3742b1ea6c4b59b41b | 43 - Import pattern parsing fix for commit: http://git.gnome.org/browse/libxslt/com
mit/?id=fe5a4fa33eb85bce3253ed3742b1ea6c4b59b41b |
| 44 - A fix for XSLT node checking (from upstream, commit pending). |
44 | 45 |
45 | 46 |
46 To import a new snapshot of libxslt: | 47 To import a new snapshot of libxslt: |
47 | 48 |
48 - Visit http://xmlsoft.org/XSLT/downloads.html and download the latest source | 49 - Visit http://xmlsoft.org/XSLT/downloads.html and download the latest source |
49 distribution. | 50 distribution. |
50 - Copy the files into this directory, omitting files which have been omitted | 51 - Copy the files into this directory, omitting files which have been omitted |
51 here. | 52 here. |
52 - Run build/generate-win32-headers.bat to re-generate the configuration | 53 - Run build/generate-win32-headers.bat to re-generate the configuration |
53 headers. | 54 headers. |
54 - On Linux, 'cd linux && sh ../configure --with-libxml-src=../../libxml/linux/' | 55 - On Linux, 'cd linux && sh ../configure --with-libxml-src=../../libxml/linux/' |
55 to re-generate configuration headers. | 56 to re-generate configuration headers. |
56 - On Mac, 'cd mac && sh ../configure --with-libxml-src=../../libxml/mac/' | 57 - On Mac, 'cd mac && sh ../configure --with-libxml-src=../../libxml/mac/' |
57 to re-generate configuration headers. | 58 to re-generate configuration headers. |
58 - Perform the modification above. | 59 - Perform the modification above. |
59 - Update this README to reflect the new version number. | 60 - Update this README to reflect the new version number. |
60 - When creating your CL, make sure to "svn add" any new source files, but | 61 - When creating your CL, make sure to "svn add" any new source files, but |
61 don't ever add in the files not needed for the Chromium build. (e.g. | 62 don't ever add in the files not needed for the Chromium build. (e.g. |
62 Changelog, configure, etc) -- these are just bloat. | 63 Changelog, configure, etc) -- these are just bloat. |
OLD | NEW |