Ignore:
Timestamp:
07/09/2007 12:02:43 AM (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.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:
3e249d1d
Parents:
17e3463
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x7lib.xml

    r17e3463 r62657eff  
    88  <!ENTITY x7libs-download-ftp  "ftp://ftp.x.org/pub/individual/lib/">
    99  <!ENTITY x7libs-md5sum        "&files-anduin;/xorg/md5sums-&xorg7-version;">
    10   <!ENTITY x7libs-size          "11.7 MB">
     10  <!ENTITY x7libs-size          "11.8 MB">
    1111  <!ENTITY x7libs-buildsize     "186 MB">
    1212  <!ENTITY x7libs-time          "6.6 SBU">
    1313
    1414  <!-- Versions for patches -->
    15   <!ENTITY libX11-version       "1.1.1">
    16   <!ENTITY libXfont-version     "1.2.7">
     15  <!ENTITY libX11-version       "1.1.2">
    1716
    1817]>
     
    6059    </itemizedlist>
    6160
    62     <!-- Following patches are security related and should be
    63         fixed for Xorg-7.3 -->
     61    <!-- Following patch should be fixed in libX11-1.1.3 if released
     62        prior to Xorg-7.3 -->
    6463    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6564    <itemizedlist spacing="compact">
    6665      <listitem>
    6766        <para>Required patch: <ulink
    68         url="&patch-root;/libX11-&libX11-version;-xinitimage-1.patch"/></para>
    69       </listitem>
    70       <listitem>
    71         <para>Required patch: <ulink
    72         url="&patch-root;/libXfont-&libXfont-version;-bdf_fontsdir-1.patch"/></para>
     67        url="&patch-root;/libX11-&libX11-version;-badargs-1.patch"/></para>
    7368      </listitem>
    7469    </itemizedlist>
     
    113108<screen><userinput>case $(basename "$PWD") in
    114109libX11-&libX11-version; )
    115     patch -Np1 -i ../libX11-&libX11-version;-xinitimage-1.patch
    116     ;;
    117 libXfont-&libXfont-version; )
    118     patch -Np1 -i ../libXfont-&libXfont-version;-bdf_fontsdir-1.patch
     110    patch -Np1 -i ../libX11-&libX11-version;-badargs-1.patch &amp;&amp;
     111    sed -i 's/_XGet/XGet/' modules/im/ximcp/imDefLkup.c
    119112    ;;
    120113esac &amp;&amp;
     
    140133    will be ignored for other packages.</para>
    141134
    142     <para><command>patch -Np1 -i ...</command>: These commands apply patches
    143     to fix <ulink url='http://wiki.x.org/wiki/Development/Security'>security
    144     vulnerabilities</ulink> identified in the
    145     <application>libX11</application> and <application>libXfont</application>
    146     packages.</para>
     135    <para><command>patch -Np1 -i ../libX11-&libX11-version;-badargs-1.patch</command>:
     136    This patch fixes an error with argument ordering in one of the functions
     137    in <application>libX11</application>.</para>
     138
     139    <para><command>sed -i 's/_XGet/XGet/' modules/im/ximcp/imDefLkup.c</command>:
     140    This command fixes a locking bug in <application>libX11</application>.</para>
    147141
    148142  </sect2>
Note: See TracChangeset for help on using the changeset viewer.