Changeset ec91d9f


Ignore:
Timestamp:
11/22/2015 01:33:16 PM (8 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.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, nosym, 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:
a4d3fe5
Parents:
66dadf9
Message:

Update to Libxml2-2.9.3

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r66dadf9 rec91d9f  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "21">                   <!-- Always 2 digits -->
     3<!ENTITY day          "22">                   <!-- Always 2 digits -->
    44<!ENTITY month        "11">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "November 21st &year;">
     9<!ENTITY releasedate  "November 22nd &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/libxml2.xml

    r66dadf9 rec91d9f  
    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        "9e6a9aca9d155737868b3dc5fd82f788">
     9  <!ENTITY libxml2-md5sum        "daece17e045f1c107610e137ab50c179">
    1010  <!ENTITY libxml2-size          "5.2 MB">
    11   <!ENTITY libxml2-buildsize     "77 MB (additional 18 MB for tests)">
     11  <!ENTITY libxml2-buildsize     "95 MB (additional 20 MB for tests)">
    1212  <!ENTITY libxml2-time          "0.5 SBU (additional 0.2 SBU for tests)">
    1313  <!ENTITY testsuite-version     "20130923">
     
    102102    </note>
    103103
     104    <para role="optional">
     105      <xref linkend="valgrind"/> (may be used in the tests)
     106    </para>
     107
    104108    <para condition="html" role="usernotes">
    105109      User Notes: <ulink url="&blfs-wiki;/libxml2"/>
     
    111115
    112116    <para>
    113        Apply three upstream fixes, which correct bugs in
    114        <command>xmlcatalog</command>, in the entity substitution
    115        mechanism, and in entity checking:
    116     </para>
    117 
    118 <screen><userinput>sed -e /xmlInitializeCatalog/d \
    119     -e 's/((ent->checked =.*&amp;&amp;/(((ent->checked == 0) ||\
    120             ((ent->children == NULL) \&amp;\&amp; (ctxt->options \&amp; XML_PARSE_NOENT))) \&amp;\&amp;/' \
    121     -i parser.c &amp;&amp;
    122 
    123 sed -e  "/The id is/{N;
    124                      a if (ctxt != NULL)
    125                     }" \
    126     -i valid.c</userinput></screen>
    127 
    128 
    129     <para>
    130117      Install <application>libxml2</application> by running the following
    131118      commands:
     
    142129      To test the results, issue: <command>make check &gt;
    143130      ../check.log</command>. A summary of the results can be obtained with
    144       <command>grep -E '^Total|expected' ../check.log</command>.
     131      <command>grep -E '^Total|expected' ../check.log</command>. If
     132      <xref linkend="valgrind"/> is installed and you want to check memory
     133      leaks, replace <command>check</command> with
     134      <command>check-valgrind</command>.
    145135    </para>
    146136
     
    189179        <seg>
    190180          /usr/include/libxml2,
     181          /usr/lib/cmake/libxml2,
    191182          /usr/share/doc/libxml2-&libxml2-version;,
    192           /usr/share/doc/libxml2-python-&libxml2-version; and
     183          /usr/share/doc/libxml2-python-&libxml2-version;, and
    193184          /usr/share/gtk-doc/html/libxml2
    194185        </seg>
  • introduction/welcome/changelog.xml

    r66dadf9 rec91d9f  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>November 22nd, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[pierre] - Update to Libxml2-2.9.3. Fixes
     52          <ulink url="&blfs-ticket-root;7152">#7152</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
    4656
    4757    <listitem>
  • packages.ent

    r66dadf9 rec91d9f  
    135135<!ENTITY libusb-compat-version        "0.1.5">
    136136<!ENTITY libxkbcommon-version         "0.5.0">
    137 <!ENTITY libxml2-version              "2.9.2">
     137<!ENTITY libxml2-version              "2.9.3">
    138138<!ENTITY libxslt-version              "1.1.28">
    139139<!ENTITY libzeitgeist-version         "0.3.18">
Note: See TracChangeset for help on using the changeset viewer.