Changeset d456f95e for x/installing


Ignore:
Timestamp:
04/22/2008 02:28:24 PM (16 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:
1fe119b
Parents:
6ba92b5
Message:

Security updates for Xorg-7.2

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

Location:
x/installing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x7lib.xml

    r6ba92b5 rd456f95e  
    1515  <!-- Versions for patches -->
    1616  <!ENTITY libX11-version       "1.1.2">
     17  <!ENTITY libXfont-version     "1.2.8">
    1718
    1819]>
     
    7172        <para>Required patch: <ulink
    7273        url="&patch-root;/libX11-&libX11-version;-badargs-1.patch"/></para>
     74      </listitem>
     75
     76      <!-- Following patch is fixed in libXfont-1.3.2, which is compatible
     77           with Xorg-7.3+ -->
     78      <listitem>
     79        <para>Required patch: <ulink
     80        url="&patch-root;/libXfont-&libXfont-version;-pcf_parser-1.patch"/></para>
    7381      </listitem>
    7482    </itemizedlist>
     
    115123    sed -i 's/_XGet/XGet/' modules/im/ximcp/imDefLkup.c
    116124    ;;
     125libXfont-&libXfont-version; )
     126    patch -Np1 -i ../libXfont-&libXfont-version;-pcf_parser-1.patch
     127    ;;
    117128esac &amp;&amp;
    118129./configure $XORG_CONFIG &amp;&amp;
     
    144155    <para><command>sed -i 's/_XGet/XGet/' modules/im/ximcp/imDefLkup.c</command>:
    145156    This command fixes a locking bug in <application>libX11</application>.</para>
     157
     158    <para><command>patch -Np1 -i ../libXfont-&libXfont-version;-pcf_parser-1.patch</command>:
     159    This patch fixes a <ulink
     160    url="http://wiki.x.org/wiki/Development/Security">security
     161    vulnerability</ulink> in the PCF font parser in
     162    <application>libXfont</application>.</para>
    146163
    147164  </sect2>
  • x/installing/x7server.xml

    r6ba92b5 rd456f95e  
    5757
    5858    <!-- Following patch is security related and should be
    59         fixed for Xorg-7.3 -->
     59        fixed for Xorg-7.4 -->
    6060    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6161    <itemizedlist spacing="compact">
    6262      <listitem>
    6363        <para>Required patch: <ulink
    64         url="&patch-root;/xorg-server-&xorg-server-version;-xcmisc-1.patch"/></para>
     64        url="&patch-root;/xorg-server-&xorg-server-version;-security-1.patch"/></para>
    6565      </listitem>
    6666    </itemizedlist>
     
    9090    </note>
    9191
    92     <para>A <ulink url='http://wiki.x.org/wiki/Development/Security'>security
    93     vulnerability</ulink> has been identified in the xorg-server
    94     package. Apply a patch to fix this vulnerability with the following
     92    <para>Multiple <ulink
     93    url="http://wiki.x.org/wiki/Development/Security">security
     94    vulnerabilities</ulink> have been identified in the xorg-server
     95    package. Apply a patch to fix these vulnerabilities with the following
    9596    command:</para>
    9697
    97 <screen><userinput>patch -Np1 -i ../xorg-server-&xorg-server-version;-xcmisc-1.patch</userinput></screen>
     98<screen><userinput>patch -Np1 -i ../xorg-server-&xorg-server-version;-security-1.patch</userinput></screen>
    9899
    99100    <para>Install the server by running the following commands:</para>
Note: See TracChangeset for help on using the changeset viewer.