Changeset b4282bdb


Ignore:
Timestamp:
08/18/2022 03:03:35 PM (21 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.2, 11.3, 12.0, 12.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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
f93706f
Parents:
df301d23
Message:

Update to libxml2-2.10.0.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxml2.xml

    rdf301d23 rb4282bdb  
    66
    77  <!-- Also update the download, md5, size entities in libxml2py2.xml -->
    8   <!ENTITY libxml2-download-http "https://download.gnome.org/sources/libxml2/2.9/libxml2-&libxml2-version;.tar.xz">
    9   <!ENTITY libxml2-download-http "http://xmlsoft.org/sources/libxml2-&libxml2-version;.tar.gz">
     8  <!ENTITY libxml2-download-http "https://download.gnome.org/sources/libxml2/2.10/libxml2-&libxml2-version;.tar.xz">
     9<!--  <!ENTITY libxml2-download-http "http://xmlsoft.org/sources/libxml2-&libxml2-version;.tar.xz">-->
    1010  <!ENTITY libxml2-download-ftp  " ">
    11   <!ENTITY libxml2-md5sum        "b7b3029ac6beb32a7925225515f83ca3">
    12   <!ENTITY libxml2-size          "3.0 MB">
    13   <!ENTITY libxml2-buildsize     "103 MB (with tests)">
     11  <!ENTITY libxml2-md5sum        "54fdcf2404eb5c1ca59ffc82b2edff78">
     12  <!ENTITY libxml2-size          "2.6 MB">
     13  <!ENTITY libxml2-buildsize     "96 MB (with tests)">
    1414  <!ENTITY libxml2-time          "0.4 SBU (Using parallelism=4; with tests)">
    1515  <!ENTITY testsuite-version     "20130923">
     
    112112  <sect2 role="installation">
    113113    <title>Installation of libxml2</title>
     114
     115    <para>
     116      First, fix a problem recognizing Python-3.10:
     117    </para>
     118
     119<screen><userinput>autoreconf -fiv</userinput></screen>
    114120
    115121    <para>
  • introduction/welcome/changelog.xml

    rdf301d23 rb4282bdb  
    4545      <para>August 18th, 2022</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to libxml2-2.10.0. Fixes
     49          <ulink url="&blfs-ticket-root;16914">#16914</ulink>.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[bdubbs] - Update to node-16.17.0. Fixes
  • packages.ent

    rdf301d23 rb4282bdb  
    178178which is built separately after libxml2.so has been installed,
    179179to avoid building libxml2 twice, which is slow with all deps -->
    180 <!ENTITY libxml2-version              "2.9.14">
     180<!ENTITY libxml2-version              "2.10.0">
    181181<!ENTITY libxslt-version              "1.1.35">
    182182<!ENTITY libwacom-version             "2.4.0">
Note: See TracChangeset for help on using the changeset viewer.