Changeset cf83ea8


Ignore:
Timestamp:
09/09/2017 06:33:37 AM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
aad8a2e7
Parents:
45f8102
Message:

Updates to libxml2-2.9.5 and libxslt-1.1.30

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r45f8102 rcf83ea8  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "08">                   <!-- Always 2 digits -->
     3<!ENTITY day          "09">                   <!-- Always 2 digits -->
    44<!ENTITY month        "09">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "September 8th, &year;">
     9<!ENTITY releasedate  "September 9th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/libxml2.xml

    r45f8102 rcf83ea8  
    77  <!ENTITY libxml2-download-http "http://xmlsoft.org/sources/libxml2-&libxml2-version;.tar.gz">
    88  <!ENTITY libxml2-download-ftp  "ftp://xmlsoft.org/libxml2/libxml2-&libxml2-version;.tar.gz">
    9   <!ENTITY libxml2-md5sum        "ae249165c173b1ff386ee8ad676815f5">
    10   <!ENTITY libxml2-size          "5.1 MB">
    11   <!ENTITY libxml2-buildsize     "95 MB (additional 20 MB for tests)">
    12   <!ENTITY libxml2-time          "0.6 SBU (additional 0.2 SBU for tests)">
     9  <!ENTITY libxml2-md5sum        "5ce0da9bdaa267b40c4ca36d35363b8b">
     10  <!ENTITY libxml2-size          "5.2 MB">
     11  <!ENTITY libxml2-buildsize     "80 MB (additional 31 MB for tests)">
     12  <!ENTITY libxml2-time          "0.4 SBU (additional 0.3 SBU for tests)">
    1313  <!ENTITY testsuite-version     "20130923">
    1414]>
     
    124124    <title>Installation of libxml2</title>
    125125
    126     <para>
     126<!--    <para>
    127127      If you want to build the <application>Python</application> module for
    128128      <xref linkend="python3"/>, run:
     
    130130
    131131<screen><userinput>sed -i '/_PyVerify_fd/,+1d' python/types.c</userinput></screen>
    132 
     132-->
    133133    <para>
    134134      Install <application>libxml2</application> by running the following
     
    151151    </para>
    152152
     153    <note>
     154      <para>
     155        The tests use <ulink url="http://localhost/">http://localhost/</ulink>
     156        to test parsing of external entities. If the machine where you run the
     157        tests serves as a web site, the tests may hang, depending on the
     158        content of the file served. It is therefore recommended to shut down
     159        the server during the tests, as the <systemitem
     160        class="username">root</systemitem> user:
     161      </para>
     162
     163<screen role="nodump" revision="sysv"><userinput>/etc/init.d/httpd stop</userinput></screen>
     164<screen role="nodump" revision="systemd"><userinput>systemctl stop httpd.service</userinput></screen>
     165
     166    </note>
    153167    <para>
    154168      Now, as the <systemitem class="username">root</systemitem> user:
  • general/genlib/libxslt.xml

    r45f8102 rcf83ea8  
    77  <!ENTITY libxslt-download-http "http://xmlsoft.org/sources/libxslt-&libxslt-version;.tar.gz">
    88  <!ENTITY libxslt-download-ftp  "ftp://xmlsoft.org/libxslt/libxslt-&libxslt-version;.tar.gz">
    9   <!ENTITY libxslt-md5sum        "a129d3c44c022de3b9dcf6d6f288d72e">
     9  <!ENTITY libxslt-md5sum        "70becbbcb1dad55f14de0b84171b91d5">
    1010  <!ENTITY libxslt-size          "3.3 MB">
    11   <!ENTITY libxslt-buildsize     "40 MB (with tests)">
    12   <!ENTITY libxslt-time          "0.3 SBU (with tests)">
     11  <!ENTITY libxslt-buildsize     "39 MB (with tests)">
     12  <!ENTITY libxslt-time          "0.2 SBU (with tests)">
    1313]>
    1414
     
    114114    </para>
    115115
    116 <screen><userinput>sed -i '/#include &lt;xlocale.h&gt;/d' libxslt/xsltlocale.h &amp;&amp;
    117 ./configure --prefix=/usr --disable-static            &amp;&amp;
     116<screen><userinput>./configure --prefix=/usr --disable-static            &amp;&amp;
    118117make</userinput></screen>
    119118
     
    133132    <title>Command Explanations</title>
    134133
     134<!--
    135135    <para>
    136136      <command>sed -i '/#include &lt;xlocale.h&gt;/d' libxslt/xsltlocale.h</command>:
     
    139139      <application>libxslt</application> references that on the previous line
    140140      of the header, so just delete this.
    141     </para>
     141    </para>-->
    142142
    143143    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • introduction/welcome/changelog.xml

    r45f8102 rcf83ea8  
    4444
    4545    <listitem>
     46      <para>September 9th, 2017</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[pierre] - Update to libxslt-1.1.30. Fixes
     50          <ulink url="&blfs-ticket-root;9707">#9707</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[pierre] - Update to libxml2-2.9.5. Fixes
     54          <ulink url="&blfs-ticket-root;9706">#9706</ulink>.</para>
     55        </listitem>
     56      </itemizedlist>
     57    </listitem>
     58
     59    <listitem>
    4660      <para>September 8th, 2017</para>
    4761      <itemizedlist>
  • packages.ent

    r45f8102 rcf83ea8  
    159159<!ENTITY libusb-compat-version        "0.1.5">
    160160<!ENTITY libxkbcommon-version         "0.7.2">
    161 <!ENTITY libxml2-version              "2.9.4">
    162 <!ENTITY libxslt-version              "1.1.29">
     161<!ENTITY libxml2-version              "2.9.5">
     162<!ENTITY libxslt-version              "1.1.30">
    163163<!ENTITY libwacom-version             "0.26">
    164164<!ENTITY libzeitgeist-version         "0.3.18">
Note: See TracChangeset for help on using the changeset viewer.