OLD | NEW |
1 Name: libxml | 1 Name: libxml |
2 URL: http://xmlsoft.org | 2 URL: http://xmlsoft.org |
3 Version: 2.7.7 | 3 Version: 2.7.7 |
4 License File: src/COPYING | 4 License File: src/COPYING |
5 Security Critical: yes | 5 Security Critical: yes |
6 | 6 |
7 Description: | 7 Description: |
8 The src/ directory contains a partial snapshot of the libxml library | 8 The src/ directory contains a partial snapshot of the libxml library |
9 with the patches in the patches/ directories applied. | 9 with the patches in the patches/ directories applied. |
10 See the files in that directory for discussion of their effects. | 10 See the files in that directory for discussion of their effects. |
11 | 11 |
12 Current version: 2.7.7. | 12 Current version: 2.7.7. |
13 | 13 |
14 Modifications: | 14 Modifications: |
15 - Import XPath fix http://git.gnome.org/browse/libxml2/commit/?id=91d19754d46acd
4a639a8b9e31f50f31c78f8c9c | 15 - Import XPath fix http://git.gnome.org/browse/libxml2/commit/?id=91d19754d46acd
4a639a8b9e31f50f31c78f8c9c |
16 - Import follow-on for above commit: http://git.gnome.org/browse/libxml2/commit/
?id=ea90b894146030c214a7df6d8375310174f134b9 | 16 - Import follow-on for above commit: http://git.gnome.org/browse/libxml2/commit/
?id=ea90b894146030c214a7df6d8375310174f134b9 |
17 - Import additional XPath fix http://git.gnome.org/browse/libxml2/commit/?id=df8
3c17e5a2646bd923f75e5e507bc80d73c9722 | 17 - Import additional XPath fix http://git.gnome.org/browse/libxml2/commit/?id=df8
3c17e5a2646bd923f75e5e507bc80d73c9722 |
18 - Import follow-on fix for above commit: http://git.gnome.org/browse/libxml2/com
mit/?id=fec31bcd452e77c10579467ca87a785b41115de6 | 18 - Import follow-on fix for above commit: http://git.gnome.org/browse/libxml2/com
mit/?id=fec31bcd452e77c10579467ca87a785b41115de6 |
19 - And a follow-on fix to the previous two fixes, commit upstream is pending. | 19 - And a follow-on fix to the previous two fixes, commit upstream is pending. |
| 20 - Add a fix for handling of unknown namespaces, commit upstream is pending. |
20 | 21 |
21 To import a new snapshot of libxml: | 22 To import a new snapshot of libxml: |
22 | 23 |
23 - Visit http://xmlsoft.org/downloads.html and download the latest source | 24 - Visit http://xmlsoft.org/downloads.html and download the latest source |
24 distribution. | 25 distribution. |
25 - Copy the files into this directory, omitting files which have been omitted | 26 - Copy the files into this directory, omitting files which have been omitted |
26 here. E.g.: for i in $(find . -type f); do cp ../libxml-newver/$i $i; done | 27 here. E.g.: for i in $(find . -type f); do cp ../libxml-newver/$i $i; done |
27 This should clobber all local changes to this directory. | 28 This should clobber all local changes to this directory. |
28 - Apply the patches in patches/ and fix any problems. | 29 - Apply the patches in patches/ and fix any problems. |
29 UPDATE THOSE PATCHES OR EVAN WILL HUNT YOU DOWN. | 30 UPDATE THOSE PATCHES OR EVAN WILL HUNT YOU DOWN. |
30 - On a Linux system, | 31 - On a Linux system, |
31 $ cd linux | 32 $ cd linux |
32 $ ../configure --without-iconv --without-ftp --without-http | 33 $ ../configure --without-iconv --without-ftp --without-http |
33 to generate config.h and include/libxml/xmlversion.h for Linux. | 34 to generate config.h and include/libxml/xmlversion.h for Linux. |
34 - On a Mac, | 35 - On a Mac, |
35 $ cd mac | 36 $ cd mac |
36 $ ../configure --without-iconv --without-ftp --without-http | 37 $ ../configure --without-iconv --without-ftp --without-http |
37 to generate config.h and include/libxml/xmlversion.h for Macs. | 38 to generate config.h and include/libxml/xmlversion.h for Macs. |
38 - On Windows, run build/generate-win32-headers.bat to re-generate config.h and | 39 - On Windows, run build/generate-win32-headers.bat to re-generate config.h and |
39 include/libxml/xmlversion.h for Windows builds. | 40 include/libxml/xmlversion.h for Windows builds. |
40 - Update this README to reflect the new version number. | 41 - Update this README to reflect the new version number. |
OLD | NEW |