Changeset 808f2b85


Ignore:
Timestamp:
11/11/2023 08:37:20 PM (6 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
aea2dbd
Parents:
18454ac
git-author:
Xi Ruoyao <xry111@…> (11/11/2023 08:37:08 PM)
git-committer:
Xi Ruoyao <xry111@…> (11/11/2023 08:37:20 PM)
Message:

Update to libxml2-2.11.5

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxml2.xml

    r18454ac r808f2b85  
    66
    77  <!-- Also update the download, md5, size entities in libxml2py2.xml -->
    8   <!ENTITY libxml2-download-http "https://download.gnome.org/sources/libxml2/2.10/libxml2-&libxml2-version;.tar.xz">
     8  <!ENTITY libxml2-download-http "https://download.gnome.org/sources/libxml2/2.11/libxml2-&libxml2-version;.tar.xz">
    99<!--  <!ENTITY libxml2-download-http "http://xmlsoft.org/sources/libxml2-&libxml2-version;.tar.xz">-->
    1010  <!ENTITY libxml2-download-ftp  " ">
    11   <!ENTITY libxml2-md5sum        "76808c467a58c31e2dbd511e71d5fd13">
    12   <!ENTITY libxml2-size          "2.5 MB">
    13   <!ENTITY libxml2-buildsize     "106 MB (with tests)">
     11  <!ENTITY libxml2-md5sum        "b2e7332289f5784087448a0717f45ac3">
     12  <!ENTITY libxml2-size          "2.6 MB">
     13  <!ENTITY libxml2-buildsize     "109 MB (with tests)">
    1414  <!ENTITY libxml2-time          "0.4 SBU (Using parallelism=4; with tests)">
    1515  <!ENTITY testsuite-version     "20130923">
     
    123123    <para>
    124124      To test the results, issue: <command>make check &gt; check.log</command>.
     125      This command will print several lines of error messages like
     126      <quote><computeroutput>Failed to parse
     127      xstc/...</computeroutput></quote> because some test files are missing
     128      and these messages can be safely ignored.
    125129      A summary of the results can be obtained with <command>grep -E
    126       '^Total|expected' check.log</command>. If <xref linkend="valgrind"/> is
     130      '^Total|expected|Ran' check.log</command>. If <xref linkend="valgrind"/> is
    127131      installed and you want to check for memory leaks, replace
    128132      <command>check</command> with <command>check-valgrind</command>.
  • introduction/welcome/changelog.xml

    r18454ac r808f2b85  
    4343      <itemizedlist>
    4444        <listitem>
     45          <para>[xry111] - Update to libxml2-2.11.5. Fixes
     46          <ulink url="&blfs-ticket-root;18847">#18847</ulink> and
     47          <ulink url="&blfs-ticket-root;18846">#18846</ulink>.</para>
     48        </listitem>
     49        <listitem>
    4550          <para>[bdubbs] - Archive GConf.  Fixes
    4651          <ulink url="&blfs-ticket-root;18830">#18830</ulink>.</para>
  • packages.ent

    r18454ac r808f2b85  
    167167which is built separately after libxml2.so has been installed,
    168168to avoid building libxml2 twice, which is slow with all deps -->
    169 <!ENTITY libxml2-version              "2.10.4">
     169<!ENTITY libxml2-version              "2.11.5">
    170170<!ENTITY libxmlb-version              "0.3.14">
    171171<!ENTITY libxslt-version              "1.1.38">
Note: See TracChangeset for help on using the changeset viewer.