source: BOOK/materials/common/patches.xml @ a4a0c7f

systemd
Last change on this file since a4a0c7f was a4a0c7f, checked in by William Harrington <kb0iic@…>, 7 years ago

Add iputils patch to materials.

  • Property mode set to 100644
File size: 6.3 KB
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f8be484]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
[f4f631d]13  <para>In addition to the packages, several patches are also required.
[3f8be484]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
[35b75e6]17  needed to build a CLFS system:</para>
[3f8be484]18
19  <variablelist role="materials">
20
[0f1924a]21    <varlistentry>
22      <term>Automake Perl Patch - <token>&automake-perl-patch-size;</token>:</term>
23      <listitem>
24        <para>Download: <ulink
25        url="&patches-root;&automake-perl-patch;"/></para>
26        <para>MD5 sum: <literal>&automake-perl-patch-md5;</literal></para>
27      </listitem>
28    </varlistentry>
29
30
[d849dd4]31    <varlistentry>
32      <term>Bash Branch Update Patch - <token>&bash-branch_update-patch-size;</token>:</term>
33      <listitem>
34        <para>Download: <ulink
[8c6fb58]35        url="&patches-root;&bash-branch_update-patch;"/></para>
[d849dd4]36        <para>MD5 sum: <literal>&bash-branch_update-patch-md5;</literal></para>
37      </listitem>
[e2eebf6]38    </varlistentry>
39
[cee9351]40<!-- Binutils branch update area
[3e0fdeb]41    <varlistentry>
42      <term>Binutils Branch Update Patch - <token>&binutils-branch_update-patch-size;</token>:</term>
43      <listitem>
44        <para>Download: <ulink
45        url="&patches-root;&binutils-branch_update-patch;"/></para>
46        <para>MD5 sum: <literal>&binutils-branch_update-patch-md5;</literal></para>
47      </listitem>
48    </varlistentry>
[cee9351]49-->
[aa8d23f]50    <varlistentry>
51      <term>Coreutils Uname Patch - <token>&coreutils-uname-patch-size;</token>:</term>
52      <listitem>
53        <para>Download: <ulink
[8c6fb58]54        url="&patches-root;&coreutils-uname-patch;"/></para>
[aa8d23f]55        <para>MD5 sum: <literal>&coreutils-uname-patch-md5;</literal></para>
[e1aad15]56      </listitem>
57    </varlistentry>
58
[c4ebdab]59<!--GCC Branch Update Area
[e70ebe86]60    <varlistentry>
61      <term>GCC Branch Update Patch - <token>&gcc-branch_update-patch-size;</token>:</term>
62      <listitem>
63        <para>Download: <ulink
[43f9f77]64        url="&patches-root;&gcc-branch_update-patch;"/></para>
[e70ebe86]65        <para>MD5 sum: <literal>&gcc-branch_update-patch-md5;</literal></para>
66      </listitem>
67    </varlistentry>
[c4ebdab]68-->
[3e0fdeb]69
[d52b7f85]70    <varlistentry>
[9f5b4d49]71      <term>Iana-Etc Protocol and Port Numbers Update - <token>&iana-etc-numbers_update-patch-size;</token>:</term>
[d52b7f85]72      <listitem>
73        <para>Download: <ulink
[9f5b4d49]74        url="&patches-root;&iana-etc-numbers_update-patch;"/></para>
75        <para>MD5 sum: <literal>&iana-etc-numbers_update-patch-md5;</literal></para>
[d52b7f85]76      </listitem>
77    </varlistentry>
78
[dc5815da]79    <varlistentry>
[6dc0453]80      <term>Intool Perl Fix - <token>&intltool-perl-patch-size;</token>:</term>
[dc5815da]81      <listitem>
82        <para>Download: <ulink
[6dc0453]83        url="&patches-root;&intltool-perl-patch;"/></para>
84        <para>MD5 sum: <literal>&intltool-perl-patch-md5;</literal></para>
[dc5815da]85      </listitem>
86    </varlistentry>
87
[a4a0c7f]88    <varlistentry>
89      <term>IPUtils Fixes Patch - <token>&iputils-build-patch-size;</token>:</term>
90      <listitem>
91        <para>Download: <ulink
92        url="&patches-root;&iputils-build-patch;"/></para>
93        <para>MD5 sum: <literal>&iputils-build-patch-md5;</literal></para>
94      </listitem>
95    </varlistentry>
96
[b0f2f04]97    <varlistentry>
98      <term>Linux Sublevel Patch - <token>&linux-sublevel-patch-size;</token>:</term>
99      <listitem>
100        <para>Download: <ulink
[57047cf]101        url="&kernel;linux/kernel/v&linux-dl-version;/&linux-sublevel-patch;"/></para>
[b0f2f04]102        <para>MD5 sum: <literal>&linux-sublevel-patch-md5;</literal></para>
103      </listitem>
104    </varlistentry>
105
[3cff625]106    <varlistentry>
107      <term>MPFR Fixes Patch - <token>&mpfr-fixes-patch-size;</token>:</term>
108      <listitem>
109        <para>Download: <ulink
110        url="&patches-root;&mpfr-fixes-patch;"/></para>
111        <para>MD5 sum: <literal>&mpfr-fixes-patch-md5;</literal></para>
112      </listitem>
113    </varlistentry>
114
[55d273f]115    <varlistentry>
116      <term>Ncurses Bash Patch - <token>&ncurses-bashfix-patch-size;</token>:</term>
117      <listitem>
118        <para>Download: <ulink
[8c6fb58]119        url="&patches-root;&ncurses-bashfix-patch;"/></para>
[55d273f]120        <para>MD5 sum: <literal>&ncurses-bashfix-patch-md5;</literal></para>
121      </listitem>
122    </varlistentry>
123
[6f21829]124<!--Ncurses Branch Update Area
[3508ede]125    <varlistentry>
[f9e5ac7]126      <term>Ncurses Branch Update Patch - <token>&ncurses-branch_update-patch-size;</token>:</term>
[0f7e9ab]127      <listitem>
128        <para>Download: <ulink
[8c6fb58]129        url="&patches-root;&ncurses-branch_update-patch;"/></para>
[0f7e9ab]130        <para>MD5 sum: <literal>&ncurses-branch_update-patch-md5;</literal></para>
131      </listitem>
132    </varlistentry>
[6f21829]133-->
[0f7e9ab]134
[001becd]135    <varlistentry>
[6af3a34]136      <term>Readline Branch Update - <token>&readline-branch_update-patch-size;</token>:</term>
[001becd]137      <listitem>
138        <para>Download: <ulink
[8c6fb58]139        url="&patches-root;&readline-branch_update-patch;"/></para>
[6af3a34]140        <para>MD5 sum: <literal>&readline-branch_update-patch-md5;</literal></para>
[001becd]141      </listitem>
142    </varlistentry>
143
[3d97d19]144    <varlistentry>
145      <term>Sysvinit Tools Updates Patch - <token>&sysvinit-tools_updates-patch-size;</token>:</term>
146      <listitem>
147        <para>Download: <ulink
148        url="&patches-root;&sysvinit-tools_updates-patch;"/></para>
149        <para>MD5 sum: <literal>&sysvinit-tools_updates-patch-md5;</literal></para>
150      </listitem>
151    </varlistentry>
152
[d688a85]153<!-- Vim branch update patch area -->
[6334994]154    <varlistentry>
[2830f42]155      <term>Vim Branch Update Patch - <token>&vim-branch_update-patch-size;</token>:</term>
[6334994]156      <listitem>
[f41fea6]157        <para>Download: <ulink
[8c6fb58]158        url="&patches-root;&vim-branch_update-patch;"/></para>
[2830f42]159        <para>MD5 sum: <literal>&vim-branch_update-patch-md5;</literal></para>
[6334994]160      </listitem>
161    </varlistentry>
162
[3f8be484]163  </variablelist>
164
[f4f631d]165  <para os="a">Total size of these patches: about <returnvalue/></para>
166
167  <para>In addition to the above required patches, there exist a number of
[eeba940]168  optional patches created by the CLFS community. These optional patches
[3f8be484]169  solve minor problems or enable functionality that is not enabled by
170  default. Feel free to peruse the patches database located at
[eeba940]171  <ulink url="&patches-root;"/> and acquire any additional
[3f8be484]172  patches to suit the system needs.</para>
173
174</sect1>
Note: See TracBrowser for help on using the repository browser.