Updated to libxml2-2.6.27

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6650 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2007-02-16 16:51:25 +00:00
parent 05dbc9e108
commit cfcdadb226
3 changed files with 14 additions and 5 deletions

View File

@ -97,7 +97,7 @@ $Date$
<!ENTITY slang-version "2.0.7">
<!ENTITY gamin-version "0.1.7">
<!ENTITY libxml-version "1.8.17">
<!ENTITY libxml2-version "2.6.26">
<!ENTITY libxml2-version "2.6.27">
<!ENTITY libxslt-version "1.1.17">
<!ENTITY libgtkhtml-version "2.11.0">
<!ENTITY gmp-version "4.2">

View File

@ -9,10 +9,10 @@
<!ENTITY libxml2-download-http "http://xmlsoft.org/libxml2/libxml2-&libxml2-version;.tar.gz">
-->
<!ENTITY libxml2-download-ftp "ftp://xmlsoft.org/libxml2/libxml2-&libxml2-version;.tar.gz">
<!ENTITY libxml2-md5sum "f5806f5059ef7bd4d3fcf36cf116d1ef">
<!ENTITY libxml2-size "4.5 MB">
<!ENTITY libxml2-md5sum "2d8d3805041edab967368b497642f981">
<!ENTITY libxml2-buildsize "84 MB (additional 183 MB to run the test suite)">
<!ENTITY libxml2-time "1.3 SBU (additional 0.9 SBU to run the test suite)">
<!ENTITY libxml2-buildsize "85 MB (additional 180 MB to run the test suite)">
<!ENTITY libxml2-time "1.2 SBU (additional 1.0 SBU to run the test suite)">
]>
<sect1 id="libxml2" xreflabel="libxml2-&libxml2-version;">
@ -90,7 +90,8 @@
<para>Install <application>libxml2</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
<screen><userinput>sed -i 's|/bin/tar|&amp; --wildcards|' xstc/Makefile &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para>
@ -104,6 +105,11 @@ make</userinput></screen>
<sect2 role="commands">
<title>Command Explanations</title>
<para><command>sed -i '...' xstc/Makefile</command>: This command is used
to add a new parameter required by recent versions of
<command>tar</command>. Without this command, the test suite will not
complete properly.</para>
<para><parameter>--with-history</parameter>: If this option is used, it
enables <application>readline</application> support when running
xmlcatalog in shell mode.</para>

View File

@ -44,6 +44,9 @@
<listitem>
<para>February 16th, 2007</para>
<itemizedlist>
<listitem>
<para>[randy] - Updated to libxml2-2.6.27.</para>
</listitem>
<listitem>
<para>[randy] - Fixed a broken documentation installation command
in the libpng instructions, thanks to Nathan Coulson for the