Changeset 2bdbb52


Ignore:
Timestamp:
06/29/2019 07:46:11 PM (5 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.0, 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:
e3b29328
Parents:
9f5acea
Message:

Add GVFS security patch

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gvfs.xml

    r9f5acea r2bdbb52  
    7272    </itemizedlist>
    7373
     74    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     75    <itemizedlist spacing="compact">
     76      <listitem>
     77        <para>
     78          Required patch:
     79          <ulink url="&patch-root;/gvfs-&gvfs-version;-fix_security_vulnerabilities-1.patch"/>
     80        </para>
     81      </listitem>
     82    </itemizedlist>
     83       
    7484    <bridgehead renderas="sect3">Gvfs Dependencies</bridgehead>
    7585
     
    127137
    128138    <para>
     139      First, apply a security patch to fix four security vulnerabilities:
     140    </para>
     141
     142<screen><userinput remap="pre">patch -Np1 -i ../gvfs-&gvfs-version;-fix_security_vulnerabilities-1.patch</userinput></screen>
     143
     144    <para>
    129145      Install <application>Gvfs</application> by running the following
    130146      commands:
  • introduction/welcome/changelog.xml

    r9f5acea r2bdbb52  
    4545      <para>June 29th, 2019</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Add a security patch to GVFS to fix CVE-2019-12795,
     49          CVE-2019-12447, CVE-2019-12448, and CVE-2019-12449. Fixes
     50          <ulink url="&blfs-ticket-root;12214">#12214</ulink>.</para>
     51        </listitem>
    4752        <listitem>
    4853          <para>[renodr] - Update to Samba-4.10.5 (Security Update). Fixes
Note: See TracChangeset for help on using the changeset viewer.