Changeset 9a788838


Ignore:
Timestamp:
11/05/2010 12:02:08 AM (13 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
208950b
Parents:
cd42a255
Message:

Update libxml2.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rcd42a255 r9a788838  
    144144<!ENTITY slang-version                "2.2.2">
    145145<!ENTITY gamin-version                "0.1.10">
    146 <!ENTITY libxml2-version              "2.7.6">
     146<!ENTITY libxml2-version              "2.7.7">
    147147<!ENTITY libxslt-version              "1.1.26">
    148148<!ENTITY libgtkhtml-version           "2.11.1">
  • general/genlib/libxml2.xml

    rcd42a255 r9a788838  
    77  <!ENTITY libxml2-download-http "http://xmlsoft.org/sources/libxml2-&libxml2-version;.tar.gz">
    88  <!ENTITY libxml2-download-ftp  "ftp://xmlsoft.org/libxml2/libxml2-&libxml2-version;.tar.gz">
    9   <!ENTITY libxml2-md5sum        "7740a8ec23878a2f50120e1faa2730f2">
     9  <!ENTITY libxml2-md5sum        "9abc9959823ca9ff904f1fbcf21df066">
    1010  <!ENTITY libxml2-size          "4.7 MB">
    11   <!ENTITY libxml2-buildsize     "113 MB (additional 19 MB to run the full test suite)">
    12   <!ENTITY libxml2-time          "1.2 SBU (additional 0.3 SBU to run the full test suite)">
     11  <!ENTITY libxml2-buildsize     "104 MB (additional 25 MB to run the full test suite)">
     12  <!ENTITY libxml2-time          "1.1 SBU (additional 0.2 SBU to run the full test suite)">
    1313]>
    1414
     
    3333    XML libraries. These are useful for parsing XML files.</para>
    3434
    35     &lfs65_checked;
     35    &lfs67_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    5757    </itemizedlist>
    5858
    59     <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     59    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6060    <itemizedlist spacing='compact'>
    6161      <listitem>
    6262        <para>Optional Testsuite: <ulink
    63           url="http://www.w3.org/XML/Test/xmlts20080205.tar.gz"/> - This
    64           enables <command>make check</command> to do complete testing. Note
     63          url="http://www.w3.org/XML/Test/xmlts20080827.tar.gz"/> - This
     64          enables <command>make check</command> to do complete testing.
     65          <!-- /* I can't find any documented reason not to use latest instead
     66          of 20080205 */     Note
    6567          that this is <emphasis>not</emphasis> the latest version of the
    66           testsuite, but it is the one specified by the developers.</para>
    67       </listitem>
    68     </itemizedlist> -->
     68          testsuite, but it is the one specified by the developers.--></para>
     69      </listitem>
     70    </itemizedlist>
    6971
    7072    <bridgehead renderas="sect3">libxml2 Dependencies</bridgehead>
     
    9395    <title>Installation of libxml2</title>
    9496
    95     <!-- <para>If you downloaded the testsuite, issue the following command:</para>
    96 
    97 <screen><userinput>tar xf ../xmlts20080205.tar.gz</userinput></screen> -->
     97    <para>If you downloaded the testsuite, issue the following command:</para>
     98
     99<screen><userinput>tar xf ../xmlts20080827.tar.gz</userinput></screen>
    98100
    99101    <para>Install <application>libxml2</application> by running the following
     
    103105make</userinput></screen>
    104106
    105     <para>To test the results, issue: <command>make check</command>.</para>
     107    <para>To test the results, issue: <command>make check</command>. If you have
     108    installed <application>Python</application> this will conclude by reporting
     109    a failure in the regression tests.  The extended testsuite runs near the end
     110    of the tests, it will report a count of errors, and then report how many are
     111    expected.</para>
    106112
    107113    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • introduction/welcome/changelog.xml

    rcd42a255 r9a788838  
    5050          documentation directory, and modified permissions of library files
    5151          to standards.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[ken] - Updated to libxml2-2.7.7 (fixes ticket
     55          <ulink url="&blfs-ticket-root;3081">#3081</ulink>)</para>
    5256        </listitem>
    5357      </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.