Changeset ff300ac9


Ignore:
Timestamp:
12/09/2019 10:48:24 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.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:
03da2154
Parents:
695f1b3
Message:

Update to gnome-control-center-3.34.2
ibus: Apply a patch to fix a security issue and correct a regression caused by glib-2.62.3

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/ibus.xml

    r695f1b3 rff300ac9  
    7070        <para>
    7171          Estimated build time: &ibus-time;
     72        </para>
     73      </listitem>
     74    </itemizedlist>
     75
     76    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     77    <itemizedlist spacing="compact">
     78      <listitem>
     79        <para>
     80          Required patch:
     81          <ulink url="&patch-root;/ibus-&ibus-version;-upstream_fixes-1.patch"/>
    7282        </para>
    7383      </listitem>
     
    135145<screen><userinput>sed -i 's@/desktop/ibus@/org/freedesktop/ibus@g' \
    136146    data/dconf/org.freedesktop.ibus.gschema.xml</userinput></screen>
     147
     148    <para>
     149      Fix a security issue and regression caused by
     150      <application>GLib-2.62.3</application> and later:
     151    </para>
     152
     153<screen><userinput remap="pre">patch -Np1 -i ../ibus-&ibus-version;-upstream_fixes-1.patch</userinput></screen>
    137154
    138155    <para>
  • gnome.ent

    r695f1b3 rff300ac9  
    5757<!ENTITY gnome-keyring-version             "3.34.0">
    5858<!ENTITY gnome-settings-daemon-version     "3.34.1">
    59 <!ENTITY gnome-control-center-version      "3.34.1">
     59<!ENTITY gnome-control-center-version      "3.34.2">
    6060<!ENTITY mutter-version                    "3.34.1">
    6161<!ENTITY gnome-shell-version               "3.34.1">
  • gnome/platform/gnome-control-center.xml

    r695f1b3 rff300ac9  
    99  <!ENTITY gnome-control-center-download-ftp
    1010           "&gnome-download-ftp;/gnome-control-center/&gnome-minor-34;/gnome-control-center-&gnome-control-center-version;.tar.xz">
    11   <!ENTITY gnome-control-center-md5sum        "8b0f0baea34fbe937efd0ad1be4b451b">
     11  <!ENTITY gnome-control-center-md5sum        "a960a7d3e9f1c4f341bae42da7fbf23a">
    1212  <!ENTITY gnome-control-center-size          "5.9 MB">
    13   <!ENTITY gnome-control-center-buildsize     "148 MB (with tests)">
     13  <!ENTITY gnome-control-center-buildsize     "176 MB (with tests)">
    1414  <!ENTITY gnome-control-center-time          "0.4 SBU (Using parallelism=4; with tests)">
    1515]>
     
    9797      <xref linkend="samba"/> (for the Printers Panel),
    9898      <xref linkend="gnome-bluetooth"/>,
    99       <xref linkend="ibus"/>, and
     99      <xref linkend="ibus"/>,
     100      <xref linkend="libhandy"/>, and
    100101      <xref linkend="ModemManager"/> and
    101102      <xref linkend="network-manager-applet"/> (for the Network Panel)
  • introduction/welcome/changelog.xml

    r695f1b3 rff300ac9  
    4646       <itemizedlist>
    4747         <listitem>
     48           <para>[renodr] - Fix CVE-2019-14822 in IBus and a regression caused
     49           by glib-2.62.3 and later.</para>
     50         </listitem>
     51         <listitem>
     52           <para>[renodr] - Update to gnome-control-center-3.34.2. Fixes
     53           <ulink url="&blfs-ticket-root;12824">#12824</ulink>.</para>
     54         </listitem>
     55         <listitem revision="sysv">
    4856           <para>[pierre] - Add blocaled-0.1, a replacement for
    4957           systemd-localed.</para>
Note: See TracChangeset for help on using the changeset viewer.