Changeset 80b21b2


Ignore:
Timestamp:
07/03/2007 10:56:29 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
977f525
Parents:
4c26a95
Message:

Updated to libxml2-2.6.29

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6832 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r4c26a95 r80b21b2  
    104104<!ENTITY gamin-version                "0.1.8">
    105105<!ENTITY libxml-version               "1.8.17">
    106 <!ENTITY libxml2-version              "2.6.27">
     106<!ENTITY libxml2-version              "2.6.29">
    107107<!ENTITY libxslt-version              "1.1.20">
    108108<!ENTITY libgtkhtml-version           "2.11.0">
  • general/genlib/libxml2.xml

    r4c26a95 r80b21b2  
    1010-->
    1111  <!ENTITY libxml2-download-ftp  "ftp://xmlsoft.org/libxml2/libxml2-&libxml2-version;.tar.gz">
    12   <!ENTITY libxml2-md5sum        "f5806f5059ef7bd4d3fcf36cf116d1ef">
    13   <!ENTITY libxml2-size          "4.5 MB">
    14   <!ENTITY libxml2-buildsize     "85 MB (additional 180 MB to run the test suite)">
     12  <!ENTITY libxml2-md5sum        "8b99b6e8b08e838438d9e6b639d79ebd">
     13  <!ENTITY libxml2-size          "4.7 MB">
     14  <!ENTITY libxml2-buildsize     "85 MB (additional 184 MB to run the test suite)">
    1515  <!ENTITY libxml2-time          "1.2 SBU (additional 1.0 SBU to run the test suite)">
    1616]>
     
    9191    commands:</para>
    9292
    93 <screen><userinput>sed -i 's/@TAR@/&amp; --wildcards/' xstc/Makefile.in &amp;&amp;
    94 ./configure --prefix=/usr &amp;&amp;
     93<screen><userinput>./configure --prefix=/usr &amp;&amp;
    9594make</userinput></screen>
    9695
     
    106105    <title>Command Explanations</title>
    107106
    108     <para><command>sed -i '...' xstc/Makefile.in</command>: This command is
     107    <!-- <para><command>sed -i '...' xstc/Makefile.in</command>: This command is
    109108    used to add a new parameter required by recent versions of
    110109    <command>tar</command>. Without this command, the test suite will not
    111     complete properly.</para>
     110    complete properly.</para> -->
    112111
    113112    <para><parameter>--with-history</parameter>: If this option is used, it
  • introduction/welcome/changelog.xml

    r4c26a95 r80b21b2  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to libxml2-2.6.29.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to Python-2.5.1.</para>
    4952        </listitem>
Note: See TracChangeset for help on using the changeset viewer.