source: chapter03/patches.xml@ f77b95f

7.8-systemd 7.9-systemd
Last change on this file since f77b95f was f77b95f, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Update to binutils-2.25.1
Update to check-0.10.0
Update to procps-ng-3.3.11
Update to man-pages-4.02
Update to glibc-2.22
Update to linux-4.1.5
Update to tzdata2015f
XML Cleanups
Add a workaround for ncurses in Chapter 5 to not use mawk if found
Document some test suite failures

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10940 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 4.0 KB
RevLine 
[673b0d8]1<?xml version="1.0" encoding="ISO-8859-1"?>
[b06ca36]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[673b0d8]4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
[b0ed1af]7
[673b0d8]8<sect1 id="materials-patches">
[b0ed1af]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">
[146620c]20
[c7997ec]21 <varlistentry>
22 <term>Bash Upstream Fixes Patch - <token>&bash-fixes-patch-size;</token>:</term>
23 <listitem>
24 <para>Download: <ulink url="&patches-root;&bash-fixes-patch;"/></para>
25 <para>MD5 sum: <literal>&bash-fixes-patch-md5;</literal></para>
26 </listitem>
27 </varlistentry>
[146620c]28
[61ce0b1]29 <varlistentry>
30 <term>Bc Memory Leak Patch - <token>&bc-memory-leak-patch-size;</token>:</term>
31 <listitem>
32 <para>Download: <ulink url="&patches-root;&bc-memory-leak-patch;"/></para>
33 <para>MD5 sum: <literal>&bc-memory-leak-patch-md5;</literal></para>
34 </listitem>
35 </varlistentry>
[b0ed1af]36 <varlistentry>
[9b04fe8]37 <term>Bzip2 Documentation Patch - <token>&bzip2-docs-patch-size;</token>:</term>
[b0ed1af]38 <listitem>
[534f5b8]39 <para>Download: <ulink url="&patches-root;&bzip2-docs-patch;"/></para>
[9357812]40 <para>MD5 sum: <literal>&bzip2-docs-patch-md5;</literal></para>
[b0ed1af]41 </listitem>
42 </varlistentry>
43
[324209d]44 <varlistentry>
[9b04fe8]45 <term>Coreutils Internationalization Fixes Patch - <token>&coreutils-i18n-patch-size;</token>:</term>
[b0ed1af]46 <listitem>
[534f5b8]47 <para>Download: <ulink url="&patches-root;&coreutils-i18n-patch;"/></para>
[9357812]48 <para>MD5 sum: <literal>&coreutils-i18n-patch-md5;</literal></para>
[49144a2]49 </listitem>
50 </varlistentry>
[f168b8f]51
[9c7cb63]52 <varlistentry>
53 <term>Glibc FHS Patch - <token>&glibc-fhs-patch-size;</token>:</term>
54 <listitem>
55 <para>Download: <ulink url="&patches-root;&glibc-fhs-patch;"/></para>
56 <para>MD5 sum: <literal>&glibc-fhs-patch-md5;</literal></para>
57 </listitem>
58 </varlistentry>
59
[f8ffb960]60 <varlistentry>
[421011f]61 <term>Kbd Backspace/Delete Fix Patch - <token>&kbd-backspace-patch-size;</token>:</term>
[f8ffb960]62 <listitem>
[421011f]63 <para>Download: <ulink url="&patches-root;&kbd-backspace-patch;"/></para>
64 <para>MD5 sum: <literal>&kbd-backspace-patch-md5;</literal></para>
[18fd33b]65 </listitem>
66 </varlistentry>
[f77b95f]67<!-- <varlistentry> -->
68<!-- <term>Ncurses GCC 5 Fixes Patch - <token>&ncurses-gcc5-buildfixes-patch-size;</token>:</term>
[a90bdb6]69 <listitem>
[47f42fa]70 <para>Download: <ulink url="&patches-root;&ncurses-gcc5-buildfixes-patch;"/></para>
71 <para>MD5 sum: <literal>&ncurses-gcc5-buildfixes-patch-md5;</literal></para>
[a90bdb6]72 </listitem>
[f77b95f]73 </varlistentry> -->
74
[61ce0b1]75 <varlistentry>
76 <term>Readline Upstream Fixes Patch - <token>&readline-fixes-patch-size;</token>:</term>
77 <listitem>
78 <para>Download: <ulink url="&patches-root;&readline-fixes-patch;"/></para>
79 <para>MD5 sum: <literal>&readline-fixes-patch-md5;</literal></para>
80 </listitem>
81 </varlistentry>
[6f34f43]82
[5bbc896]83 <varlistentry>
84 <term>Systemd Compat Patch - <token>&systemd-compat-patch-size;</token>:</term>
85 <listitem>
86 <para>Download: <ulink url="&patches-root;&systemd-compat-patch;"/></para>
87 <para>MD5 sum: <literal>&systemd-compat-patch-md5;</literal></para>
88 </listitem>
89 </varlistentry>
[b0ed1af]90 </variablelist>
91
[9b04fe8]92 <para>Total size of these patches: about <returnvalue/></para>
93
[b0ed1af]94 <para>In addition to the above required patches, there exist a number of
95 optional patches created by the LFS community. These optional patches
96 solve minor problems or enable functionality that is not enabled by
97 default. Feel free to peruse the patches database located at
[f90de83]98 <ulink url="&lfs-root;patches/downloads/"/> and acquire any additional
[fd40de87]99 patches to suit your system needs.</para>
[81fd230]100
[673b0d8]101</sect1>
Note: See TracBrowser for help on using the repository browser.