Changeset dc77783f for x/installing


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

Location:
x/installing
Files:
3 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>
  • x/installing/x7lib.xml

    rb6d80e9 rdc77783f  
    5353  </itemizedlist>
    5454
     55  <!-- Following two patches are security related and should be
     56       fixed for Xorg-7.2 -->
     57  <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     58  <itemizedlist spacing="compact">
     59    <listitem>
     60      <para>Required patch: <ulink
     61      url="&patch-root;/libX11-1.0.1-setuid-1.patch"/></para>
     62    </listitem>
     63    <listitem>
     64      <para>Required patch: <ulink
     65      url="&patch-root;/xtrans-1.0.0-setuid-1.patch"/></para>
     66    </listitem>
     67  </itemizedlist>
     68
    5569  <bridgehead renderas="sect3">Xorg Libraries Dependencies</bridgehead>
    5670
     
    8296  <sect2 role="installation">
    8397    <title>Installation of Xorg Libraries</title>
     98
     99    <para>A <ulink url='http://wiki.x.org/wiki/SecurityPage'>security
     100    vulnerability</ulink> has been identified in the libX11 and xtrans
     101    packages. Before building these packages with the commands shown below,
     102    be sure to apply the supplied patches. For libX11, this can be
     103    accomplished with with the following command:</para>
     104
     105<screen><userinput>patch -Np1 -i ../libX11-1.0.1-setuid-1.patch</userinput></screen>
     106
     107    <para>For xtrans, the patch can be applied with the following
     108    command:</para>
     109
     110<screen><userinput>patch -Np1 -i ../xtrans-1.0.0-setuid-1.patch</userinput></screen>
    84111
    85112    <para>Install the libraries by running the following commands for each
  • x/installing/x7server.xml

    rb6d80e9 rdc77783f  
    5353  </itemizedlist>
    5454
     55  <!-- Following patch is security related and should be
     56       fixed for Xorg-7.2 -->
     57  <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     58  <itemizedlist spacing="compact">
     59    <listitem>
     60      <para>Required patch: <ulink
     61      url="&patch-root;/xorg-server-1.1.0-setuid-2.patch"/></para>
     62    </listitem>
     63  </itemizedlist>
     64
    5565  <bridgehead renderas="sect3">Xorg Server Dependencies</bridgehead>
    5666
     
    90100        hw/xfree86/os-support/linux/lnx_agp.c</userinput></screen>
    91101 End remove -->
     102
     103    <para>A <ulink url='http://wiki.x.org/wiki/SecurityPage'>security
     104    vulnerability</ulink> has been identified in the xorg-server
     105    packages. Apply a patch to fix this vulnerability with the following
     106    command:</para>
     107
     108<screen><userinput>patch -Np1 -i ../xorg-server-1.1.0-setuid-2.patch</userinput></screen>
    92109
    93110    <para>Install the server by running the following commands:</para>
Note: See TracChangeset for help on using the changeset viewer.