Changeset 1a699f7


Ignore:
Timestamp:
02/23/2022 09:42:39 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.1, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b410868
Parents:
89efcadc
Message:

Security update and a dependency change.
Update to libxml2-2.9.13 (Security Update).
Promote libpng to recommended for graphviz.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxml2.xml

    r89efcadc r1a699f7  
    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">
    89  <!ENTITY libxml2-download-http "http://xmlsoft.org/sources/libxml2-&libxml2-version;.tar.gz">
    9   <!ENTITY libxml2-download-ftp  "ftp://xmlsoft.org/libxml2/libxml2-&libxml2-version;.tar.gz">
    10   <!ENTITY libxml2-md5sum        "f433a39be087a9f0b197eb2307ad9f75">
    11   <!ENTITY libxml2-size          "5.4 MB">
    12   <!ENTITY libxml2-buildsize     "116 MB (with tests)">
    13   <!ENTITY libxml2-time          "0.4 SBU (with tests)">
     10  <!ENTITY libxml2-download-ftp  " ">
     11  <!ENTITY libxml2-md5sum        "824470f8cc325ae6b01f174b842c321f">
     12  <!ENTITY libxml2-size          "3.1 MB">
     13  <!ENTITY libxml2-buildsize     "103 MB (with tests)">
     14  <!ENTITY libxml2-time          "0.6 SBU (with tests)">
    1415  <!ENTITY testsuite-version     "20130923">
    1516]>
  • general/genutils/graphviz.xml

    r89efcadc r1a699f7  
    8989        <application>Graphviz</application> is a dependency
    9090        of several other packages in this book, it is suggested to first build
    91         it without any dependencies, then to rebuild it when you have built
     91        it without most dependencies, then to rebuild it when you have built
    9292        enough packages to suit your needs.
    9393      </para>
    9494    </note>
     95
     96    <bridgehead renderas="sect4">Recommended</bridgehead>
     97    <para role="recommended">
     98      <xref linkend="libpng"/>
     99    </para>
    95100
    96101    <bridgehead renderas="sect4">Optional, for various bitmap outputs</bridgehead>
     
    98103      <xref linkend="pango"/>, with
    99104      <xref linkend="cairo"/>,
    100       <xref linkend="xorg7-lib"/>,
    101       <xref linkend="fontconfig"/>, and
    102       <xref linkend="libpng"/>, to generate images in bitmap SVG, postscript,
    103       PNG, and PDF formats, or displaying the image on screen
     105      <xref linkend="xorg7-lib"/>, and
     106      <xref linkend="fontconfig"/>
     107      <!--<xref linkend="libpng"/>, to generate images in bitmap SVG, postscript,
     108      PNG, and PDF formats, or displaying the image on screen-->
    104109    </para>
    105110
  • introduction/welcome/changelog.xml

    r89efcadc r1a699f7  
    4545      <para>February 23rd, 2022</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to libxml2-2.9.13 (Security Update). Fixes
     49          <ulink url="&blfs-ticket-root;16130">#16161</ulink>.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[renodr] - Update to WebKitGTK+-2.34.6 (Security Update). Fixes
  • packages.ent

    r89efcadc r1a699f7  
    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.12">
     180<!ENTITY libxml2-version              "2.9.13">
    181181<!ENTITY libxslt-version              "1.1.35">
    182182<!ENTITY libwacom-version             "2.1.0">
Note: See TracChangeset for help on using the changeset viewer.