Ignore:
Timestamp:
10/27/2014 04:38:11 PM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
systemd-13485
Children:
bb522c6
Parents:
070fcd8
Message:

Merge more updates from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14764 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxml2.xml

    r070fcd8 r31b81050  
    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        "9c0cfef285d5c4a5c80d00904ddab380">
    10   <!ENTITY libxml2-size          "5.0 MB">
    11   <!ENTITY libxml2-buildsize     "100 MB">
    12   <!ENTITY libxml2-time          "0.6 SBU">
     9  <!ENTITY libxml2-md5sum        "9e6a9aca9d155737868b3dc5fd82f788">
     10  <!ENTITY libxml2-size          "5.2 MB">
     11  <!ENTITY libxml2-buildsize     "77 MB (additional 18 MB for tests)">
     12  <!ENTITY libxml2-time          "0.5 SBU (additional 0.2 SBU for tests)">
    1313  <!ENTITY testsuite-version     "20130923">
    1414]>
     
    113113
    114114<screen><userinput>tar xf ../xmlts&testsuite-version;.tar.gz</userinput></screen>
     115
     116    <para>
     117       Apply two upstream fixes, which correct bugs in
     118       <command>xmlcatalog</command> and in the entity substitution
     119       mechanism:
     120    </para>
     121
     122<screen><userinput>sed \
     123  -e /xmlInitializeCatalog/d \
     124  -e 's/((ent->checked =.*&amp;&amp;/(((ent->checked == 0) ||\
     125          ((ent->children == NULL) \&amp;\&amp; (ctxt->options \&amp; XML_PARSE_NOENT))) \&amp;\&amp;/' \
     126  -i parser.c</userinput></screen>
    115127
    116128    <para>
Note: See TracChangeset for help on using the changeset viewer.