Changeset 62657eff


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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r17e3463 r62657eff  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[dnicholson] - Applied patchlevel updates for Xorg-7.2
     49          packages.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[randy] - Updated to CUPS-1.2.11.</para>
    4953        </listitem>
  • x/installing/x7app.xml

    r17e3463 r62657eff  
    1111  <!ENTITY x7apps-buildsize     "30.7 MB">
    1212  <!ENTITY x7apps-time          "2.9 SBU">
    13 
    14   <!-- Versions for patches -->
    15   <!ENTITY xload-version        "1.0.1">
    1613
    1714]>
     
    6057    </itemizedlist>
    6158
    62     <!-- Following patch is security related and should be
    63         fixed for Xorg-7.2 -->
    64     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    65     <itemizedlist spacing="compact">
    66       <listitem>
    67         <para>Required patch: <ulink
    68         url="&patch-root;/xload-&xload-version;-setuid-1.patch"/></para>
    69       </listitem>
    70     </itemizedlist>
    71 
    7259    <bridgehead renderas="sect3">Xorg Applications Dependencies</bridgehead>
    7360
     
    10895    package:</para>
    10996
    110 <screen><userinput>case $(basename "$PWD") in
    111 xload-&xload-version; )
    112     patch -Np1 -i ../xload-&xload-version;-setuid-1.patch
    113     ;;
    114 esac &amp;&amp;
    115 ./configure $XORG_CONFIG &amp;&amp;
     97<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
    11698make</userinput></screen>
    11799
     
    125107  </sect2>
    126108
     109  <!--
    127110  <sect2 role="commands">
    128111    <title>Command Explanations</title>
    129112
    130     <para><command>patch -Np1 -i
    131     ../xload-&xload-version;-setuid-1.patch</command>: This patch fixes a
    132     <ulink url='http://wiki.x.org/wiki/Development/Security'>security
    133     vulnerability</ulink> that has been identified in the xload package.</para>
    134 
    135113  </sect2>
     114  -->
    136115
    137116  <sect2 role="content">
  • x/installing/x7data.xml

    r17e3463 r62657eff  
    88  <!ENTITY x7data-download-ftp  "ftp://ftp.x.org/pub/individual/data/">
    99  <!ENTITY x7data-md5sum        "&files-anduin;/xorg/md5sums-&xorg7-version;">
    10   <!ENTITY x7data-size          "2.4 MB">
     10  <!ENTITY x7data-size          "2.1 MB">
    1111  <!ENTITY x7data-buildsize     "19.5 MB">
    1212  <!ENTITY x7data-time          "0.1 SBU">
  • x/installing/x7driver.xml

    r17e3463 r62657eff  
    88  <!ENTITY x7drivers-download-ftp  "ftp://ftp.x.org/pub/individual/driver/">
    99  <!ENTITY x7drivers-md5sum        "&files-anduin;/xorg/md5sums-&xorg7-version;">
    10   <!ENTITY x7drivers-size          "18.3 MB">
     10  <!ENTITY x7drivers-size          "16.7 MB">
    1111  <!ENTITY x7drivers-buildsize     "60.3 MB">
    1212  <!ENTITY x7drivers-time          "6.9 SBU">
  • 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>
  • x/installing/x7util.xml

    r17e3463 r62657eff  
    88  <!ENTITY x7utils-download-ftp  "ftp://ftp.x.org/pub/individual/util/">
    99  <!ENTITY x7utils-md5sum        "&files-anduin;/xorg/md5sums-&xorg7-version;">
    10   <!ENTITY x7utils-size          "659 KB">
     10  <!ENTITY x7utils-size          "664 KB">
    1111  <!ENTITY x7utils-buildsize     "5.2 MB">
    1212  <!ENTITY x7utils-time          "0.1 SBU">
Note: See TracChangeset for help on using the changeset viewer.