source: clfs-embedded/BOOK/materials/common/patches.xml @ 128905d

Last change on this file since 128905d was 128905d, checked in by Jim Gifford <clfs@…>, 15 years ago

Fix Validation Errors

  • Property mode set to 100644
File size: 4.4 KB
RevLine 
[a9e389d]1<?xml version="1.0" encoding="ISO-8859-1"?>
[bd48e48]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[a9e389d]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
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 a CLFS system:</para>
18
19  <variablelist role="materials">
20
[e1b2402]21    <varlistentry>
22      <term>Binutils Branch Update Patch - <token>&binutils-branch_update-patch-size;</token>:</term>
23      <listitem>
24        <para>Download: <ulink
25        url="&patches-root;&binutils-branch_update-patch;"/></para>
26        <para>MD5 sum: <literal>&binutils-branch_update-patch-md5;</literal></para>
27      </listitem>
28    </varlistentry>
29
[a9e389d]30    <varlistentry>
31      <term>Binutils Posix Patch - <token>&binutils-posix-patch-size;</token>:</term>
32      <listitem>
33        <para>Download: <ulink
34        url="&patches-root;&binutils-posix-patch;"/></para>
35        <para>MD5 sum: <literal>&binutils-posix-patch-md5;</literal></para>
36      </listitem>
37    </varlistentry>
38
[e666df1]39    <varlistentry>
40      <term>Busybox Fixes Patch - <token>&busybox-fixes-patch-size;</token>:</term>
41      <listitem>
42        <para>Download: <ulink
43        url="&patches-root;&busybox-fixes-patch;"/></para>
44        <para>MD5 sum: <literal>&busybox-fixes-patch-md5;</literal></para>
45      </listitem>
46    </varlistentry>
47
[2567553]48    <varlistentry>
49      <term>Busybox Iptunnel Headers Patch - <token>&busybox-iptunnel_headers-patch-size;</token>:</term>
50      <listitem>
51        <para>Download: <ulink
52        url="&patches-root;&busybox-iptunnel_headers-patch;"/></para>
53        <para>MD5 sum: <literal>&busybox-iptunnel_headers-patch-md5;</literal></para>
54      </listitem>
55    </varlistentry>
56
[128905d]57<!--
[e1b2402]58    <varlistentry>
59      <term>GCC Branch Update Patch - <token>&gcc-branch_update-patch-size;</token>:</term>
60      <listitem>
61        <para>Download: <ulink
62        url="&patches-root;&gcc-branch_update-patch;"/></para>
63        <para>MD5 sum: <literal>&gcc-branch_update-patch-md5;</literal></para>
64      </listitem>
65    </varlistentry>
[128905d]66-->
[e1b2402]67
[a9e389d]68    <varlistentry>
69      <term>GCC Posix Patch - <token>&gcc-posix-patch-size;</token>:</term>
70      <listitem>
71        <para>Download: <ulink
72        url="&patches-root;&gcc-posix-patch;"/></para>
73        <para>MD5 sum: <literal>&gcc-posix-patch-md5;</literal></para>
74      </listitem>
75    </varlistentry>
76
[e1b2402]77    <varlistentry>
78      <term>GMP Branch Update Patch - <token>&gmp-branch_update-patch-size;</token>:</term>
79      <listitem>
80        <para>Download: <ulink
81        url="&patches-root;&gmp-branch_update-patch;"/></para>
82        <para>MD5 sum: <literal>&gmp-branch_update-patch-md5;</literal></para>
83      </listitem>
84    </varlistentry>
85
[4b05af9]86    <varlistentry>
87      <term>Linux Serial Header Fix Patch - <token>&linux-serial-patch-size;</token>:</term>
88      <listitem>
89        <para>Download: <ulink
90        url="&patches-root;&linux-serial-patch;"/></para>
91        <para>MD5 sum: <literal>&linux-serial-patch-md5;</literal></para>
92      </listitem>
93    </varlistentry>
94
[e1b2402]95    <varlistentry>
96      <term>MPFR Branch Update Patch - <token>&mpfr-branch_update-patch-size;</token>:</term>
97      <listitem>
98        <para>Download: <ulink
99        url="&patches-root;&mpfr-branch_update-patch;"/></para>
100        <para>MD5 sum: <literal>&mpfr-branch_update-patch-md5;</literal></para>
101      </listitem>
102    </varlistentry>
103
[2567553]104    <varlistentry>
[128905d]105      <term>uClibc Branch Update Patch - <token>&uclibc-branch_update-patch-size;</token>:</term>
[2567553]106      <listitem>
[128905d]107        <para>Download: <ulink
108        url="&patches-root;&uclibc-branch_update-patch;"/></para>
109        <para>MD5 sum: <literal>&uclibc-branch_update-patch-md5;</literal></para>
[2567553]110      </listitem>
111    </varlistentry>
112
[8520e58]113    <varlistentry>
[12fe1e5]114      <term>Zlib DESTDIR Patch - <token>&zlib-destdir-patch-size;</token>:</term> <listitem>
[8520e58]115        <para>Download: <ulink
[12fe1e5]116        url="&patches-root;&zlib-destdir-patch;"/></para>
117        <para>MD5 sum: <literal>&zlib-destdir-patch-md5;</literal></para>
[8520e58]118      </listitem>
119    </varlistentry>
120
[a9e389d]121  </variablelist>
122
123  <para os="a">Total size of these patches: about <returnvalue/></para>
124
125</sect1>
Note: See TracBrowser for help on using the repository browser.