Changeset 6b2a913


Ignore:
Timestamp:
03/28/2021 05:27:16 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c7f6a7e1
Parents:
195f473c
Message:

Update to WebKitGTK+-2.30.6
Update to gnumeric-1.12.49
Fix the build of MariaDB with CMake-3.20
Adapt fluxbox's instructions to themes now being stored in directories in /usr/share/fluxbox/styles (add -r to cp)
Move libjpeg and libpng to Required for gegl per the release notes

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/gegl.xml

    r195f473c r6b2a913  
    7575    <bridgehead renderas="sect4">Required</bridgehead>
    7676    <para role="required">
    77       <xref linkend="babl"/> and
    78       <xref linkend="json-glib"/>
     77      <xref linkend="babl"/>,
     78      <xref linkend="json-glib"/>,
     79      <xref linkend="libjpeg"/>, and
     80      <xref linkend="libpng"/>
    7981    </para>
    8082
     
    110112      <xref linkend="jasper"/>,
    111113      <xref linkend="lcms2"/>,
    112       <xref linkend="libjpeg"/>
    113       <xref linkend="libpng"/>,
    114114      <xref linkend="librsvg"/>,
    115115      <xref linkend="libtiff"/>,
  • introduction/welcome/changelog.xml

    r195f473c r6b2a913  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Adapted the instructions for backgrounds in Fluxbox
     49          to be able to copy themes that are stored in directories.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Fix a syntax error that causes MariaDB to fail to
     53          build with CMake-3.20.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[renodr] - Update to webkitgtk-2.30.6 (Security Update). Fixes
     57          <ulink url="&blfs-ticket-root;14811">#14811</ulink>.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[renodr] - Update to gnumeric-1.12.49. Fixes
     61          <ulink url="&blfs-ticket-root;14810">#14810</ulink>.</para>
     62        </listitem>
     63        <listitem>
    4864          <para>[timtas] - Update to gegl-0.4.30. Fixes
    4965          <ulink url="&blfs-ticket-root;14830">#14830</ulink>.</para>
     
    5571      </itemizedlist>
    5672    </listitem>
     73
    5774    <listitem>
    5875      <para>March 27th, 2021</para>
  • packages.ent

    r195f473c r6b2a913  
    769769<!ENTITY startup-notification-version "0.12">
    770770<!ENTITY tepl-version                 "5.0.1">
    771 <!ENTITY webkitgtk-version            "2.30.5">    <!-- Even minors only -->
     771<!ENTITY webkitgtk-version            "2.30.6">    <!-- Even minors only -->
    772772
    773773<!ENTITY gtk2-libdir                  "2.0/2.10.0">
     
    910910<!-- Chapter 39 -->
    911911<!ENTITY AbiWord-version              "3.0.4">
    912 <!ENTITY gnumeric-version             "1.12.48">
     912<!ENTITY gnumeric-version             "1.12.49">
    913913<!ENTITY gnucash-version              "2.4.11">
    914914
  • server/databases/mariadb.xml

    r195f473c r6b2a913  
    143143<screen role="root"><userinput>groupadd -g 40 mysql &amp;&amp;
    144144useradd -c "MySQL Server" -d /srv/mysql -g mysql -s /bin/false -u 40 mysql</userinput></screen>
     145
     146    <para>
     147      Fix a syntax error that causes CMake to fail:
     148    </para>
     149
     150<screen><userinput remap="pre">sed -i 's/END()/ENDIF()/' libmariadb/cmake/ConnectorName.cmake</userinput></screen>
    145151
    146152    <para>
  • x/lib/webkitgtk.xml

    r195f473c r6b2a913  
    77  <!ENTITY webkitgtk-download-http "https://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
    88  <!ENTITY webkitgtk-download-ftp  " ">
    9   <!ENTITY webkitgtk-md5sum        "c8291af0c5102fff1f73e67f0bff6c87">
     9  <!ENTITY webkitgtk-md5sum        "11148c4ed400c58fe330ac94208cbc4d">
    1010  <!ENTITY webkitgtk-size          "21 MB">
    11   <!ENTITY webkitgtk-buildsize     "832 MB (121 MB installed)">
    12   <!ENTITY webkitgtk-time          "24 SBU (using parallelism=4, estimated 79 SBU using one core)">
     11  <!ENTITY webkitgtk-buildsize     "829 MB (121 MB installed)">
     12  <!ENTITY webkitgtk-time          "24 SBU (using parallelism=4, estimated 80 SBU using one core)">
    1313]>
    1414
  • x/wm/fluxbox.xml

    r195f473c r6b2a913  
    224224      </para>
    225225
    226 <screen role="nodump"><userinput>cp /usr/share/fluxbox/styles/&lt;theme&gt; ~/.fluxbox/theme &amp;&amp;
     226<screen role="nodump"><userinput>cp -r /usr/share/fluxbox/styles/&lt;theme&gt; ~/.fluxbox/theme &amp;&amp;
    227227
    228228sed -i 's,\(session.styleFile:\).*,\1 ~/.fluxbox/theme,' ~/.fluxbox/init &amp;&amp;
  • xsoft/office/gnumeric.xml

    r195f473c r6b2a913  
    77  <!ENTITY gnumeric-download-http "&gnome-download-http;/gnumeric/1.12/gnumeric-&gnumeric-version;.tar.xz">
    88  <!ENTITY gnumeric-download-ftp  "&gnome-download-ftp;/gnumeric/1.12/gnumeric-&gnumeric-version;.tar.xz">
    9   <!ENTITY gnumeric-md5sum        "6141a2ff1790484933aafec2d0dce129">
     9  <!ENTITY gnumeric-md5sum        "eec230a9fbd7388f856570e3f9648531">
    1010  <!ENTITY gnumeric-size          "17 MB">
    11   <!ENTITY gnumeric-buildsize     "370 MB (add 4 MB for tests)">
    12   <!ENTITY gnumeric-time          "0.9 SBU (Using parallelism=4; add 7.7 SBU for tests)">
     11  <!ENTITY gnumeric-buildsize     "370 MB (add 10 MB for tests)">
     12  <!ENTITY gnumeric-time          "0.9 SBU (Using parallelism=4; add 3.9 SBU for tests)">
    1313]>
    1414
     
    179179          /usr/lib/gnumeric,
    180180          /usr/lib/goffice/0.10/plugins/gnumeric,
    181           /usr/share/gnumeric,
    182           /usr/share/help/{C,cs,de,es}/gnumeric, and
    183           /usr/share/pixmaps/gnumeric
     181          /usr/share/gnumeric, and
     182          /usr/share/help/{C,cs,de,es}/gnumeric
    184183        </seg>
    185184      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.