Changeset b6d80e9


Ignore:
Timestamp:
08/07/2006 09:02:28 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:
dc77783f
Parents:
c023b7d
Message:

Fixed vulnerability and removed Glibc hack in Xorg-6.9.0.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rc023b7d rb6d80e9  
    1 <!ENTITY day          "06">                   <!-- Always 2 digits -->
     1<!ENTITY day          "07">                   <!-- Always 2 digits -->
    22<!ENTITY month        "08">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2006">
  • introduction/welcome/changelog.xml

    rc023b7d rb6d80e9  
    4343
    4444    <listitem>
     45      <para>August 7th, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dnicholson] - Added a patch to fix security
     49          vulnerabilities in Xorg-6.9.0. See ticket #2100. Removed
     50          fix for Glibc sys/kd.h as it is now in LFS stable.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4556      <para>August 6th, 2006</para>
    4657      <itemizedlist>
  • x/installing/xorg.xml

    rc023b7d rb6d80e9  
    9090        url="&patch-root;/xorg-&xorg-version;-luit_race-1.patch"/></para>
    9191      </listitem>
     92      <listitem>
     93        <para>Required patch: <ulink
     94        url="&patch-root;/xorg-&xorg-version;-security-2.patch"/></para>
     95      </listitem>
    9296    </itemizedlist>
    9397
     
    198202      <para>The <application>Xorg</application> sources must be patched in
    199203      order to avoid a race condition with the <application>luit</application>
    200       program.  Additionally, the server portion of
    201       <application>Xorg</application> contains 2
     204      program.  Additionally, <application>Xorg</application> contains 3
    202205      <ulink url="http://wiki.x.org/wiki/SecurityPage">security vulnerabilities</ulink>.
    203206      Fix these issues with the following commands:</para>
    204207
    205208<screen><userinput>patch -Np1 -i ../xorg-&xorg-version;-luit_race-1.patch &amp;&amp;
    206 sed -i 's/geteuid /geteuid() /' \
    207     programs/Xserver/hw/xfree86/common/xf86Init.c &amp;&amp;
    208 sed -i 's/ntri &amp; sizeof/ntri * sizeof/' programs/Xserver/render/mitri.c</userinput></screen>
    209 
    210 <!-- To be removed if/when proposed glibc patch is added to LFS SVN
    211      Leave in in for a couple of weeks with 'you may need' and a testcase
    212      around it to save the support list silly questions.  Should remove in
    213      a couple of weeks -->
    214       <para>Recent <application>Glibc</application> may have a problem with its
    215       installed <filename>sys/kd.h</filename> file.
    216       This has recently been fixed in LFS SVN.  Execute the
    217       following commands to work around a broken <filename>kd.h</filename>
    218       file.  The commands will only make the modification if needed:</para>
    219 
    220 <screen><userinput>grep "__undef_LINUX" \
    221     /usr/include/sys/kd.h 2&gt;&amp;1 &gt; /dev/null || \
    222     sed -i.bak '/CONFIG_H/i #include &lt;linux/types.h&gt;' \
    223     programs/Xserver/hw/xfree86/os-support/linux/lnx_agp.c</userinput></screen>
    224 <!-- End remove -->
    225 
    226 
     209patch -Np1 -i ../xorg-&xorg-version;-security-2.patch</userinput></screen>
    227210
    228211      <para>Additionally, if you choose to install
Note: See TracChangeset for help on using the changeset viewer.