Ignore:
Timestamp:
10/12/2006 03:28:43 AM (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:
76d61ba
Parents:
4be5ad2
Message:

More security patches for Xorg

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x7lib.xml

    r4be5ad2 rd1e71ed  
    5656    </itemizedlist>
    5757
    58     <!-- Following two patches are security related and should be
     58    <!-- Following three patches are security related and should be
    5959        fixed for Xorg-7.2 -->
    6060    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     
    6767        <para>Required patch: <ulink
    6868        url="&patch-root;/xtrans-1.0.0-setuid-1.patch"/></para>
     69      </listitem>
     70      <listitem>
     71        <para>Required patch: <ulink
     72        url="&patch-root;/libXfont-1.1.0-cidfonts-1.patch"/></para>
    6973      </listitem>
    7074    </itemizedlist>
     
    102106    <title>Installation of Xorg Libraries</title>
    103107
    104     <para>A <ulink url='http://wiki.x.org/wiki/SecurityPage'>security
    105     vulnerability</ulink> has been identified in the libX11 and xtrans
    106     packages. Before building these packages with the commands shown below,
    107     be sure to apply the supplied patches. For libX11, this can be
    108     accomplished with with the following command:</para>
     108    <para><ulink url='http://wiki.x.org/wiki/SecurityPage'>Security
     109    vulnerabilities</ulink> have been identified in the libX11, xtrans
     110    and libXfont packages. Before building these packages with the
     111    commands shown below, be sure to apply the supplied patches.
     112    For libX11, this can be accomplished with with the following
     113    command:</para>
    109114
    110115<screen><userinput>patch -Np1 -i ../libX11-1.0.1-setuid-1.patch</userinput></screen>
     
    114119
    115120<screen><userinput>patch -Np1 -i ../xtrans-1.0.0-setuid-1.patch</userinput></screen>
     121
     122    <para>For libXfont, the patch can be applied with the following
     123    command:</para>
     124
     125<screen><userinput>patch -Np1 -i ../libXfont-1.1.0-cidfonts-1.patch</userinput></screen>
    116126
    117127    <para>Install the libraries by running the following commands for each
Note: See TracChangeset for help on using the changeset viewer.