source: materials/common/patches.xml @ 3acfa2ef

Last change on this file since 3acfa2ef was 3acfa2ef, checked in by Jim Gifford <clfs@…>, 18 years ago

r2870@server: jim | 2006-04-13 22:31:20 -0700
Updated to GCC 4.1

  • Property mode set to 100644
File size: 6.6 KB
RevLine 
[bf8c11f]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-materials-patches-common">
9  <?dbhtml filename="patches.html"?>
10
11  <title>Needed Patches</title>
12
[93d0ea2c]13  <para os="a">In addition to the packages, several patches are also required.
[bf8c11f]14  These patches correct any mistakes in the packages that should be
15  fixed by the maintainer. The patches also make small modifications to
16  make the packages easier to work with. The following patches will be
17  needed to build an LFS system:</para>
18
19  <variablelist role="materials">
20
[9fc4970]21    <varlistentry>
[30e1949]22      <term>Bash Fixes Patch - 21 KB:</term>
[16419d3]23      <listitem>
24        <para><ulink
25        url="&patches-root;bash/&bash-fixes-patch;"/></para>
26      </listitem>
27    </varlistentry>
28
[9fc4970]29    <varlistentry>
[9bee803]30      <term>Binutils Posix Patch - 4.9 KB:</term>
[bf8c11f]31      <listitem>
32        <para><ulink
33        url="&patches-root;binutils/&binutils-posix-patch;"/></para>
34      </listitem>
35    </varlistentry>
36
[9fc4970]37    <varlistentry>
[9bee803]38      <term>Bzip2 Bzgrep Security Fixes Patch - 1.3 KB:</term>
[bf8c11f]39      <listitem>
40        <para><ulink
41        url="&patches-root;bzip2/&bzip2-bzgrep-patch;"/></para>
42      </listitem>
43    </varlistentry>
44
[af30804]45    <varlistentry>
46      <term>Bzip2 Bzdiff Remove Tempfile - 1.8 KB:</term>
47      <listitem>
48        <para><ulink
49        url="&patches-root;bzip2/&bzip2-remove_tempfile-patch;"/></para>
50      </listitem>
51    </varlistentry>
52
[9fc4970]53    <varlistentry>
[9bee803]54      <term>Bzip2 Documentation Patch - 1.7 KB:</term>
[bf8c11f]55      <listitem>
56        <para><ulink
57        url="&patches-root;bzip2/&bzip2-docs-patch;"/></para>
58      </listitem>
59    </varlistentry>
60
[9fc4970]61    <varlistentry>
[9bee803]62      <term>Coreutils Suppress Uptime, Kill, Su Patch - 13 KB:</term>
[bf8c11f]63      <listitem>
64        <para><ulink
65        url="&patches-root;coreutils/&coreutils-suppress-patch;"/></para>
66      </listitem>
67    </varlistentry>
68
[9fc4970]69    <varlistentry>
[9bee803]70      <term>Expect Spawn Patch - 6.9 KB:</term>
[bf8c11f]71      <listitem>
72        <para><ulink
73        url="&patches-root;expect/&expect-spawn-patch;"/></para>
74      </listitem>
75    </varlistentry>
76
[9fc4970]77    <varlistentry>
[9bee803]78      <term>Gawk Segfault Patch - 1.3 KB:</term>
[bf8c11f]79      <listitem>
80        <para><ulink
81        url="&patches-root;gawk/&gawk-segfault-patch;"/></para>
82      </listitem>
83    </varlistentry>
84
[9fc4970]85    <varlistentry>
[bf8c11f]86      <term>GCC Cross Search Paths Patch - 2 KB:</term>
87      <listitem>
88        <para><ulink
89        url="&patches-root;gcc/&gcc-cross_search-patch;"/></para>
90      </listitem>
91    </varlistentry>
92
[9fc4970]93    <varlistentry>
[3acfa2ef]94      <term>GCC Posix Patch - 9 KB:</term>
[bf8c11f]95      <listitem>
96        <para><ulink
97        url="&patches-root;gcc/&gcc-posix-patch;"/></para>
98      </listitem>
99    </varlistentry>
100
[9fc4970]101    <varlistentry>
[bf8c11f]102      <term>Glibc Disable linking with libgcc_eh.a - 1 KB:</term>
103      <listitem>
104        <para><ulink
105        url="&patches-root;glibc/&glibc-libgcc_eh-patch;"/></para>
106      </listitem>
107    </varlistentry>
108
[9fc4970]109    <varlistentry>
[9bee803]110      <term>Glibc Localedef Segfault - 1.9 KB:</term>
[bf8c11f]111      <listitem>
112        <para><ulink
113        url="&patches-root;glibc/&glibc-localedef_segfault-patch;"/></para>
114      </listitem>
115    </varlistentry>
116
[9fc4970]117    <varlistentry>
[bf8c11f]118      <term>Gzip Security Fix Patch - 2 KB:</term>
119      <listitem>
120        <para><ulink
121        url="&patches-root;gzip/&gzip-security_fix-patch;"/></para>
122      </listitem>
123    </varlistentry>
124
[9fc4970]125    <varlistentry>
[9bee803]126      <term>Inetutils GCC 4.x Fixes Patch - 1.3 KB:</term>
[bf8c11f]127      <listitem>
128        <para><ulink
129        url="&patches-root;inetutils/&inetutils-gcc4_fixes-patch;"/></para>
130      </listitem>
131    </varlistentry>
132
[9fc4970]133    <varlistentry>
[9bee803]134      <term>Inetutils No-Server-Man-Pages Patch - 4.1 KB:</term>
[bf8c11f]135      <listitem>
136        <para><ulink
137        url="&patches-root;inetutils/&inetutils-man_pages-patch;"/></para>
138      </listitem>
139    </varlistentry>
140
[9fc4970]141    <varlistentry>
[9bee803]142      <term>KBD GCC 4.x Fixes Patch - 1.5 KB:</term>
[bf8c11f]143      <listitem>
144        <para><ulink
145        url="&patches-root;kbd/&kbd-gcc4_fixes-patch;"/></para>
146      </listitem>
147    </varlistentry>
148
[9fc4970]149    <varlistentry>
[9bee803]150      <term>Mktemp Tempfile Patch - 3.6 KB:</term>
[bf8c11f]151      <listitem>
152        <para><ulink
153        url="&patches-root;mktemp/&mktemp-tempfile-patch;"/></para>
154      </listitem>
155    </varlistentry>
156
[9fc4970]157    <varlistentry>
[9bee803]158      <term>Perl Libc Patch - 1.1 KB:</term>
[bf8c11f]159      <listitem>
160        <para><ulink
161        url="&patches-root;perl/&perl-libc-patch;"/></para>
[16419d3]162      </listitem>
163    </varlistentry>
164
[9fc4970]165    <varlistentry>
[a83caf9]166      <term>Readline Fixes Patch - 2.1 KB:</term>
[16419d3]167      <listitem>
168        <para><ulink
169        url="&patches-root;readline/&readline-fixes-patch;"/></para>
[bf8c11f]170      </listitem>
171    </varlistentry>
172
[9fc4970]173    <varlistentry>
[9bee803]174      <term>Sysklogd Fixes Patch - 28 KB:</term>
[bf8c11f]175      <listitem>
176        <para><ulink
177        url="&patches-root;sysklogd/&sysklogd-fixes-patch;"/></para>
178      </listitem>
179    </varlistentry>
180
[9fc4970]181    <varlistentry>
[9bee803]182      <term>Tar GCC-4.x Fix Patch - 1.2 KB:</term>
[bf8c11f]183      <listitem>
184        <para><ulink
185        url="&patches-root;tar/&tar-gcc4_fix-patch;"/></para>
186      </listitem>
187    </varlistentry>
188
[9fc4970]189    <varlistentry>
[bf8c11f]190      <term>Tar Sparse Fix Patch - 1 KB:</term>
191      <listitem>
192        <para><ulink
193        url="&patches-root;tar/&tar-sparse_fix-patch;"/></para>
194      </listitem>
195    </varlistentry>
196
[9fc4970]197    <varlistentry>
[ba2a4960]198       <term>Texinfo Tempfile Fix Patch - 2.2 KB:</term>
[bf8c11f]199       <listitem>
200          <para><ulink url="&patches-root;texinfo/&texinfo-tempfile_fix-patch;"/></para>
201       </listitem>
202    </varlistentry>
203
[9fc4970]204    <varlistentry>
[9bee803]205      <term>Util-linux Cramfs Patch - 2.8 KB:</term> <listitem>
[bf8c11f]206        <para><ulink
207        url="&patches-root;util-linux/&util-linux-cramfs-patch;"/></para>
208      </listitem>
209    </varlistentry>
210
[9fc4970]211    <varlistentry>
[9bee803]212      <term>Util-linux GCC 4.x Patch - 1 KB:</term> <listitem>
[bf8c11f]213        <para><ulink
214        url="&patches-root;util-linux/&util-linux-gcc4_fixes-patch;"/></para>
215      </listitem>
216    </varlistentry>
217
[9fc4970]218    <varlistentry>
[6732e02]219      <term>Zlib fPIC Patch - 3.2 KB:</term> <listitem>
220        <para><ulink
221        url="&patches-root;zlib/&zlib-fpic-patch;"/></para>
222      </listitem>
223    </varlistentry>
224
[bf8c11f]225  </variablelist>
226
[93d0ea2c]227  <para os="b">In addition to the above required patches, there exist a number of
[bf8c11f]228  optional patches created by the LFS community. These optional patches
229  solve minor problems or enable functionality that is not enabled by
230  default. Feel free to peruse the patches database located at
231  <ulink url="&lfs-root;patches/"/> and acquire any additional
232  patches to suit the system needs.</para>
233
234</sect1>
Note: See TracBrowser for help on using the repository browser.