mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
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
This commit is contained in:
parent
17e3463045
commit
62657eff30
@ -44,6 +44,10 @@
|
||||
<listitem>
|
||||
<para>July 8th, 2007</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[dnicholson] - Applied patchlevel updates for Xorg-7.2
|
||||
packages.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[randy] - Updated to CUPS-1.2.11.</para>
|
||||
</listitem>
|
||||
|
@ -11,9 +11,6 @@
|
||||
<!ENTITY x7apps-buildsize "30.7 MB">
|
||||
<!ENTITY x7apps-time "2.9 SBU">
|
||||
|
||||
<!-- Versions for patches -->
|
||||
<!ENTITY xload-version "1.0.1">
|
||||
|
||||
]>
|
||||
|
||||
<sect1 id="xorg7-app" xreflabel="Xorg Applications">
|
||||
@ -59,16 +56,6 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<!-- Following patch is security related and should be
|
||||
fixed for Xorg-7.2 -->
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Required patch: <ulink
|
||||
url="&patch-root;/xload-&xload-version;-setuid-1.patch"/></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Xorg Applications Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
@ -107,12 +94,7 @@ grep -v '^#' ../app-&xorg7-version;.wget | wget -i- \
|
||||
<para>Install the applications by running the following commands for each
|
||||
package:</para>
|
||||
|
||||
<screen><userinput>case $(basename "$PWD") in
|
||||
xload-&xload-version; )
|
||||
patch -Np1 -i ../xload-&xload-version;-setuid-1.patch
|
||||
;;
|
||||
esac &&
|
||||
./configure $XORG_CONFIG &&
|
||||
<screen><userinput>./configure $XORG_CONFIG &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>These packages do not provide test suites.</para>
|
||||
@ -124,15 +106,12 @@ make</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<!--
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><command>patch -Np1 -i
|
||||
../xload-&xload-version;-setuid-1.patch</command>: This patch fixes a
|
||||
<ulink url='http://wiki.x.org/wiki/Development/Security'>security
|
||||
vulnerability</ulink> that has been identified in the xload package.</para>
|
||||
|
||||
</sect2>
|
||||
-->
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
@ -7,7 +7,7 @@
|
||||
<!ENTITY x7data-download-http "http://xorg.freedesktop.org/releases/individual/data/">
|
||||
<!ENTITY x7data-download-ftp "ftp://ftp.x.org/pub/individual/data/">
|
||||
<!ENTITY x7data-md5sum "&files-anduin;/xorg/md5sums-&xorg7-version;">
|
||||
<!ENTITY x7data-size "2.4 MB">
|
||||
<!ENTITY x7data-size "2.1 MB">
|
||||
<!ENTITY x7data-buildsize "19.5 MB">
|
||||
<!ENTITY x7data-time "0.1 SBU">
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
<!ENTITY x7drivers-download-http "http://xorg.freedesktop.org/releases/individual/driver/">
|
||||
<!ENTITY x7drivers-download-ftp "ftp://ftp.x.org/pub/individual/driver/">
|
||||
<!ENTITY x7drivers-md5sum "&files-anduin;/xorg/md5sums-&xorg7-version;">
|
||||
<!ENTITY x7drivers-size "18.3 MB">
|
||||
<!ENTITY x7drivers-size "16.7 MB">
|
||||
<!ENTITY x7drivers-buildsize "60.3 MB">
|
||||
<!ENTITY x7drivers-time "6.9 SBU">
|
||||
|
||||
|
@ -7,13 +7,12 @@
|
||||
<!ENTITY x7libs-download-http "http://xorg.freedesktop.org/releases/individual/lib/">
|
||||
<!ENTITY x7libs-download-ftp "ftp://ftp.x.org/pub/individual/lib/">
|
||||
<!ENTITY x7libs-md5sum "&files-anduin;/xorg/md5sums-&xorg7-version;">
|
||||
<!ENTITY x7libs-size "11.7 MB">
|
||||
<!ENTITY x7libs-size "11.8 MB">
|
||||
<!ENTITY x7libs-buildsize "186 MB">
|
||||
<!ENTITY x7libs-time "6.6 SBU">
|
||||
|
||||
<!-- Versions for patches -->
|
||||
<!ENTITY libX11-version "1.1.1">
|
||||
<!ENTITY libXfont-version "1.2.7">
|
||||
<!ENTITY libX11-version "1.1.2">
|
||||
|
||||
]>
|
||||
|
||||
@ -59,17 +58,13 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<!-- Following patches are security related and should be
|
||||
fixed for Xorg-7.3 -->
|
||||
<!-- Following patch should be fixed in libX11-1.1.3 if released
|
||||
prior to Xorg-7.3 -->
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Required patch: <ulink
|
||||
url="&patch-root;/libX11-&libX11-version;-xinitimage-1.patch"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Required patch: <ulink
|
||||
url="&patch-root;/libXfont-&libXfont-version;-bdf_fontsdir-1.patch"/></para>
|
||||
url="&patch-root;/libX11-&libX11-version;-badargs-1.patch"/></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
@ -112,10 +107,8 @@ grep -v '^#' ../lib-&xorg7-version;.wget | wget -i- \
|
||||
|
||||
<screen><userinput>case $(basename "$PWD") in
|
||||
libX11-&libX11-version; )
|
||||
patch -Np1 -i ../libX11-&libX11-version;-xinitimage-1.patch
|
||||
;;
|
||||
libXfont-&libXfont-version; )
|
||||
patch -Np1 -i ../libXfont-&libXfont-version;-bdf_fontsdir-1.patch
|
||||
patch -Np1 -i ../libX11-&libX11-version;-badargs-1.patch &&
|
||||
sed -i 's/_XGet/XGet/' modules/im/ximcp/imDefLkup.c
|
||||
;;
|
||||
esac &&
|
||||
./configure $XORG_CONFIG &&
|
||||
@ -139,11 +132,12 @@ ldconfig</userinput></screen>
|
||||
for it's transport layer unless this parameter is supplied. This parameter
|
||||
will be ignored for other packages.</para>
|
||||
|
||||
<para><command>patch -Np1 -i ...</command>: These commands apply patches
|
||||
to fix <ulink url='http://wiki.x.org/wiki/Development/Security'>security
|
||||
vulnerabilities</ulink> identified in the
|
||||
<application>libX11</application> and <application>libXfont</application>
|
||||
packages.</para>
|
||||
<para><command>patch -Np1 -i ../libX11-&libX11-version;-badargs-1.patch</command>:
|
||||
This patch fixes an error with argument ordering in one of the functions
|
||||
in <application>libX11</application>.</para>
|
||||
|
||||
<para><command>sed -i 's/_XGet/XGet/' modules/im/ximcp/imDefLkup.c</command>:
|
||||
This command fixes a locking bug in <application>libX11</application>.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
<!ENTITY x7utils-download-http "http://xorg.freedesktop.org/releases/individual/util/">
|
||||
<!ENTITY x7utils-download-ftp "ftp://ftp.x.org/pub/individual/util/">
|
||||
<!ENTITY x7utils-md5sum "&files-anduin;/xorg/md5sums-&xorg7-version;">
|
||||
<!ENTITY x7utils-size "659 KB">
|
||||
<!ENTITY x7utils-size "664 KB">
|
||||
<!ENTITY x7utils-buildsize "5.2 MB">
|
||||
<!ENTITY x7utils-time "0.1 SBU">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user