diff options
-rw-r--r-- | chapter03/patches.xml | 48 | ||||
-rw-r--r-- | general.ent | 4 |
2 files changed, 26 insertions, 26 deletions
diff --git a/chapter03/patches.xml b/chapter03/patches.xml index be39fdde1..e155c227b 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -18,30 +18,30 @@ needed to build an LFS system:</para> <variablelist role="materials"> <varlistentry> -<term>Bash Various Fixes - 23 KB:</term> +<term>Bash Avoid Wcontinued Patch - 1 KB:</term> <listitem> -<para><ulink url="&patches-root;&bash-fixes-patch;"/></para> +<para><ulink url="&patches-root;&bash-avoid_WCONTINUED-patch;"/></para> </listitem> </varlistentry> <varlistentry> -<term>Bash Avoid Wcontinued Patch - 1 KB:</term> +<term>Bash Various Fixes - 23 KB:</term> <listitem> -<para><ulink url="&patches-root;&bash-avoid_WCONTINUED-patch;"/></para> +<para><ulink url="&patches-root;&bash-fixes-patch;"/></para> </listitem> </varlistentry> <varlistentry> -<term>Bzip2 Documentation Patch - 1 KB:</term> +<term>Bzip2 Bzgrep Security Fixes Patch - 1 KB:</term> <listitem> -<para><ulink url="&patches-root;&bzip2-docs-patch;"/></para> +<para><ulink url="&patches-root;&bzip2-bzgrep-patch;"/></para> </listitem> </varlistentry> <varlistentry> -<term>Bzip2 Bzgrep Security Fixes Patch - 1 KB:</term> +<term>Bzip2 Documentation Patch - 1 KB:</term> <listitem> -<para><ulink url="&patches-root;&bzip2-bzgrep-patch;"/></para> +<para><ulink url="&patches-root;&bzip2-docs-patch;"/></para> </listitem> </varlistentry> @@ -88,39 +88,39 @@ needed to build an LFS system:</para> </varlistentry> <varlistentry> -<term>Glibc GCC-4.x Symbols Patch - 5 KB:</term> +<term>Glibc GCC-4.x ELF Patch - 15KB:</term> <listitem> -<para><ulink url="&patches-root;&glibc-gcc4_symbols-patch;"/></para> +<para><ulink url="&patches-root;&glibc-gcc4_elf-patch;"/></para> </listitem> </varlistentry> <varlistentry> -<term>Glibc GCC-4.x String Patch - 2 KB:</term> +<term>Glibc GCC-4.x Iconvdata Patch - 1 KB:</term> <listitem> -<para><ulink url="&patches-root;&glibc-gcc4_string-patch;"/></para> +<para><ulink url="&patches-root;&glibc-gcc4_iconvdata-patch;"/></para> </listitem> </varlistentry> <varlistentry> -<term>Glibc GCC-4.x ELF Patch - 15KB:</term> +<term>Glibc GCC-4.x Mathtest Patch - 9 KB:</term> <listitem> -<para><ulink url="&patches-root;&glibc-gcc4_elf-patch;"/></para> +<para><ulink url="&patches-root;&glibc-gcc4_mathtest-patch;"/></para> </listitem> -</varlistentry> +</varlistentry> <varlistentry> -<term>Glibc GCC-4.x Iconvdata Patch - 1 KB:</term> +<term>Glibc GCC-4.x String Patch - 2 KB:</term> <listitem> -<para><ulink url="&patches-root;&glibc-gcc4_iconvdata-patch;"/></para> +<para><ulink url="&patches-root;&glibc-gcc4_string-patch;"/></para> </listitem> </varlistentry> <varlistentry> -<term>Glibc GCC-4.x Mathtest Patch - 9 KB:</term> +<term>Glibc GCC-4.x Symbols Patch - 5 KB:</term> <listitem> -<para><ulink url="&patches-root;&glibc-gcc4_mathtest-patch;"/></para> +<para><ulink url="&patches-root;&glibc-gcc4_symbols-patch;"/></para> </listitem> -</varlistentry> +</varlistentry> <varlistentry> <term>Gzip Security Patch - 2 KB:</term><listitem> @@ -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> diff --git a/general.ent b/general.ent index 69f76e276..e2ec62038 100644 --- a/general.ent +++ b/general.ent @@ -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}]" --> |