Author: dnicholson
Date: 2006-10-11 21:28:43 -0600 (Wed, 11 Oct 2006)
New Revision: 6336
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/x/installing/x7lib.xml
trunk/BOOK/x/installing/xorg.xml
Log:
More security patches for Xorg
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2006-10-11 07:42:17 UTC
(rev 6335)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2006-10-12 03:28:43 UTC
(rev 6336)
@@ -45,6 +45,10 @@
<para>October 11th, 2006</para>
<itemizedlist>
<listitem>
+ <para>[dnicholson] - Applied security patches to
+ Xorg-6.9.0 and libXfont-1.1.0.</para>
+ </listitem>
+ <listitem>
<para>[randy] - Updated to NSS-3.11.3.</para>
</listitem>
</itemizedlist>
Modified: trunk/BOOK/x/installing/x7lib.xml
===================================================================
--- trunk/BOOK/x/installing/x7lib.xml 2006-10-11 07:42:17 UTC (rev 6335)
+++ trunk/BOOK/x/installing/x7lib.xml 2006-10-12 03:28:43 UTC (rev 6336)
@@ -55,7 +55,7 @@
</listitem>
</itemizedlist>
- <!-- Following two patches are security related and should be
+ <!-- Following three patches are security related and should be
fixed for Xorg-7.2 -->
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
@@ -67,6 +67,10 @@
<para>Required patch: <ulink
url="&patch-root;/xtrans-1.0.0-setuid-1.patch"/></para>
</listitem>
+ <listitem>
+ <para>Required patch: <ulink
+ url="&patch-root;/libXfont-1.1.0-cidfonts-1.patch"/></para>
+ </listitem>
</itemizedlist>
<bridgehead renderas="sect3">Xorg Libraries Dependencies</bridgehead>
@@ -101,11 +105,12 @@
<sect2 role="installation">
<title>Installation of Xorg Libraries</title>
- <para>A <ulink url='http://wiki.x.org/wiki/SecurityPage'>security
- vulnerability</ulink> has been identified in the libX11 and xtrans
- packages. Before building these packages with the commands shown below,
- be sure to apply the supplied patches. For libX11, this can be
- accomplished with with the following command:</para>
+ <para><ulink url='http://wiki.x.org/wiki/SecurityPage'>Security
+ vulnerabilities</ulink> have been identified in the libX11, xtrans
+ and libXfont packages. Before building these packages with the
+ commands shown below, be sure to apply the supplied patches.
+ For libX11, this can be accomplished with with the following
+ command:</para>
<screen><userinput>patch -Np1 -i
../libX11-1.0.1-setuid-1.patch</userinput></screen>
@@ -114,6 +119,11 @@
<screen><userinput>patch -Np1 -i
../xtrans-1.0.0-setuid-1.patch</userinput></screen>
+ <para>For libXfont, the patch can be applied with the following
+ command:</para>
+
+<screen><userinput>patch -Np1 -i
../libXfont-1.1.0-cidfonts-1.patch</userinput></screen>
+
<para>Install the libraries by running the following commands for each
of the chosen packages:</para>
Modified: trunk/BOOK/x/installing/xorg.xml
===================================================================
--- trunk/BOOK/x/installing/xorg.xml 2006-10-11 07:42:17 UTC (rev 6335)
+++ trunk/BOOK/x/installing/xorg.xml 2006-10-12 03:28:43 UTC (rev 6336)
@@ -91,7 +91,7 @@
</listitem>
<listitem>
<para>Required patch: <ulink
- url="&patch-root;/xorg-&xorg-version;-security-2.patch"/></para>
+ url="&patch-root;/xorg-&xorg-version;-security-3.patch"/></para>
</listitem>
</itemizedlist>
@@ -201,12 +201,13 @@
<para>The <application>Xorg</application> sources must be patched in
order to avoid a race condition with the <application>luit</application>
- program. Additionally, <application>Xorg</application> contains 3
- <ulink url="http://wiki.x.org/wiki/SecurityPage">security
vulnerabilities</ulink>.
- Fix these issues with the following commands:</para>
+ program. Additionally, <application>Xorg</application> contains 4
+ <ulink url="http://wiki.x.org/wiki/SecurityPage">security
+ vulnerabilities</ulink>. Fix these issues with the following
+ commands:</para>
<screen><userinput>patch -Np1 -i ../xorg-&xorg-version;-luit_race-1.patch
&&
-patch -Np1 -i ../xorg-&xorg-version;-security-2.patch</userinput></screen>
+patch -Np1 -i ../xorg-&xorg-version;-security-3.patch</userinput></screen>
<para>Additionally, if you choose to install
<application>Xorg</application> to any prefix other than
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page