Changeset 437700ae


Ignore:
Timestamp:
10/05/2005 05:33:06 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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:
bdfbc51
Parents:
5a50d8a
Message:

Updated to libxml2-2.6.22

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r5a50d8a r437700ae  
    7171<!ENTITY fam-version                  "2.7.0">
    7272<!ENTITY libxml-version               "1.8.17">
    73 <!ENTITY libxml2-version              "2.6.21">
     73<!ENTITY libxml2-version              "2.6.22">
    7474<!ENTITY libxslt-version              "1.1.15">
    7575<!ENTITY gmp-version                  "4.1.4">
  • general/genlib/libxml2.xml

    r5a50d8a r437700ae  
    77  <!ENTITY libxml2-download-http "http://xmlsoft.org/sources/libxml2-&libxml2-version;.tar.gz">
    88  <!ENTITY libxml2-download-ftp  "ftp://xmlsoft.org/libxml2-&libxml2-version;.tar.gz">
    9   <!ENTITY libxml2-size          "4.2 MB">
    10   <!ENTITY libxml2-md5sum        "131f2d98ed75ec1dc118783a21104107">
    11   <!ENTITY libxml2-buildsize     "78 MB (additional 183 MB to run the test suite)">
    12   <!ENTITY libxml2-time          "1.2 SBU (additional 0.8 SBU to run the test suite)">
     9  <!ENTITY libxml2-size          "4.4 MB">
     10  <!ENTITY libxml2-md5sum        "1db8d06b4f49a665a8f47dc6d94450e6">
     11  <!ENTITY libxml2-buildsize     "83.3 MB (additional 183 MB to run the test suite)">
     12  <!ENTITY libxml2-time          "1.3 SBU (additional 0.8 SBU to run the test suite)">
    1313]>
    1414
     
    2121  </sect1info>
    2222
    23   <title>Libxml2-&libxml2-version;</title>
     23  <title>libxml2-&libxml2-version;</title>
    2424
    2525  <indexterm zone="libxml2">
     
    2828
    2929  <sect2 role="package">
    30     <title>Introduction to Libxml2</title>
     30    <title>Introduction to libxml2</title>
    3131
    3232    <para>The <application>libxml2</application> package contains
     
    5555    </itemizedlist>
    5656
    57     <bridgehead renderas="sect3">Libxml2 Dependencies</bridgehead>
     57    <bridgehead renderas="sect3">libxml2 Dependencies</bridgehead>
    5858
    5959    <bridgehead renderas="sect4">Optional</bridgehead>
     
    7070
    7171  <sect2 role="installation">
    72     <title>Installation of Libxml2</title>
     72    <title>Installation of libxml2</title>
    7373
    7474    <para>Install <application>libxml2</application> by running the following
     
    106106        <seg>libxml2.[so,a] and optionally, the libxml2mod.[so,a]
    107107        <application>Python</application> module</seg>
    108         <seg>/usr/include/libxml2, /usr/share/doc/libxml2-&libxml2-version;, and
    109         /usr/share/doc/libxml2-python-&libxml2-version;</seg>
     108        <seg>/usr/include/libxml2, /usr/share/doc/libxml2-&libxml2-version;,
     109        /usr/share/doc/libxml2-python-&libxml2-version; and
     110        /usr/share/gtk-doc/html/libxml2</seg>
    110111      </seglistitem>
    111112    </segmentedlist>
  • introduction/welcome/changelog.xml

    r5a50d8a r437700ae  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to libxml2-2.6.22.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Added the --disable-error-on-warning parameter to the
    4952          GnuCash configure command as using GCC-4.0.x will generate warnings
Note: See TracChangeset for help on using the changeset viewer.