Ignore:
Timestamp:
08/09/2006 02:20:38 PM (18 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
baf47952
Parents:
b6d80e9
Message:

Patches security vulnerabilities in Xorg-7.1. Closes ticket #2100.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x7app.xml

    rb6d80e9 rdc77783f  
    5454  </itemizedlist>
    5555
     56  <!-- Following four patches are security related and should be
     57       fixed for Xorg-7.2 -->
     58  <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     59  <itemizedlist spacing="compact">
     60    <listitem>
     61      <para>Required patch: <ulink
     62      url="&patch-root;/xdm-1.0.4-setuid-1.patch"/></para>
     63    </listitem>
     64    <listitem>
     65      <para>Required patch: <ulink
     66      url="&patch-root;/xf86dga-1.0.1-setuid-1.patch"/></para>
     67    </listitem>
     68    <listitem>
     69      <para>Required patch: <ulink
     70      url="&patch-root;/xinit-1.0.2-setuid-1.patch"/></para>
     71    </listitem>
     72    <listitem>
     73      <para>Required patch: <ulink
     74      url="&patch-root;/xload-1.0.1-setuid-1.patch"/></para>
     75    </listitem>
     76  </itemizedlist>
     77
    5678  <bridgehead renderas="sect3">Xorg Applications Dependencies</bridgehead>
    5779
     
    82104    <title>Installation of Xorg Applications</title>
    83105
     106    <para>A <ulink url='http://wiki.x.org/wiki/SecurityPage'>security
     107    vulnerability</ulink> has been identified in the xdm, xf86dga, xinit
     108    and xload packages. Before building these packages with the commands
     109    shown below, be sure to apply the supplied patches. For xdm, this can be
     110    accomplished with with the following command:</para>
     111
     112<screen><userinput>patch -Np1 -i ../xdm-1.0.4-setuid-1.patch</userinput></screen>
     113
     114    <para>For xf86dga, the patch can be applied with the following
     115    command:</para>
     116
     117<screen><userinput>patch -Np1 -i ../xf86dga-1.0.1-setuid-1.patch</userinput></screen>
     118
     119    <para>For xinit, the patch can be applied with the following
     120    command:</para>
     121
     122<screen><userinput>patch -Np1 -i ../xinit-1.0.2-setuid-1.patch</userinput></screen>
     123
     124    <para>For xload, the patch can be applied with the following
     125    command:</para>
     126
     127<screen><userinput>patch -Np1 -i ../xload-1.0.1-setuid-1.patch</userinput></screen>
     128
    84129    <para>Install the applications by running the following commands for each
    85130    chosen package:</para>
Note: See TracChangeset for help on using the changeset viewer.