Changeset 02a9980


Ignore:
Timestamp:
05/12/2006 09:09:06 PM (18 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:
80df29b
Parents:
765a494
Message:

Updated to libxslt-1.1.16

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r765a494 r02a9980  
    9090<!ENTITY libxml-version               "1.8.17">
    9191<!ENTITY libxml2-version              "2.6.24">
    92 <!ENTITY libxslt-version              "1.1.15">
     92<!ENTITY libxslt-version              "1.1.16">
    9393<!ENTITY libgtkhtml-version           "2.11.0">
    9494<!ENTITY gmp-version                  "4.2">
  • general/genlib/libxslt.xml

    r765a494 r02a9980  
    1010-->
    1111  <!ENTITY libxslt-download-ftp  "ftp://xmlsoft.org/libxslt/libxslt-&libxslt-version;.tar.gz">
    12   <!ENTITY libxslt-md5sum        "238de9eda71b570ff7b78aaf65308fc6">
     12  <!ENTITY libxslt-md5sum        "8cfa382264be71b101bc2ff04d028df4">
    1313  <!ENTITY libxslt-size          "2.6 MB">
    14   <!ENTITY libxslt-buildsize     "37 MB">
     14  <!ENTITY libxslt-buildsize     "37.3 MB">
    1515  <!ENTITY libxslt-time          "0.3 SBU">
    1616]>
     
    2828  </sect1info>
    2929
    30   <title>Libxslt-&libxslt-version;</title>
     30  <title>libxslt-&libxslt-version;</title>
    3131
    3232  <indexterm zone="libxslt">
     
    3535
    3636  <sect2 role="package">
    37     <title>Introduction to Libxslt</title>
     37    <title>Introduction to libxslt</title>
    3838
    3939    <para>The <application>libxslt</application> package contains
     
    6464    </itemizedlist>
    6565
    66     <bridgehead renderas="sect3">Libxslt Dependencies</bridgehead>
     66    <bridgehead renderas="sect3">libxslt Dependencies</bridgehead>
    6767
    6868    <bridgehead renderas="sect4">Required</bridgehead>
     
    8282
    8383  <sect2 role="installation">
    84     <title>Installation of Libxslt</title>
     84    <title>Installation of libxslt</title>
    8585
    8686    <para>Install <application>libxslt</application> by running the following
    8787    commands:</para>
    8888
    89 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     89<screen><userinput>sed -i "s/\$(PYTHON_SITE_PACKAGES)/'&amp;'/" configure &amp;&amp;
     90./configure --prefix=/usr &amp;&amp;
    9091make</userinput></screen>
    9192
     
    9596
    9697<screen role="root"><userinput>make install</userinput></screen>
     98
     99  </sect2>
     100
     101  <sect2 role="commands">
     102    <title>Command Explanations</title>
     103
     104    <para><command>sed -i "s/\$(PYTHON_SITE_PACKAGES)/'&amp;'/"
     105    configure</command>: The quotes around this variable were inadvertently
     106    removed in this release. This command puts the quotes back in so that
     107    the variable is not interpreted as a shell command.</para>
    97108
    98109  </sect2>
     
    110121        <seg>libexslt.{so,a}, libxslt.{so,a} and optionally, libxsltmod.{so,a}
    111122        <application>Python</application> modules</seg>
    112         <seg>/usr/include/libxslt, /usr/share/doc/libxslt-&libxslt-version;, and
     123        <seg>/usr/include/lib{e}xslt,
     124        /usr/lib/libxslt-plugins,
     125        /usr/share/doc/libxslt-&libxslt-version;, and
    113126        /usr/share/doc/libxslt-python-&libxslt-version;</seg>
    114127      </seglistitem>
  • introduction/welcome/changelog.xml

    r765a494 r02a9980  
    4141
    4242-->
     43
    4344    <listitem>
    4445      <para>May 12th, 2006</para>
    4546      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to libxslt-1.1.16.</para>
     49        </listitem>
    4650        <listitem>
    4751          <para>[bdubbs] - Created a consolidated autofs patch to
Note: See TracChangeset for help on using the changeset viewer.