Changeset 3c985d94


Ignore:
Timestamp:
09/08/2005 06:36:24 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:
c5525bc
Parents:
fbe0eec
Message:

Updated to libxml2-2.6.21

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rfbe0eec r3c985d94  
    1 <!ENTITY day          "07">
     1<!ENTITY day          "08">
    22<!ENTITY month        "09">
    33<!ENTITY year         "2005">
     
    7171<!ENTITY fam-version                  "2.7.0">
    7272<!ENTITY libxml-version               "1.8.17">
    73 <!ENTITY libxml2-version              "2.6.20">
     73<!ENTITY libxml2-version              "2.6.21">
    7474<!ENTITY libxslt-version              "1.1.14">
    7575<!ENTITY gmp-version                  "4.1.4">
  • general/genlib/libxml2.xml

    rfbe0eec r3c985d94  
    55  %general-entities;
    66
    7   <!ENTITY libxml2-download-http "http://ftp.gnome.org/pub/GNOME/sources/libxml2/2.6/libxml2-&libxml2-version;.tar.bz2">
    8   <!ENTITY libxml2-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libxml2/2.6/libxml2-&libxml2-version;.tar.bz2">
    9   <!ENTITY libxml2-size "3.0 MB">
    10   <!ENTITY libxml2-md5sum "342f722d1770071be19253f229fef677">
    11   <!ENTITY libxml2-buildsize "79 MB (additional 200 MB to run the testsuite)">
    12   <!ENTITY libxml2-time "0.5-1.1 SBU (additional 0.7 SBU to run the testsuite)">
     7  <!ENTITY libxml2-download-http "http://xmlsoft.org/sources/libxml2-&libxml2-version;.tar.gz">
     8  <!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)">
    1313]>
    1414
     
    5858
    5959    <bridgehead renderas="sect4">Optional</bridgehead>
    60     <para><xref linkend="python"/></para>
     60    <para><xref linkend="python"/> (will create a
     61    <application>Python</application> library module if found) and
     62    <xref linkend="libxslt"/> (not required for the test suite, but used if
     63    found)</para>
     64
     65    <bridgehead renderas="sect4">Optional (Required to Run the Full Suite of
     66    Tests)</bridgehead>
     67    <para><xref linkend="python"/> and <xref linkend="wget"/></para>
    6168
    6269  </sect2>
  • introduction/welcome/changelog.xml

    rfbe0eec r3c985d94  
    4141
    4242-->
     43
     44    <listitem>
     45      <para>September 8th, 2005</para>
     46      <itemizedlist>
     47      <listitem>
     48          <para>[randy] - Updated to libxml2-2.6.21.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
    4353    <listitem>
    4454      <para>September 7th, 2005</para>
    4555      <itemizedlist>
    4656      <listitem>
    47           <para>[richard] - Updated to xscreensaver-4.22.</para>
    48         </listitem>
    49       </itemizedlist>
    50     </listitem>
     57          <para>[richard] - Updated to XScreenSaver-4.22.</para>
     58        </listitem>
     59      </itemizedlist>
     60    </listitem>
     61
    5162    <listitem>
    5263      <para>September 6th, 2005</para>
Note: See TracChangeset for help on using the changeset viewer.