source: chapter03/patches.xml@ 3ca3978

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 3ca3978 was 3ca3978, checked in by Matthew Burgess <matthew@…>, 19 years ago

Re-add the Inetutils kernel headers patch

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

  • Property mode set to 100644
File size: 4.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 <!ENTITY % patches-entities SYSTEM "../patches.ent">
5 %general-entities;
6 %patches-entities;
7]>
8<sect1 id="materials-patches">
9<title>Needed Patches</title>
10<?dbhtml filename="patches.html"?>
11
12<para>In addition to the packages, several patches are also required.
13These patches correct any mistakes in the packages that should be
14fixed by the maintainer. The patches also make small modifications to
15make the packages easier to work with. The following patches will be
16needed to build an LFS system:</para>
17
18<variablelist role="materials">
19
20<varlistentry>
21<term>Bash Various Fixes - 23 KB:</term>
22<listitem>
23<para><ulink url="&patches-root;&bash-fixes-patch;"/></para>
24</listitem>
25</varlistentry>
26
27<varlistentry>
28<term>Bash Avoid Wcontinued Patch - 1 KB:</term>
29<listitem>
30<para><ulink url="&patches-root;&bash-avoid_WCONTINUED-patch;"/></para>
31</listitem>
32</varlistentry>
33
34<varlistentry>
35<term>Coreutils Suppress Uptime, Kill, Su Patch - 16 KB:</term>
36<listitem>
37<para><ulink url="&patches-root;&coreutils-suppress-patch;"/></para>
38</listitem>
39</varlistentry>
40
41<varlistentry>
42<term>Coreutils Uname Patch - 1 KB:</term>
43<listitem>
44<para><ulink url="&patches-root;&coreutils-uname-patch;"/></para>
45</listitem>
46</varlistentry>
47
48<varlistentry>
49<term>Expect Spawn Patch - 6 KB:</term>
50<listitem>
51<para><ulink url="&patches-root;&expect-spawn-patch;"/></para>
52</listitem>
53</varlistentry>
54
55<varlistentry>
56<term>Flex Brokenness Patch - 8 KB:</term>
57<listitem>
58<para><ulink url="&patches-root;&flex-fixes-patch;"/></para>
59</listitem>
60</varlistentry>
61
62<varlistentry>
63<term> GCC Linkonce Patch - 12 KB:</term>
64<listitem>
65<para><ulink url="&patches-root;&gcc-linkonce-patch;"/></para>
66</listitem>
67</varlistentry>
68
69<varlistentry>
70<term>GCC No-Fixincludes Patch - 1 KB:</term>
71<listitem>
72<para><ulink url="&patches-root;&gcc-no_fixincludes-patch;"/></para>
73</listitem>
74</varlistentry>
75
76<varlistentry>
77<term>GCC Specs Patch - 11 KB:</term>
78<listitem>
79<para><ulink url="&patches-root;&gcc-specs-patch;"/></para>
80</listitem>
81</varlistentry>
82
83<varlistentry>
84<term>Glibc Fix Testsuite Patch - 1 KB:</term>
85<listitem>
86<para><ulink url="&patches-root;&glibc-testfix-patch;"/></para>
87</listitem>
88</varlistentry>
89
90<varlistentry>
91<term>Gzip Security Patch - 2KB:</term><listitem>
92<para><ulink url="&patches-root;&gzip-security_fix-patch;"/></para>
93</listitem>
94</varlistentry>
95
96<varlistentry>
97<term>Inetutils Kernel Headers Patch - 1 KB:</term>
98<listitem>
99<para><ulink url="&patches-root;&inetutils-kernel_headers-patch;"/></para>
100</listitem>
101</varlistentry>
102
103<varlistentry>
104<term>Inetutils No-Server-Man-Pages Patch - 4 KB:</term>
105<listitem>
106<para><ulink url="&patches-root;&inetutils-man_pages-patch;"/></para>
107</listitem>
108</varlistentry>
109
110<varlistentry>
111<term>Mktemp Tempfile Patch - 3 KB:</term>
112<listitem>
113<para><ulink url="&patches-root;&mktemp-tempfile-patch;"/></para>
114</listitem>
115</varlistentry>
116
117<varlistentry>
118<term>Perl Libc Patch - 1 KB:</term>
119<listitem>
120<para><ulink url="&patches-root;&perl-libc-patch;"/></para>
121</listitem>
122</varlistentry>
123
124<varlistentry>
125<term>Readline Fixes Patch - 1 KB:</term>
126<listitem>
127<para><ulink url="&patches-root;&readline-fixes-patch;"/></para>
128</listitem>
129</varlistentry>
130
131<varlistentry>
132<term>Sysklogd Fixes Patch - 27 KB:</term>
133<listitem>
134<para><ulink url="&patches-root;&sysklogd-fixes-patch;"/></para>
135</listitem>
136</varlistentry>
137
138<varlistentry>
139<term>Tar Sparse Fix Patch - 1 KB:</term>
140<listitem>
141<para><ulink url="&patches-root;&tar-sparse_fix-patch;"/></para>
142</listitem>
143</varlistentry>
144
145<varlistentry>
146<term>Util-linux Cramfs Patch - 2kb:</term> <listitem>
147<para><ulink url="&patches-root;&util-linux-cramfs-patch;"/></para>
148</listitem>
149</varlistentry>
150
151<varlistentry>
152<term>Vim Security Patch - 8KB:</term><listitem>
153<para><ulink url="&patches-root;&vim-security_fix-patch;"/></para>
154</listitem>
155</varlistentry>
156
157</variablelist>
158
159<para>In addition to the above required patches, there exist a number of
160optional patches created by the LFS community. These optional patches
161solve minor problems or enable functionality that is not enabled by
162default. Feel free to peruse the patches database located at
163<ulink url="&lfs-root;patches/"/> and acquire any additional
164patches to suit the system needs.</para>
165
166</sect1>
167
Note: See TracBrowser for help on using the repository browser.