source: chapter03/patches.xml@ fc0e418d

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since fc0e418d was ae9e48b, checked in by Matthew Burgess <matthew@…>, 18 years ago

Add upstream fixes 001-002 for Readline

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7383 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 7.5 KB
Line 
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="materials-patches">
9 <?dbhtml filename="patches.html"?>
10
11 <title>Needed Patches</title>
12
13 <para>In addition to the packages, several patches are also required.
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
21 <varlistentry>
22 <term>Bash Upstream Fixes Patch - 118 KB:</term>
23 <listitem>
24 <para><ulink url="&patches-root;&bash-fixes-patch;"/></para>
25 </listitem>
26 </varlistentry>
27
28 <varlistentry>
29 <term>Bzip2 Bzgrep Security Fixes Patch - 1 KB:</term>
30 <listitem>
31 <para><ulink url="&patches-root;&bzip2-bzgrep-patch;"/></para>
32 </listitem>
33 </varlistentry>
34
35 <varlistentry>
36 <term>Bzip2 Documentation Patch - 1 KB:</term>
37 <listitem>
38 <para><ulink url="&patches-root;&bzip2-docs-patch;"/></para>
39 </listitem>
40 </varlistentry>
41
42 <varlistentry>
43 <term>Coreutils Internationalization Fixes Patch - 110 KB:</term>
44 <listitem>
45 <para><ulink url="&patches-root;&coreutils-i18n-patch;"/></para>
46 </listitem>
47 </varlistentry>
48
49 <varlistentry>
50 <term>Coreutils Suppress Uptime, Kill, Su Patch - 15 KB:</term>
51 <listitem>
52 <para><ulink url="&patches-root;&coreutils-suppress-patch;"/></para>
53 </listitem>
54 </varlistentry>
55
56 <varlistentry>
57 <term>Coreutils Uname Patch - 4 KB:</term>
58 <listitem>
59 <para><ulink url="&patches-root;&coreutils-uname-patch;"/></para>
60 </listitem>
61 </varlistentry>
62
63 <varlistentry>
64 <term>Diffutils Internationalization Fixes Patch - 18 KB:</term>
65 <listitem>
66 <para><ulink url="&patches-root;&diffutils-i18n-patch;"/></para>
67 </listitem>
68 </varlistentry>
69
70 <varlistentry>
71 <term>Expect Spawn Patch - 7 KB:</term>
72 <listitem>
73 <para><ulink url="&patches-root;&expect-spawn-patch;"/></para>
74 </listitem>
75 </varlistentry>
76
77 <varlistentry>
78 <term>Flex Brokenness Patch - 156 KB:</term>
79 <listitem>
80 <para><ulink url="&patches-root;&flex-fixes-patch;"/></para>
81 </listitem>
82 </varlistentry>
83
84 <varlistentry>
85 <term>Gawk Segfault Patch - 1 KB:</term>
86 <listitem>
87 <para><ulink url="&patches-root;&gawk-segfault-patch;"/></para>
88 </listitem>
89 </varlistentry>
90
91 <varlistentry>
92 <term>GCC Specs Patch - 14 KB:</term>
93 <listitem>
94 <para><ulink url="&patches-root;&gcc-specs-patch;"/></para>
95 </listitem>
96 </varlistentry>
97
98 <varlistentry>
99 <term>Grep RedHat Fixes Patch - 56 KB:</term>
100 <listitem>
101 <para><ulink url="&patches-root;&grep-fixes-patch;"/></para>
102 </listitem>
103 </varlistentry>
104
105 <varlistentry>
106 <term>Groff Debian Patch - 129 KB:</term>
107 <listitem>
108 <para><ulink url="http://ftp.debian.org/debian/pool/main/g/groff/&groff-debian-patch;"/></para>
109
110 <note>
111 <para>Groff Debian Patch (&groff-version;-&groff-patchlevel;) may no
112 longer be available at the listed location. The site administrators
113 of the master download location occasionally remove older versions
114 when new ones are released. There is no alternative download location
115 yet.</para>
116 </note>
117 <!-- Actually there's snapshot.debian.net, but they have hardware problems -->
118 </listitem>
119 </varlistentry>
120
121 <varlistentry>
122 <term>Gzip Security Patch - 2 KB:</term>
123 <listitem>
124 <para><ulink url="&patches-root;&gzip-security_fix-patch;"/></para>
125 </listitem>
126 </varlistentry>
127
128 <varlistentry>
129 <term>Kbd Backspace/Delete Fix Patch - 1 KB:</term>
130 <listitem>
131 <para><ulink url="&patches-root;&kbd-backspace-patch;"/></para>
132 </listitem>
133 </varlistentry>
134
135 <varlistentry>
136 <term>Kbd GCC-4.x Fix Patch - 1 KB:</term>
137 <listitem>
138 <para><ulink url="&patches-root;&kbd-gcc4_fixes-patch;"/></para>
139 </listitem>
140 </varlistentry>
141
142 <varlistentry>
143 <term>Inetutils GCC-4.x Fix Patch - 2 KB:</term>
144 <listitem>
145 <para><ulink url="&patches-root;&inetutils-gcc4_fixes-patch;"/></para>
146 </listitem>
147 </varlistentry>
148
149 <varlistentry>
150 <term>Inetutils No-Server-Man-Pages Patch - 4 KB:</term>
151 <listitem>
152 <para><ulink url="&patches-root;&inetutils-man_pages-patch;"/></para>
153 </listitem>
154 </varlistentry>
155
156 <varlistentry>
157 <term>Linux kernel UTF-8 Composing Patch - 3 KB:</term>
158 <listitem>
159 <para><ulink url="&patches-root;&linux-utf8-patch;"/></para>
160 </listitem>
161 </varlistentry>
162
163 <varlistentry>
164 <term>Mktemp Tempfile Patch - 4 KB:</term>
165 <listitem>
166 <para><ulink url="&patches-root;&mktemp-tempfile-patch;"/></para>
167 </listitem>
168 </varlistentry>
169
170 <varlistentry>
171 <term>Ncurses Fixes Patch - 9 KB:</term>
172 <listitem>
173 <para><ulink url="&patches-root;&ncurses-fixes-patch;"/></para>
174 </listitem>
175 </varlistentry>
176
177 <varlistentry>
178 <term>Perl Libc Patch - 1 KB:</term>
179 <listitem>
180 <para><ulink url="&patches-root;&perl-libc-patch;"/></para>
181 </listitem>
182 </varlistentry>
183
184 <varlistentry>
185 <term>Readline Upstream Fixes Patch - 2 KB:</term>
186 <listitem>
187 <para><ulink url="&patches-root;&readline-fixes-patch;"/></para>
188 </listitem>
189 </varlistentry>
190
191 <varlistentry>
192 <term>Sysklogd 8-Bit Cleanness Patch - 1 KB:</term>
193 <listitem>
194 <para><ulink url="&patches-root;&sysklogd-8bit-patch;"/></para>
195 </listitem>
196 </varlistentry>
197
198 <varlistentry>
199 <term>Sysklogd Fixes Patch - 27 KB:</term>
200 <listitem>
201 <para><ulink url="&patches-root;&sysklogd-fixes-patch;"/></para>
202 </listitem>
203 </varlistentry>
204
205 <varlistentry>
206 <term>Tar GCC-4.x Fix Patch - 1 KB:</term>
207 <listitem>
208 <para><ulink url="&patches-root;&tar-gcc4_fix-patch;"/></para>
209 </listitem>
210 </varlistentry>
211
212 <varlistentry>
213 <term>Tar Sparse Fix Patch - 1 KB:</term>
214 <listitem>
215 <para><ulink url="&patches-root;&tar-sparse_fix-patch;"/></para>
216 </listitem>
217 </varlistentry>
218
219 <varlistentry>
220 <term>Texinfo Multibyte Fixes Patch - 1 KB:</term>
221 <listitem>
222 <para><ulink url="&patches-root;&texinfo-multibyte-patch;"/></para>
223 </listitem>
224 </varlistentry>
225
226
227 <varlistentry>
228 <term>Texinfo Tempfile Fix Patch - 2 KB:</term>
229 <listitem>
230 <para><ulink url="&patches-root;&texinfo-tempfile_fix-patch;"/></para>
231 </listitem>
232 </varlistentry>
233
234 <varlistentry>
235 <term>Util-linux Cramfs Patch - 3 KB:</term> <listitem>
236 <para><ulink url="&patches-root;&util-linux-cramfs-patch;"/></para>
237 </listitem>
238 </varlistentry>
239
240 </variablelist>
241
242 <para>In addition to the above required patches, there exist a number of
243 optional patches created by the LFS community. These optional patches
244 solve minor problems or enable functionality that is not enabled by
245 default. Feel free to peruse the patches database located at
246 <ulink url="&lfs-root;patches/"/> and acquire any additional
247 patches to suit the system needs.</para>
248
249</sect1>
Note: See TracBrowser for help on using the repository browser.