Ignore:
Timestamp:
10/31/2019 05:16:06 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
9a887c2a
Parents:
53d3217e
Message:

Update to libxml2-2.9.10.
Update to libxslt-1.1.34.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxml2.xml

    r53d3217e rdf013c7f  
    88  <!ENTITY libxml2-download-http "http://xmlsoft.org/sources/libxml2-&libxml2-version;.tar.gz">
    99  <!ENTITY libxml2-download-ftp  "ftp://xmlsoft.org/libxml2/libxml2-&libxml2-version;.tar.gz">
    10   <!ENTITY libxml2-md5sum        "c04a5a0a042eaa157e8e8c9eabe76bd6">
    11   <!ENTITY libxml2-size          "5.2 MB">
    12   <!ENTITY libxml2-buildsize     "86 MB (add 16 MB for tests)">
     10  <!ENTITY libxml2-md5sum        "10942a1dc23137a8aa07f0639cbfece5">
     11  <!ENTITY libxml2-size          "5.4 MB">
     12  <!ENTITY libxml2-buildsize     "87 MB (add 15 MB for tests)">
    1313  <!ENTITY libxml2-time          "0.2 SBU (add 0.3 SBU for tests)">
    1414  <!ENTITY testsuite-version     "20130923">
     
    145145<screen><userinput>sed -i '/_PyVerify_fd/,+1d' python/types.c</userinput></screen>
    146146-->
     147    <para>
     148      If you are going to run the tests, disable one test that prevents the
     149      tests from completing:
     150    </para>
     151
     152<screen><userinput>sed -i 's/test.test/#&amp;/' python/tests/tstLastError.py</userinput></screen>
     153
    147154    <para>
    148155      Install <application>libxml2</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.