Ignore:
Timestamp:
01/23/2007 07:00:33 PM (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.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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:
199c618
Parents:
6c787ded
Message:

Add patchlevel Xorg-7.1+ updates and remove unneeded patches

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x7server.xml

    r6c787ded recef83e  
    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        "d070c58a598fb52c5cb86344725c4ad6">
    10   <!ENTITY xorg-server-size          "6.1 MB">
     9  <!ENTITY xorg-server-md5sum        "a8ed678677af8ebb2fba5624602f6b2e">
     10  <!ENTITY xorg-server-size          "6.0 MB">
    1111  <!ENTITY xorg-server-buildsize     "424 MB">
    1212  <!ENTITY xorg-server-time          "5.6 SBU">
     
    6262      <listitem>
    6363        <para>Required patch: <ulink
    64         url="&patch-root;/xorg-server-1.1.0-security-1.patch"/></para>
     64        url="&patch-root;/xorg-server-&xorg-server-version;-security-1.patch"/></para>
    6565      </listitem>
    6666    </itemizedlist>
     
    106106 End remove -->
    107107
    108     <para>Multiple <ulink url='http://wiki.x.org/wiki/SecurityPage'>security
    109     vulnerabilities</ulink> have been identified in the xorg-server
    110     package. Apply a patch to fix these vulnerabilities with the following
     108    <para>A <ulink url='http://wiki.x.org/wiki/SecurityPage'>security
     109    vulnerability</ulink> have been identified in the xorg-server
     110    package. Apply a patch to fix this vulnerabily with the following
    111111    command:</para>
    112112
    113 <screen><userinput>patch -Np1 -i ../xorg-server-1.1.0-security-1.patch</userinput></screen>
     113<screen><userinput>patch -Np1 -i ../xorg-server-&xorg-server-version;-security-1.patch</userinput></screen>
    114114
    115115    <para>Install the server by running the following commands:</para>
Note: See TracChangeset for help on using the changeset viewer.