Changeset a270244


Ignore:
Timestamp:
02/16/2009 03:53:38 PM (15 years ago)
Author:
Randy McMurchy <randy@…>
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:
879d269
Parents:
bca744f
Message:

Updated to libxml2-2.7.3

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rbca744f ra270244  
    104104<!ENTITY slang-version                "2.1.4">
    105105<!ENTITY gamin-version                "0.1.9">
    106 <!ENTITY libxml2-version              "2.7.2">
     106<!ENTITY libxml2-version              "2.7.3">
    107107<!ENTITY libxslt-version              "1.1.24">
    108108<!ENTITY libgtkhtml-version           "2.11.1">
  • general/genlib/libxml2.xml

    rbca744f ra270244  
    55  %general-entities;
    66
    7   <!-- <!ENTITY libxml2-download-http "&gnome-download-http;/libxml2/2.6/libxml2-&libxml2-version;.tar.gz"> -->
    87  <!ENTITY libxml2-download-http "http://xmlsoft.org/sources/libxml2-&libxml2-version;.tar.gz">
    98  <!ENTITY libxml2-download-ftp  "ftp://xmlsoft.org/libxml2/libxml2-&libxml2-version;.tar.gz">
    10   <!ENTITY libxml2-md5sum        "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)">
     9  <!ENTITY libxml2-md5sum        "8f4fda3969237c2a33bdb1583b5d06b2">
     10  <!ENTITY libxml2-size          "4.7 MB">
     11  <!ENTITY libxml2-buildsize     "116 MB (additional 21 MB to run the full test suite)">
     12  <!ENTITY libxml2-time          "1.4 SBU (additional 0.3 SBU to run the full test suite)">
    1413]>
    1514
     
    6059      <listitem>
    6160        <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>
     61          url="http://www.w3.org/XML/Test/xmlts20080205.tar.gz"/> - This
     62          enables <command>make check</command> to do complete testing. Note
     63          that this is <emphasis>not</emphasis> the latest version of the
     64          testsuite, but it is the one specified by the developers.</para>
    6865      </listitem>
    6966    </itemizedlist>
     
    7269
    7370    <bridgehead renderas="sect4">Optional</bridgehead>
    74     <para role="optional"><xref linkend="libxslt"/> (used for the test suite
    75     if found, but not required) and <xref linkend="python"/> (will install a
    76     <application>Python</application> library module if found)</para>
    77 
    78     <bridgehead renderas="sect4">Optional (Required to Run the Full Suite of
    79     Tests)</bridgehead>
    80     <para role="optional"><xref linkend="python"/> and
    81     <xref linkend="wget"/></para>
     71    <para role="optional"><xref linkend="python"/> (to build and install a
     72    <application>Python</application> library module, additionally it is
     73    required to run the full suite of tests)</para>
    8274
    8375    <note>
     
    9991    <title>Installation of libxml2</title>
    10092
    101     <para>If you downloaded the testsuite, untar it in libxml2-&libxml2-version;.</para>
     93    <para>If you downloaded the testsuite, issue the following command:</para>
     94
     95<screen><userinput>tar xf ../xmlts20080205.tar.gz</userinput></screen>
    10296
    10397    <para>Install <application>libxml2</application> by running the following
     
    118112    <title>Command Explanations</title>
    119113
    120     <!-- <para><command>sed -i '...' xstc/Makefile.in</command>: This command is
    121     used to add a new parameter required by recent versions of
    122     <command>tar</command>. Without this command, the test suite will not
    123     complete properly.</para> -->
    124 
    125114    <para><parameter>--with-history</parameter>: If this option is used, it
    126     enables <application>readline</application> support when running
     115    enables <application>Readline</application> support when running
    127116    <command>xmlcatalog</command> or <command>xmllint</command> in shell
    128117    mode.</para>
  • introduction/welcome/changelog.xml

    rbca744f ra270244  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to libxml2-2.7.3.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to Shadow-4.1.2.2.</para>
    4952        </listitem>
Note: See TracChangeset for help on using the changeset viewer.