Changeset 5da63eb


Ignore:
Timestamp:
12/23/2008 11:58:13 PM (15 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:
bf1b5bf9
Parents:
f9a784a
Message:

update libxml2

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rf9a784a r5da63eb  
    103103<!ENTITY slang-version                "2.1.3">
    104104<!ENTITY gamin-version                "0.1.9">
    105 <!ENTITY libxml2-version              "2.6.31">
     105<!ENTITY libxml2-version              "2.7.2">
    106106<!ENTITY libxslt-version              "1.1.24">
    107107<!ENTITY libgtkhtml-version           "2.11.1">
  • general/genlib/libxml2.xml

    rf9a784a r5da63eb  
    88  <!ENTITY libxml2-download-http "http://xmlsoft.org/sources/libxml2-&libxml2-version;.tar.gz">
    99  <!ENTITY libxml2-download-ftp  "ftp://xmlsoft.org/libxml2/libxml2-&libxml2-version;.tar.gz">
    10   <!ENTITY libxml2-md5sum        "714b0683b1ec4bdc63bc356d729f9b18">
    11   <!ENTITY libxml2-size          "4.7 MB">
    12   <!ENTITY libxml2-buildsize     "85 MB (additional 184 MB to run the test suite)">
    13   <!ENTITY libxml2-time          "1.3 SBU (additional 1.0 SBU to run the test suite)">
     10  <!ENTITY libxml2-md5sum        " md5 dc43ff7ae6aded45f578c87b7b0c8766">
     11  <!ENTITY libxml2-size          "4.6 MB">
     12  <!ENTITY libxml2-buildsize     "89 MB (additional 23 MB to run the full test suite)">
     13  <!ENTITY libxml2-time          "1.4 SBU (additional 0.4 SBU to run the full test suite)">
    1414]>
    1515
     
    5353      <listitem>
    5454        <para>Estimated build time: &libxml2-time;</para>
     55      </listitem>
     56    </itemizedlist>
     57
     58    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     59    <itemizedlist spacing='compact'>
     60      <listitem>
     61        <para>Optional Testsuite: <ulink
     62          url="http://www.w3.org/XML/Test/xmlts20080205.tar"/> - this
     63          enables <command>make check</command> to do fuller testing. Note that
     64          the package will point you to this if you try to run the command
     65          without providing it, but the <filename>.tar.gz</filename> version is
     66          not downloadable, Also note this is <emphasis>not</emphasis> the
     67          latest version of the testsuite.</para>
    5568      </listitem>
    5669    </itemizedlist>
     
    8699    <title>Installation of libxml2</title>
    87100
     101    <para>If you downloaded the testsuite, untar it in libxml2-&libxml2-version;.</para>
     102
    88103    <para>Install <application>libxml2</application> by running the following
    89104    commands:</para>
     
    120135      <option>show-all-if-available</option> turned on.</para>
    121136    </caution>
     137
     138    <para><parameter>--enable-shared --disable-static</parameter>: This pair
     139    of switches prevents the static libraries in this package from being
     140    built and installed.</para>
    122141
    123142  </sect2>
  • introduction/welcome/changelog.xml

    rf9a784a r5da63eb  
    4747          <para>[thomas] - Fixed some inaccuracies in dhcpcd.</para>
    4848        </listitem>
     49        <listitem>
     50          <para>[ken] - Updated to libxml2-2.7.2.</para>
     51        </listitem>
    4952      </itemizedlist>
    5053    </listitem>
Note: See TracChangeset for help on using the changeset viewer.