mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
List required patches in alphabetical order (Bruce Dubbs)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6834 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
c2f2e792fd
commit
b914f8f6d2
@ -17,13 +17,6 @@ needed to build an LFS system:</para>
|
||||
|
||||
<variablelist role="materials">
|
||||
|
||||
<varlistentry>
|
||||
<term>Bash Various Fixes - 23 KB:</term>
|
||||
<listitem>
|
||||
<para><ulink url="&patches-root;&bash-fixes-patch;"/></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Bash Avoid Wcontinued Patch - 1 KB:</term>
|
||||
<listitem>
|
||||
@ -32,9 +25,9 @@ needed to build an LFS system:</para>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Bzip2 Documentation Patch - 1 KB:</term>
|
||||
<term>Bash Various Fixes - 23 KB:</term>
|
||||
<listitem>
|
||||
<para><ulink url="&patches-root;&bzip2-docs-patch;"/></para>
|
||||
<para><ulink url="&patches-root;&bash-fixes-patch;"/></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
@ -45,6 +38,13 @@ needed to build an LFS system:</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Bzip2 Documentation Patch - 1 KB:</term>
|
||||
<listitem>
|
||||
<para><ulink url="&patches-root;&bzip2-docs-patch;"/></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Coreutils Suppress Uptime, Kill, Su Patch - 15 KB:</term>
|
||||
<listitem>
|
||||
@ -87,20 +87,6 @@ needed to build an LFS system:</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Glibc GCC-4.x Symbols Patch - 5 KB:</term>
|
||||
<listitem>
|
||||
<para><ulink url="&patches-root;&glibc-gcc4_symbols-patch;"/></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Glibc GCC-4.x String Patch - 2 KB:</term>
|
||||
<listitem>
|
||||
<para><ulink url="&patches-root;&glibc-gcc4_string-patch;"/></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Glibc GCC-4.x ELF Patch - 15KB:</term>
|
||||
<listitem>
|
||||
@ -122,6 +108,20 @@ needed to build an LFS system:</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Glibc GCC-4.x String Patch - 2 KB:</term>
|
||||
<listitem>
|
||||
<para><ulink url="&patches-root;&glibc-gcc4_string-patch;"/></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Glibc GCC-4.x Symbols Patch - 5 KB:</term>
|
||||
<listitem>
|
||||
<para><ulink url="&patches-root;&glibc-gcc4_symbols-patch;"/></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Gzip Security Patch - 2 KB:</term><listitem>
|
||||
<para><ulink url="&patches-root;&gzip-security_fix-patch;"/></para>
|
||||
@ -178,16 +178,16 @@ needed to build an LFS system:</para>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Tar Sparse Fix Patch - 1 KB:</term>
|
||||
<term>Tar GCC-4.x Fix Patch - 1 KB:</term>
|
||||
<listitem>
|
||||
<para><ulink url="&patches-root;&tar-sparse_fix-patch;"/></para>
|
||||
<para><ulink url="&patches-root;&tar-gcc4_fix-patch;"/></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Tar GCC-4.x Fix Patch - 1 KB:</term>
|
||||
<term>Tar Sparse Fix Patch - 1 KB:</term>
|
||||
<listitem>
|
||||
<para><ulink url="&patches-root;&tar-gcc4_fix-patch;"/></para>
|
||||
<para><ulink url="&patches-root;&tar-sparse_fix-patch;"/></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!ENTITY version "SVN-20050909">
|
||||
<!ENTITY releasedate "September 9, 2005">
|
||||
<!ENTITY version "SVN-20050910">
|
||||
<!ENTITY releasedate "September 10, 2005">
|
||||
<!ENTITY milestone "6.2">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user