Changeset df013c7f for general


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

Location:
general
Files:
3 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
  • general/genlib/libxslt.xml

    r53d3217e rdf013c7f  
    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        "b3bd254a03e46d58f8ad1e4559cd2c2f">
    10   <!ENTITY libxslt-size          "3.3 MB">
     9  <!ENTITY libxslt-md5sum        "db8765c8d076f1b6caafd9f2542a304a">
     10  <!ENTITY libxslt-size          "3.4 MB">
    1111  <!ENTITY libxslt-buildsize     "36 MB (with tests)">
    1212  <!ENTITY libxslt-time          "0.3 SBU (with tests)">
     
    7272      </listitem>
    7373    </itemizedlist>
    74 
     74<!--
    7575    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7676    <itemizedlist spacing="compact">
     
    8282      </listitem>
    8383    </itemizedlist>
    84 
     84-->
    8585    <bridgehead renderas="sect3">libxslt Dependencies</bridgehead>
    8686
     
    125125  <sect2 role="installation">
    126126    <title>Installation of libxslt</title>
    127 
     127<!--
    128128    <para>
    129129      First, install a security patch to fix a security framework bypass:
     
    131131
    132132<screen><userinput remap="pre">patch -Np1 -i ../libxslt-&libxslt-version;-security_fix-1.patch</userinput></screen>
    133 
     133-->
    134134    <para>
    135135      Install <application>libxslt</application> by running the following
  • general/prog/libxml2py2.xml

    r53d3217e rdf013c7f  
    88  <!ENTITY libxml2py2-download-http "http://xmlsoft.org/sources/libxml2-&libxml2-version;.tar.gz">
    99  <!ENTITY libxml2py2-download-ftp  "ftp://xmlsoft.org/libxml2/libxml2-&libxml2-version;.tar.gz">
    10   <!ENTITY libxml2py2-md5sum        "c04a5a0a042eaa157e8e8c9eabe76bd6">
    11   <!ENTITY libxml2py2-size          "5.2 MB">
    12   <!ENTITY libxml2py2-buildsize     "54 MB (2.3 MB installed)">
     10  <!ENTITY libxml2py2-md5sum        "10942a1dc23137a8aa07f0639cbfece5">
     11  <!ENTITY libxml2py2-size          "5.4 MB">
     12  <!ENTITY libxml2py2-buildsize     "53 MB (2.3 MB installed)">
    1313  <!ENTITY libxml2py2-time          "less than 0.1 SBU">
    1414]>
Note: See TracChangeset for help on using the changeset viewer.