Ignore:
Timestamp:
07/09/2007 12:02:43 AM (17 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
3e249d1d
Parents:
17e3463
Message:

Applied Xorg-7.2 patchlevel updates in accordance with #2225

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x7app.xml

    r17e3463 r62657eff  
    1111  <!ENTITY x7apps-buildsize     "30.7 MB">
    1212  <!ENTITY x7apps-time          "2.9 SBU">
    13 
    14   <!-- Versions for patches -->
    15   <!ENTITY xload-version        "1.0.1">
    1613
    1714]>
     
    6057    </itemizedlist>
    6158
    62     <!-- Following patch is security related and should be
    63         fixed for Xorg-7.2 -->
    64     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    65     <itemizedlist spacing="compact">
    66       <listitem>
    67         <para>Required patch: <ulink
    68         url="&patch-root;/xload-&xload-version;-setuid-1.patch"/></para>
    69       </listitem>
    70     </itemizedlist>
    71 
    7259    <bridgehead renderas="sect3">Xorg Applications Dependencies</bridgehead>
    7360
     
    10895    package:</para>
    10996
    110 <screen><userinput>case $(basename "$PWD") in
    111 xload-&xload-version; )
    112     patch -Np1 -i ../xload-&xload-version;-setuid-1.patch
    113     ;;
    114 esac &amp;&amp;
    115 ./configure $XORG_CONFIG &amp;&amp;
     97<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
    11698make</userinput></screen>
    11799
     
    125107  </sect2>
    126108
     109  <!--
    127110  <sect2 role="commands">
    128111    <title>Command Explanations</title>
    129112
    130     <para><command>patch -Np1 -i
    131     ../xload-&xload-version;-setuid-1.patch</command>: This patch fixes a
    132     <ulink url='http://wiki.x.org/wiki/Development/Security'>security
    133     vulnerability</ulink> that has been identified in the xload package.</para>
    134 
    135113  </sect2>
     114  -->
    136115
    137116  <sect2 role="content">
Note: See TracChangeset for help on using the changeset viewer.