Changeset 62657eff
- Timestamp:
- 07/09/2007 12:02:43 AM (17 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 3e249d1d
- Parents:
- 17e3463
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r17e3463 r62657eff 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[dnicholson] - Applied patchlevel updates for Xorg-7.2 49 packages.</para> 50 </listitem> 51 <listitem> 48 52 <para>[randy] - Updated to CUPS-1.2.11.</para> 49 53 </listitem> -
x/installing/x7app.xml
r17e3463 r62657eff 11 11 <!ENTITY x7apps-buildsize "30.7 MB"> 12 12 <!ENTITY x7apps-time "2.9 SBU"> 13 14 <!-- Versions for patches -->15 <!ENTITY xload-version "1.0.1">16 13 17 14 ]> … … 60 57 </itemizedlist> 61 58 62 <!-- Following patch is security related and should be63 fixed for Xorg-7.2 -->64 <bridgehead renderas="sect3">Additional Downloads</bridgehead>65 <itemizedlist spacing="compact">66 <listitem>67 <para>Required patch: <ulink68 url="&patch-root;/xload-&xload-version;-setuid-1.patch"/></para>69 </listitem>70 </itemizedlist>71 72 59 <bridgehead renderas="sect3">Xorg Applications Dependencies</bridgehead> 73 60 … … 108 95 package:</para> 109 96 110 <screen><userinput>case $(basename "$PWD") in 111 xload-&xload-version; ) 112 patch -Np1 -i ../xload-&xload-version;-setuid-1.patch 113 ;; 114 esac && 115 ./configure $XORG_CONFIG && 97 <screen><userinput>./configure $XORG_CONFIG && 116 98 make</userinput></screen> 117 99 … … 125 107 </sect2> 126 108 109 <!-- 127 110 <sect2 role="commands"> 128 111 <title>Command Explanations</title> 129 112 130 <para><command>patch -Np1 -i131 ../xload-&xload-version;-setuid-1.patch</command>: This patch fixes a132 <ulink url='http://wiki.x.org/wiki/Development/Security'>security133 vulnerability</ulink> that has been identified in the xload package.</para>134 135 113 </sect2> 114 --> 136 115 137 116 <sect2 role="content"> -
x/installing/x7data.xml
r17e3463 r62657eff 8 8 <!ENTITY x7data-download-ftp "ftp://ftp.x.org/pub/individual/data/"> 9 9 <!ENTITY x7data-md5sum "&files-anduin;/xorg/md5sums-&xorg7-version;"> 10 <!ENTITY x7data-size "2. 4MB">10 <!ENTITY x7data-size "2.1 MB"> 11 11 <!ENTITY x7data-buildsize "19.5 MB"> 12 12 <!ENTITY x7data-time "0.1 SBU"> -
x/installing/x7driver.xml
r17e3463 r62657eff 8 8 <!ENTITY x7drivers-download-ftp "ftp://ftp.x.org/pub/individual/driver/"> 9 9 <!ENTITY x7drivers-md5sum "&files-anduin;/xorg/md5sums-&xorg7-version;"> 10 <!ENTITY x7drivers-size "1 8.3MB">10 <!ENTITY x7drivers-size "16.7 MB"> 11 11 <!ENTITY x7drivers-buildsize "60.3 MB"> 12 12 <!ENTITY x7drivers-time "6.9 SBU"> -
x/installing/x7lib.xml
r17e3463 r62657eff 8 8 <!ENTITY x7libs-download-ftp "ftp://ftp.x.org/pub/individual/lib/"> 9 9 <!ENTITY x7libs-md5sum "&files-anduin;/xorg/md5sums-&xorg7-version;"> 10 <!ENTITY x7libs-size "11. 7MB">10 <!ENTITY x7libs-size "11.8 MB"> 11 11 <!ENTITY x7libs-buildsize "186 MB"> 12 12 <!ENTITY x7libs-time "6.6 SBU"> 13 13 14 14 <!-- Versions for patches --> 15 <!ENTITY libX11-version "1.1.1"> 16 <!ENTITY libXfont-version "1.2.7"> 15 <!ENTITY libX11-version "1.1.2"> 17 16 18 17 ]> … … 60 59 </itemizedlist> 61 60 62 <!-- Following patch es are security related and should be63 fixed forXorg-7.3 -->61 <!-- Following patch should be fixed in libX11-1.1.3 if released 62 prior to Xorg-7.3 --> 64 63 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 65 64 <itemizedlist spacing="compact"> 66 65 <listitem> 67 66 <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> 73 68 </listitem> 74 69 </itemizedlist> … … 113 108 <screen><userinput>case $(basename "$PWD") in 114 109 libX11-&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 && 111 sed -i 's/_XGet/XGet/' modules/im/ximcp/imDefLkup.c 119 112 ;; 120 113 esac && … … 140 133 will be ignored for other packages.</para> 141 134 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> 147 141 148 142 </sect2> -
x/installing/x7util.xml
r17e3463 r62657eff 8 8 <!ENTITY x7utils-download-ftp "ftp://ftp.x.org/pub/individual/util/"> 9 9 <!ENTITY x7utils-md5sum "&files-anduin;/xorg/md5sums-&xorg7-version;"> 10 <!ENTITY x7utils-size "6 59KB">10 <!ENTITY x7utils-size "664 KB"> 11 11 <!ENTITY x7utils-buildsize "5.2 MB"> 12 12 <!ENTITY x7utils-time "0.1 SBU">
Note:
See TracChangeset
for help on using the changeset viewer.