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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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:
Note: See TracChangeset for help on using the changeset viewer.