source: chapter03/patches.xml@ e8bdec5

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 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 e8bdec5 was e8bdec5, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Update to libcap-2.46.
Update to bc-3.2.4.
Update to autoconf-2.70.
Update to openssl-1.1.1i.
Update to Python3-3.9.1.
Update to linux-5.9.14.
Update to bash-5.1 and readline-8.1.

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

  • Property mode set to 100644
File size: 5.1 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
[afcfd74]8<sect1 id="ch-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">
[e8bdec5]20<!--
[ec786b74]21 <varlistentry>
22 <term>Autoconf Consolidated Fixes Patch - <token>&autoconf-fixes-patch-size;</token>:</term>
23 <listitem>
24 <para>Download: <ulink url="&patches-root;&autoconf-fixes-patch;"/></para>
25 <para>MD5 sum: <literal>&autoconf-fixes-patch-md5;</literal></para>
26 </listitem>
27 </varlistentry>
[e8bdec5]28-->
29<!--
[c7997ec]30 <varlistentry>
31 <term>Bash Upstream Fixes Patch - <token>&bash-fixes-patch-size;</token>:</term>
32 <listitem>
33 <para>Download: <ulink url="&patches-root;&bash-fixes-patch;"/></para>
34 <para>MD5 sum: <literal>&bash-fixes-patch-md5;</literal></para>
[0f344dd]35 </listitem>
36 </varlistentry>
[e8bdec5]37-->
[ba82c18]38<!--
[70e3330]39 <varlistentry>
[ae7f075]40 <term>Binutils Fix for gold Test Suite Patch - <token>&binutils-gold-test-patch-size;</token>:</term>
[70e3330]41 <listitem>
[ae7f075]42 <para>Download: <ulink url="&patches-root;&binutils-gold-test-patch;"/></para>
43 <para>MD5 sum: <literal>&binutils-gold-test-patch-md5;</literal></para>
[70e3330]44 </listitem>
45 </varlistentry>
[ba82c18]46-->
[b0ed1af]47 <varlistentry>
[9b04fe8]48 <term>Bzip2 Documentation Patch - <token>&bzip2-docs-patch-size;</token>:</term>
[b0ed1af]49 <listitem>
[534f5b8]50 <para>Download: <ulink url="&patches-root;&bzip2-docs-patch;"/></para>
[9357812]51 <para>MD5 sum: <literal>&bzip2-docs-patch-md5;</literal></para>
[b0ed1af]52 </listitem>
53 </varlistentry>
54
[324209d]55 <varlistentry>
[9b04fe8]56 <term>Coreutils Internationalization Fixes Patch - <token>&coreutils-i18n-patch-size;</token>:</term>
[b0ed1af]57 <listitem>
[534f5b8]58 <para>Download: <ulink url="&patches-root;&coreutils-i18n-patch;"/></para>
[9357812]59 <para>MD5 sum: <literal>&coreutils-i18n-patch-md5;</literal></para>
[49144a2]60 </listitem>
[b17411e]61 </varlistentry>
[3b1b9de]62
[42130d6]63 <varlistentry>
[12836f5]64 <term>Glibc FHS Patch - <token>&glibc-fhs-patch-size;</token>:</term>
[42130d6]65 <listitem>
[12836f5]66 <para>Download: <ulink url="&patches-root;&glibc-fhs-patch;"/></para>
67 <para>MD5 sum: <literal>&glibc-fhs-patch-md5;</literal></para>
[42130d6]68 </listitem>
69 </varlistentry>
[ba82c18]70<!--
[f7ca699b]71 <varlistentry>
72 <term>GCC Cross Build Fix Patch - <token>&gcc-cross-patch-size;</token>:</term>
73 <listitem>
74 <para>Download: <ulink url="&patches-root;&gcc-cross-patch;"/></para>
75 <para>MD5 sum: <literal>&gcc-cross-patch-md5;</literal></para>
76 </listitem>
77 </varlistentry>
[ba82c18]78-->
[5d1f0157]79 <varlistentry>
[6fc168b]80 <term>Kbd Backspace/Delete Fix Patch - <token>&kbd-backspace-patch-size;</token>:</term>
[5d1f0157]81 <listitem>
[6fc168b]82 <para>Download: <ulink url="&patches-root;&kbd-backspace-patch;"/></para>
83 <para>MD5 sum: <literal>&kbd-backspace-patch-md5;</literal></para>
[5d1f0157]84 </listitem>
85 </varlistentry>
[02796f8]86
87 <varlistentry>
88 <term>Meson Upstream Fix Patch - <token>&meson-fix-patch-size;</token>:</term>
89 <listitem>
90 <para>Download: <ulink url="&patches-root;&meson-fix-patch;"/></para>
91 <para>MD5 sum: <literal>&meson-fix-patch-md5;</literal></para>
92 </listitem>
93 </varlistentry>
94
[6a06eaf]95<!--
[ba82c18]96 <varlistentry>
97 <term>Libpipeline Checks Patch - <token>&libpipeline-checks-patch-size;</token>:</term>
98 <listitem>
99 <para>Download: <ulink url="&patches-root;&libpipeline-checks-patch;"/></para>
100 <para>MD5 sum: <literal>&libpipeline-checks-patch-md5;</literal></para>
101 </listitem>
102 </varlistentry>
[6a06eaf]103-->
[1118b17]104 <varlistentry revision="sysv">
[9132fe4]105 <term>Sysvinit Consolidated Patch - <token>&sysvinit-consolidated-patch-size;</token>:</term>
[67e8a9b]106 <listitem>
[9132fe4]107 <para>Download: <ulink url="&patches-root;&sysvinit-consolidated-patch;"/></para>
108 <para>MD5 sum: <literal>&sysvinit-consolidated-patch-md5;</literal></para>
[67e8a9b]109 </listitem>
110 </varlistentry>
[d53fefa]111
112 <varlistentry revision="systemd">
[22009fb]113 <term>Systemd Upstream Fixes Patch - <token>&systemd-upstream-fixes-patch-size;</token>:</term>
[d53fefa]114 <listitem>
[22009fb]115 <para>Download: <ulink url="&patches-root;&systemd-upstream-fixes-patch;"/></para>
116 <para>MD5 sum: <literal>&systemd-upstream-fixes-patch-md5;</literal></para>
[d53fefa]117 </listitem>
118 </varlistentry>
119
[b0ed1af]120 </variablelist>
121
[9b04fe8]122 <para>Total size of these patches: about <returnvalue/></para>
123
[b0ed1af]124 <para>In addition to the above required patches, there exist a number of
125 optional patches created by the LFS community. These optional patches
126 solve minor problems or enable functionality that is not enabled by
127 default. Feel free to peruse the patches database located at
[f90de83]128 <ulink url="&lfs-root;patches/downloads/"/> and acquire any additional
[fd40de87]129 patches to suit your system needs.</para>
[81fd230]130
[673b0d8]131</sect1>
Note: See TracBrowser for help on using the repository browser.