Updated to libxml2-2.6.26 and libxslt-1.1.17

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6269 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2006-08-03 23:10:38 +00:00
parent ada64bf0d2
commit 2fb9a19274
4 changed files with 26 additions and 15 deletions

View File

@ -1,8 +1,8 @@
<!ENTITY day "03"> <!-- Always 2 digits -->
<!ENTITY day "04"> <!-- Always 2 digits -->
<!ENTITY month "08"> <!-- Always 2 digits -->
<!ENTITY year "2006">
<!ENTITY version "svn-&year;&month;&day;">
<!ENTITY releasedate "August &day;rd, &year;">
<!ENTITY releasedate "August &day;th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "stable"> <!-- version|stable|testing|unstable|development] -->
@ -88,8 +88,8 @@
<!ENTITY slang-version "2.0.6">
<!ENTITY gamin-version "0.1.7">
<!ENTITY libxml-version "1.8.17">
<!ENTITY libxml2-version "2.6.24">
<!ENTITY libxslt-version "1.1.16">
<!ENTITY libxml2-version "2.6.26">
<!ENTITY libxslt-version "1.1.17">
<!ENTITY libgtkhtml-version "2.11.0">
<!ENTITY gmp-version "4.2">
<!ENTITY gdbm-version "1.8.3">

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-size "4.3 MB">
<!ENTITY libxml2-md5sum "a0e913c13b5ddbd336fcca7104da6583">
<!ENTITY libxml2-buildsize "82 MB (additional 187 MB to run the test suite)">
<!ENTITY libxml2-time "1.2 SBU (additional 1.5 SBU to run the test suite)">
<!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)">
]>
<sect1 id="libxml2" xreflabel="libxml2-&libxml2-version;">

View File

@ -9,9 +9,9 @@
<!ENTITY libxslt-download-http "http://xmlsoft.org/libxslt/libxslt-&libxslt-version;.tar.gz">
-->
<!ENTITY libxslt-download-ftp "ftp://xmlsoft.org/libxslt/libxslt-&libxslt-version;.tar.gz">
<!ENTITY libxslt-md5sum "8cfa382264be71b101bc2ff04d028df4">
<!ENTITY libxslt-size "2.6 MB">
<!ENTITY libxslt-buildsize "37.3 MB">
<!ENTITY libxslt-md5sum "fde6a7a93c0eb14cba628692fa3a1000">
<!ENTITY libxslt-size "2.7 MB">
<!ENTITY libxslt-buildsize "37.6 MB">
<!ENTITY libxslt-time "0.3 SBU">
]>
@ -82,8 +82,7 @@
<para>Install <application>libxslt</application> by running the following
commands:</para>
<screen><userinput>sed -i "s/\$(PYTHON_SITE_PACKAGES)/'&amp;'/" configure &amp;&amp;
./configure --prefix=/usr &amp;&amp;
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para>
@ -94,7 +93,7 @@ make</userinput></screen>
</sect2>
<sect2 role="commands">
<!-- <sect2 role="commands">
<title>Command Explanations</title>
<para><command>sed -i "s/\$(PYTHON_SITE_PACKAGES)/'&amp;'/"
@ -102,7 +101,7 @@ make</userinput></screen>
removed in this release. This command puts the quotes back in so that
the variable is not interpreted as a shell command.</para>
</sect2>
</sect2> -->
<sect2 role="content">
<title>Contents</title>

View File

@ -41,6 +41,18 @@
-->
<listitem>
<para>August 4th, 2006</para>
<itemizedlist>
<listitem>
<para>[randy] - Updated to libxslt-1.1.17.</para>
</listitem>
<listitem>
<para>[randy] - Updated to libxml2-2.6.26.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>August 3rd, 2006</para>
<itemizedlist>