Changeset 57764d9


Ignore:
Timestamp:
11/26/2008 04:33:14 AM (15 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
335975f
Parents:
55228883
Message:

Updated to xorg-server-1.5.3.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r55228883 r57764d9  
    419419<!ENTITY xkeyboard-config-version     "1.4">
    420420<!ENTITY xbitmaps-version             "1.0.1">
    421 <!ENTITY xorg-server-version          "1.2.0">
     421<!ENTITY xorg-server-version          "1.5.3">
    422422<!ENTITY libdrm-version               "2.3.1">
    423423<!ENTITY mesalib-version              "7.2">
  • introduction/welcome/changelog.xml

    r55228883 r57764d9  
    6464        <listitem>
    6565          <para>[dj] - Updated to xkeyboard-config-1.4.</para>
     66        </listitem>
     67        <listitem>
     68          <para>[dj] - Updated to xorg-server-1.5.3.</para>
    6669        </listitem>
    6770      </itemizedlist>
  • x/installing/x7server.xml

    r55228883 r57764d9  
    77  <!ENTITY xorg-server-download-http "http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-&xorg-server-version;.tar.bz2">
    88  <!ENTITY xorg-server-download-ftp  "ftp://ftp.x.org/pub/individual/xserver/xorg-server-&xorg-server-version;.tar.bz2">
    9   <!ENTITY xorg-server-md5sum        "ea291c89e68832d570d9d5e007218bd6">
    10   <!ENTITY xorg-server-size          "5.7 MB">
    11   <!ENTITY xorg-server-buildsize     "425 MB">
    12   <!ENTITY xorg-server-time          "4.9 SBU">
     9  <!ENTITY xorg-server-md5sum        "308971036e25250e7fe3cccfd5a120f8">
     10  <!ENTITY xorg-server-size          "5.4 MB">
     11  <!ENTITY xorg-server-buildsize     "208 MB">
     12  <!ENTITY xorg-server-time          "3.1 SBU">
    1313
    1414]>
     
    5656    </itemizedlist>
    5757
    58     <!-- Following patch is security related and should be
    59         fixed for Xorg-7.4 -->
    60     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    61     <itemizedlist spacing="compact">
    62       <listitem>
    63         <para>Required patch: <ulink
    64         url="&patch-root;/xorg-server-&xorg-server-version;-security-1.patch"/></para>
    65       </listitem>
    66     </itemizedlist>
    67 
    6858    <bridgehead renderas="sect3">Xorg Server Dependencies</bridgehead>
    6959
     
    7363
    7464    <bridgehead renderas="sect4">Optional</bridgehead>
    75     <para role="optional"><xref linkend="mesalib"/></para>
     65    <para role="optional"><xref linkend="dbus"/>, <xref linkend="hal"/>, and
     66    <xref linkend="mesalib"/></para>
    7667
    7768    <para condition="html" role="usernotes">User Notes:
     
    8374    <title>Installation of Xorg Server</title>
    8475
    85     <note>
    86       <para>If you intend to build with <application>Mesa</application>,
    87       you must have the <application>Mesa</application> source
    88       directory available when building the
    89       <application>Xorg-server</application>.</para>
    90     </note>
    91 
    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
    96     command:</para>
    97 
    98 <screen><userinput>patch -Np1 -i ../xorg-server-&xorg-server-version;-security-1.patch</userinput></screen>
    99 
    10076    <para>Install the server by running the following commands:</para>
    10177
    10278<screen><userinput>./configure $XORG_CONFIG \
    103     --with-mesa-source=<replaceable>&lt;/absolute/path/to&gt;</replaceable>/Mesa-&mesalib-version; \
    10479    --with-module-dir=$XORG_PREFIX/lib/X11/modules \
    105     --with-dri-driver-path=$XORG_PREFIX/lib/X11/modules/dri \
    10680    --with-xkb-output=/var/lib/xkb \
    10781    --enable-install-setuid &amp;&amp;
     
    12094    <title>Command Explanations</title>
    12195
    122     <para><parameter>--with-mesa-source=...</parameter>: This switch directs
    123     the build system to the location of the <application>Mesa</application>
    124     source directory.  This must be an absolute path. If you wish to build
    125     without <application>Mesa</application>, omit this switch.</para>
    126 
    12796    <para><parameter>--with-module-dir=...</parameter>:  This parameter
    12897    sets the destination for the installed modules.</para>
    129 
    130     <para><parameter>--with-dri-driver-path=...</parameter>:  This is the
    131     location of the <application>Mesa</application> DRI drivers.</para>
    13298
    13399    <para><parameter>--enable-install-setuid</parameter>: The Xorg binary must
     
    143109    <application>Mesa</application>.</para>
    144110
    145     <para><parameter>--disable-xprint</parameter>: Disable building of
    146     the <application>Xprint</application>  extension and server.  This
    147     parameter is required if building without
    148     <application>Mesa</application>.</para>
    149 
     111    <para><parameter>--disable-config-hal</parameter>: Disable the use of
     112    <application>HAL</application>.</para>
     113
     114    <para><parameter>--enable-config-dbus</parameter>: Enable use of
     115    <application>D-Bus</application>.</para>
    150116  </sect2>
    151117
Note: See TracChangeset for help on using the changeset viewer.