Author: manuel
Date: 2005-10-14 18:01:06 -0600 (Fri, 14 Oct 2005)
New Revision: 7018

Modified:
   branches/6.1.1/BOOK/chapter01/changelog.xml
   branches/6.1.1/BOOK/chapter03/patches.xml
   branches/6.1.1/BOOK/chapter05/bash.xml
   branches/6.1.1/BOOK/chapter05/binutils-pass1.xml
   branches/6.1.1/BOOK/chapter05/expect.xml
   branches/6.1.1/BOOK/chapter05/flex.xml
   branches/6.1.1/BOOK/chapter05/gcc-pass2.xml
   branches/6.1.1/BOOK/chapter05/glibc.xml
   branches/6.1.1/BOOK/chapter05/perl.xml
   branches/6.1.1/BOOK/chapter06/bash.xml
   branches/6.1.1/BOOK/chapter06/bzip2.xml
   branches/6.1.1/BOOK/chapter06/coreutils.xml
   branches/6.1.1/BOOK/chapter06/flex.xml
   branches/6.1.1/BOOK/chapter06/gcc.xml
   branches/6.1.1/BOOK/chapter06/glibc.xml
   branches/6.1.1/BOOK/chapter06/gzip.xml
   branches/6.1.1/BOOK/chapter06/inetutils.xml
   branches/6.1.1/BOOK/chapter06/iproute2.xml
   branches/6.1.1/BOOK/chapter06/mktemp.xml
   branches/6.1.1/BOOK/chapter06/readline.xml
   branches/6.1.1/BOOK/chapter06/sysklogd.xml
   branches/6.1.1/BOOK/chapter06/tar.xml
   branches/6.1.1/BOOK/chapter06/texinfo.xml
   branches/6.1.1/BOOK/chapter06/util-linux.xml
   branches/6.1.1/BOOK/chapter06/vim.xml
   branches/6.1.1/BOOK/patches.ent
Log:
Finished the addition of patches.ent

Modified: branches/6.1.1/BOOK/chapter01/changelog.xml
===================================================================
--- branches/6.1.1/BOOK/chapter01/changelog.xml 2005-10-14 23:44:39 UTC (rev 
7017)
+++ branches/6.1.1/BOOK/chapter01/changelog.xml 2005-10-15 00:01:06 UTC (rev 
7018)
@@ -26,13 +26,13 @@
 
 <listitem><para>Added:</para>
 <itemizedlist>
-<listitem><para>binutils-&binutils-version;-gcc4-1.patch</para></listitem>
-<listitem><para>bzip2-&bzip2-version;-install_docs-1.patch</para></listitem>
-<listitem><para>bzip2-&bzip2-version;-bzgrep_security-1.patch</para></listitem>
-<listitem><para>glibc-&glibc-version;-rtld_search_dirs-1.patch</para></listitem>
-<listitem><para>texinfo-&texinfo-version;-tempfile_fix-1.patch</para></listitem>
-<listitem><para>util-linux-&util-linux-version;-umount_fix-1.patch</para></listitem>
-<listitem><para>vim-&vim-version;-security_fix-2.patch</para></listitem>
+<listitem><para>&binutils-gcc4-patch;</para></listitem>
+<listitem><para>&bzip2-docs-patch;</para></listitem>
+<listitem><para>&bzip2-bzgrep-patch;</para></listitem>
+<listitem><para>&glibc-rtld-patch;</para></listitem>
+<listitem><para>&texinfo-tempfile_fix-patch;</para></listitem>
+<listitem><para>&util-linux-umount-patch;</para></listitem>
+<listitem><para>&vim-security_fix-patch;</para></listitem>
 </itemizedlist>
 </listitem>
 
@@ -53,16 +53,16 @@
 </para></listitem>
 
 <listitem><para>October 14th, 2005 [jhuntwork]: Added the bzip2 security
-and install docs patches.</para></listitem>    
+and install docs patches.</para></listitem>
 
 <listitem><para>October 14th, 2005 [jhuntwork]: Added the tempfile patch
-for texinfo.</para></listitem>         
+for texinfo.</para></listitem>
 
 <listitem><para>October 14th, 2005 [ken]: Update packages and patches in
-the changelog to only reflect changes since 6.1.  Update 
zlib.</para></listitem>       
+the changelog to only reflect changes since 6.1.  Update 
zlib.</para></listitem>
 
 <listitem><para>October 13th, 2005 [ken]: Fix known errors in lists of
-installed files and bump the perl version.</para></listitem>   
+installed files and bump the perl version.</para></listitem>
 
 </itemizedlist>
 

Modified: branches/6.1.1/BOOK/chapter03/patches.xml
===================================================================
--- branches/6.1.1/BOOK/chapter03/patches.xml   2005-10-14 23:44:39 UTC (rev 
7017)
+++ branches/6.1.1/BOOK/chapter03/patches.xml   2005-10-15 00:01:06 UTC (rev 
7018)
@@ -16,16 +16,16 @@
 <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>
 

Modified: branches/6.1.1/BOOK/chapter05/bash.xml
===================================================================
--- branches/6.1.1/BOOK/chapter05/bash.xml      2005-10-14 23:44:39 UTC (rev 
7017)
+++ branches/6.1.1/BOOK/chapter05/bash.xml      2005-10-15 00:01:06 UTC (rev 
7018)
@@ -31,7 +31,7 @@
 <para>Bash has a problem when compiled against newer versions of Glibc, causing
 it to hang inappropriately.  This patch fixes the problem:</para>
 
-<screen><userinput>patch -Np1 -i 
../bash-&bash-version;-avoid_WCONTINUED-1.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i 
../&bash-avoid_WCONTINUED-patch;</userinput></screen>
 
 <para>Prepare Bash for compilation:</para>
 

Modified: branches/6.1.1/BOOK/chapter05/binutils-pass1.xml
===================================================================
--- branches/6.1.1/BOOK/chapter05/binutils-pass1.xml    2005-10-14 23:44:39 UTC 
(rev 7017)
+++ branches/6.1.1/BOOK/chapter05/binutils-pass1.xml    2005-10-15 00:01:06 UTC 
(rev 7018)
@@ -43,8 +43,7 @@
 to patch the first build of this version of Binutils so that it can be
 compiled by the host system.</para>
 
-<screen><userinput>patch -Np1 -i ../binutils-&binutils-version;-gcc4-1.patch
-</userinput></screen>
+<screen><userinput>patch -Np1 -i ../&binutils-gcc4-patch;</userinput></screen>
 
 <para>The Binutils documentation recommends building Binutils outside of the
 source directory in a dedicated build directory:</para>

Modified: branches/6.1.1/BOOK/chapter05/expect.xml
===================================================================
--- branches/6.1.1/BOOK/chapter05/expect.xml    2005-10-14 23:44:39 UTC (rev 
7017)
+++ branches/6.1.1/BOOK/chapter05/expect.xml    2005-10-15 00:01:06 UTC (rev 
7018)
@@ -32,7 +32,7 @@
 <para>First, fix a bug that can result in false failures during the GCC test
 suite run:</para>
 
-<screen><userinput>patch -Np1 -i 
../expect-&expect-version;-spawn-1.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i ../&expect-spawn-patch;</userinput></screen>
 
 <para>Now prepare Expect for compilation:</para>
 

Modified: branches/6.1.1/BOOK/chapter05/flex.xml
===================================================================
--- branches/6.1.1/BOOK/chapter05/flex.xml      2005-10-14 23:44:39 UTC (rev 
7017)
+++ branches/6.1.1/BOOK/chapter05/flex.xml      2005-10-15 00:01:06 UTC (rev 
7018)
@@ -30,7 +30,7 @@
 <para>Flex contains several known bugs. These can be fixed with the
 following patch:</para>
 
-<screen><userinput>patch -Np1 -i 
../flex-&flex-version;-debian_fixes-3.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i ../&flex-fixes-patch;</userinput></screen>
 
 <para>The GNU autotools will detect that the Flex source code has been
 modified by the previous patch and tries to update the man page

Modified: branches/6.1.1/BOOK/chapter05/gcc-pass2.xml
===================================================================
--- branches/6.1.1/BOOK/chapter05/gcc-pass2.xml 2005-10-14 23:44:39 UTC (rev 
7017)
+++ branches/6.1.1/BOOK/chapter05/gcc-pass2.xml 2005-10-15 00:01:06 UTC (rev 
7018)
@@ -58,8 +58,8 @@
 
 <para>First correct a known problem and make an essential adjustment:</para>
 
-<screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes-1.patch
-patch -Np1 -i ../gcc-&gcc-version;-specs-2.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i ../&gcc-no_fixincludes-patch;
+patch -Np1 -i ../&gcc-specs-patch;</userinput></screen>
 
 <para>The first patch disables the GCC <command>fixincludes</command>
 script. This was briefly mentioned earlier, but a more in-depth

Modified: branches/6.1.1/BOOK/chapter05/glibc.xml
===================================================================
--- branches/6.1.1/BOOK/chapter05/glibc.xml     2005-10-14 23:44:39 UTC (rev 
7017)
+++ branches/6.1.1/BOOK/chapter05/glibc.xml     2005-10-15 00:01:06 UTC (rev 
7018)
@@ -42,7 +42,7 @@
 problem has been determined to be with the tests themselves, not with the libc
 nor the kernel. If you plan to run the testsuite apply this patch:</para>
 
-<screen><userinput>patch -Np1 -i 
../glibc-&glibc-version;-fix_test-1.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i ../&glibc-testfix-patch;</userinput></screen>
 
 <para>The Glibc documentation recommends building Glibc outside of the source
 directory in a dedicated build directory:</para>

Modified: branches/6.1.1/BOOK/chapter05/perl.xml
===================================================================
--- branches/6.1.1/BOOK/chapter05/perl.xml      2005-10-14 23:44:39 UTC (rev 
7017)
+++ branches/6.1.1/BOOK/chapter05/perl.xml      2005-10-15 00:01:06 UTC (rev 
7018)
@@ -30,7 +30,7 @@
 <para>First adapt some hard-wired paths to the C library by applying
 the following patch:</para>
 
-<screen><userinput>patch -Np1 -i 
../perl-&perl-version;-libc-1.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i ../&perl-libc-patch;</userinput></screen>
 
 <para>Prepare Perl for compilation (make sure to get the 'IO Fcntl POSIX'
 part of the command correct&mdash;they are all letters):</para>

Modified: branches/6.1.1/BOOK/chapter06/bash.xml
===================================================================
--- branches/6.1.1/BOOK/chapter06/bash.xml      2005-10-14 23:44:39 UTC (rev 
7017)
+++ branches/6.1.1/BOOK/chapter06/bash.xml      2005-10-15 00:01:06 UTC (rev 
7018)
@@ -32,12 +32,12 @@
 <para>The following patch fixes various issues, including a problem where Bash
 will sometimes only show 33 characters on a line, then wrap to the next:</para>
 
-<screen><userinput>patch -Np1 -i 
../bash-&bash-version;-fixes-3.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
 
 <para>Bash also has issues when compiled against newer versions of Glibc.  The
 following patch resolves this problem:</para>
 
-<screen><userinput>patch -Np1 -i 
../bash-&bash-version;-avoid_WCONTINUED-1.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i 
../&bash-avoid_WCONTINUED-patch;</userinput></screen>
 
 <para>Prepare Bash for compilation:</para>
 

Modified: branches/6.1.1/BOOK/chapter06/bzip2.xml
===================================================================
--- branches/6.1.1/BOOK/chapter06/bzip2.xml     2005-10-14 23:44:39 UTC (rev 
7017)
+++ branches/6.1.1/BOOK/chapter06/bzip2.xml     2005-10-15 00:01:06 UTC (rev 
7018)
@@ -32,14 +32,14 @@
 
 <para>Apply a patch to install the documentation for this package:</para>
 
-<screen><userinput>patch -Np1 -i 
../bzip2-&bzip2-version;-install_docs-1.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i ../&bzip2-docs-patch;</userinput></screen>
 
 <para>The <command>bzgrep</command> command does not escape '|' and '&amp;' in
 filenames passed to it. This allows arbitrary commands to be executed with the
 privileges of the user running <command>bzgrep</command>. Apply the following 
to
 address this:</para>
 
-<screen><userinput>patch -Np1 -i 
../bzip2-&bzip2-version;-bzgrep_security-1.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i ../&bzip2-bzgrep-patch;</userinput></screen>
 
 <para>Prepare Bzip2 for compilation with:</para>
 

Modified: branches/6.1.1/BOOK/chapter06/coreutils.xml
===================================================================
--- branches/6.1.1/BOOK/chapter06/coreutils.xml 2005-10-14 23:44:39 UTC (rev 
7017)
+++ branches/6.1.1/BOOK/chapter06/coreutils.xml 2005-10-15 00:01:06 UTC (rev 
7018)
@@ -34,13 +34,12 @@
 returns <computeroutput>unknown</computeroutput>. The following patch
 fixes this behavior for Intel architectures:</para>
 
-<screen><userinput>patch -Np1 -i 
../coreutils-&coreutils-version;-uname-2.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i 
../&coreutils-uname-patch;</userinput></screen>
 
 <para>Prevent Coreutils from installing binaries that will be installed by
 other packages later:</para>
 
-<screen><userinput>patch -Np1 -i \
-    
../coreutils-&coreutils-version;-suppress_uptime_kill_su-1.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i 
../&coreutils-suppress-patch;</userinput></screen>
 
 <para>Now prepare Coreutils for compilation:</para>
 

Modified: branches/6.1.1/BOOK/chapter06/flex.xml
===================================================================
--- branches/6.1.1/BOOK/chapter06/flex.xml      2005-10-14 23:44:39 UTC (rev 
7017)
+++ branches/6.1.1/BOOK/chapter06/flex.xml      2005-10-15 00:01:06 UTC (rev 
7018)
@@ -31,7 +31,7 @@
 
 <para>Flex contains several known bugs. Fix these with the following 
patch:</para>
 
-<screen><userinput>patch -Np1 -i 
../flex-&flex-version;-debian_fixes-3.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i ../&flex-fixes-patch;</userinput></screen>
 
 <para>The GNU autotools detects that the Flex source code has been
 modified by the previous patch and tries to update the man page

Modified: branches/6.1.1/BOOK/chapter06/gcc.xml
===================================================================
--- branches/6.1.1/BOOK/chapter06/gcc.xml       2005-10-14 23:44:39 UTC (rev 
7017)
+++ branches/6.1.1/BOOK/chapter06/gcc.xml       2005-10-15 00:01:06 UTC (rev 
7018)
@@ -39,13 +39,13 @@
 <para>Apply only the No-Fixincludes patch (not the Specs patch) also
 used in the previous chapter:</para>
 
-<screen><userinput>patch -Np1 -i 
../gcc-&gcc-version;-no_fixincludes-1.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i 
../&gcc-no_fixincludes-patch;</userinput></screen>
 
 <para>GCC fails to compile some packages outside of a base Linux From Scratch
 install (e.g., Mozilla and kdegraphics) when used in conjunction with newer
 versions of Binutils.  Apply the following patch to fix this issue:</para>
 
-<screen><userinput>patch -Np1 -i 
../gcc-&gcc-version;-linkonce-1.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i ../&gcc-linkonce-patch;</userinput></screen>
 
 <para>Apply a <command>sed</command> substitution that will suppress the
 installation of <filename class="libraryfile">libiberty.a</filename>. The

Modified: branches/6.1.1/BOOK/chapter06/glibc.xml
===================================================================
--- branches/6.1.1/BOOK/chapter06/glibc.xml     2005-10-14 23:44:39 UTC (rev 
7017)
+++ branches/6.1.1/BOOK/chapter06/glibc.xml     2005-10-15 00:01:06 UTC (rev 
7018)
@@ -49,18 +49,18 @@
 threading libraries installed by Glibc.  Unpack the tarball from
 within the Glibc source directory:</para>
 
-<screen><userinput>tar -xjvf 
/sources/glibc-linuxthreads-&glibc-version;.tar.bz2</userinput></screen>
+<screen><userinput>tar -xjvf 
../glibc-linuxthreads-&glibc-version;.tar.bz2</userinput></screen>
 
 <para>In certain rare circumstances, Glibc can segfault when no standard search
 directories exist.  The following patch prevents this:</para> 
 
-<screen><userinput>patch -Np1 -i 
../glibc-&glibc-version;-rtld_search_dirs-1.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i ../&glibc-rtld-patch;</userinput></screen>
 
 <para>Glibc has two tests which fail when the running kernel is 2.6.11.x The
 problem has been determined to be with the tests themselves, not with the libc
 nor the kernel. This patch fixes the problem:</para>
 
-<screen><userinput>patch -Np1 -i 
../glibc-&glibc-version;-fix_test-1.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i ../&glibc-testfix-patch;</userinput></screen>
 
 <para>The Glibc documentation recommends building Glibc outside of the source
 directory in a dedicated build directory:</para>

Modified: branches/6.1.1/BOOK/chapter06/gzip.xml
===================================================================
--- branches/6.1.1/BOOK/chapter06/gzip.xml      2005-10-14 23:44:39 UTC (rev 
7017)
+++ branches/6.1.1/BOOK/chapter06/gzip.xml      2005-10-15 00:01:06 UTC (rev 
7018)
@@ -32,7 +32,7 @@
 <para>Gzip has 2 known security vulnerabilities.  The following patch
 addresses both of them:</para>
 
-<screen><userinput>patch -Np1 -i 
../gzip-&gzip-version;-security_fixes-1.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i 
../&gzip-security_fix-patch;</userinput></screen>
 
 <para>Prepare Gzip for compilation:</para>
 

Modified: branches/6.1.1/BOOK/chapter06/inetutils.xml
===================================================================
--- branches/6.1.1/BOOK/chapter06/inetutils.xml 2005-10-14 23:44:39 UTC (rev 
7017)
+++ branches/6.1.1/BOOK/chapter06/inetutils.xml 2005-10-15 00:01:06 UTC (rev 
7018)
@@ -31,14 +31,14 @@
 <para>Inetutils has issues with the Linux 2.6 kernel series. Fix these
 issues by applying the following patch:</para>
 
-<screen><userinput>patch -Np1 -i 
../inetutils-&inetutils-version;-kernel_headers-1.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i 
../&inetutils-kernel_headers-patch;</userinput></screen>
 
 <para>All programs that come with Inetutils will not be installed.
 However, the Inetutils build system will insist on installing all the
 man pages anyway. The following patch will correct this
 situation:</para>
 
-<screen><userinput>patch -Np1 -i 
../inetutils-&inetutils-version;-no_server_man_pages-1.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i 
../&inetutils-man_pages-patch;</userinput></screen>
 
 <para>Prepare Inetutils for compilation:</para>
 

Modified: branches/6.1.1/BOOK/chapter06/iproute2.xml
===================================================================
--- branches/6.1.1/BOOK/chapter06/iproute2.xml  2005-10-14 23:44:39 UTC (rev 
7017)
+++ branches/6.1.1/BOOK/chapter06/iproute2.xml  2005-10-15 00:01:06 UTC (rev 
7018)
@@ -40,7 +40,7 @@
           url="&blfs-root;view/svn/server/databases.html#db"/>.
     </para>
 
-    <screen><userinput>patch -Np1 -i 
../iproute2-&iproute2-patch-version;-remove_db-1.patch</userinput></screen>
+    <screen><userinput>patch -Np1 -i 
../&iproute2-remove_db-patch;</userinput></screen>
 
     <para>Prepare IPRoute2 for compilation:</para>
     <screen><userinput>./configure </userinput></screen>

Modified: branches/6.1.1/BOOK/chapter06/mktemp.xml
===================================================================
--- branches/6.1.1/BOOK/chapter06/mktemp.xml    2005-10-14 23:44:39 UTC (rev 
7017)
+++ branches/6.1.1/BOOK/chapter06/mktemp.xml    2005-10-15 00:01:06 UTC (rev 
7018)
@@ -33,7 +33,7 @@
 to <command>mktemp</command>. Patch Mktemp to include a
 <command>tempfile</command> wrapper:</para>
 
-<screen><userinput>patch -Np1 -i 
../mktemp-&mktemp-version;-add_tempfile-2.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i 
../&mktemp-tempfile-patch;</userinput></screen>
 
 <para>Prepare Mktemp for compilation:</para>
 

Modified: branches/6.1.1/BOOK/chapter06/readline.xml
===================================================================
--- branches/6.1.1/BOOK/chapter06/readline.xml  2005-10-14 23:44:39 UTC (rev 
7017)
+++ branches/6.1.1/BOOK/chapter06/readline.xml  2005-10-15 00:01:06 UTC (rev 
7018)
@@ -33,7 +33,7 @@
 only shows 33 characters on a line and then wraps to the next line. It also
 includes other fixes recommended by the Readline author.</para>
 
-<screen><userinput>patch -Np1 -i 
../readline-&readline-version;-fixes-1.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i ../&readline-fixes-patch;</userinput></screen>
 
 <para>Prepare Readline for compilation:</para>
 

Modified: branches/6.1.1/BOOK/chapter06/sysklogd.xml
===================================================================
--- branches/6.1.1/BOOK/chapter06/sysklogd.xml  2005-10-14 23:44:39 UTC (rev 
7017)
+++ branches/6.1.1/BOOK/chapter06/sysklogd.xml  2005-10-15 00:01:06 UTC (rev 
7018)
@@ -31,7 +31,7 @@
 <para>The following patch fixes various issues, including a problem building
 Sysklogd with Linux 2.6 series kernels</para>
 
-<screen><userinput>patch -Np1 -i 
../sysklogd-&sysklogd-version;-fixes-1.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i ../&sysklogd-fixes-patch;</userinput></screen>
 
 <para>Compile the package:</para>
 

Modified: branches/6.1.1/BOOK/chapter06/tar.xml
===================================================================
--- branches/6.1.1/BOOK/chapter06/tar.xml       2005-10-14 23:44:39 UTC (rev 
7017)
+++ branches/6.1.1/BOOK/chapter06/tar.xml       2005-10-15 00:01:06 UTC (rev 
7018)
@@ -31,7 +31,7 @@
 <para>Tar has a bug when the <parameter>-S</parameter> option is used
 with files larger than 4 GB. The following patch properly fixes this 
issue:</para>
 
-<screen><userinput>patch -Np1 -i 
../tar-&tar-version;-sparse_fix-1.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i ../&tar-sparse_fix-patch;</userinput></screen>
 
 <para>Prepare Tar for compilation:</para>
 

Modified: branches/6.1.1/BOOK/chapter06/texinfo.xml
===================================================================
--- branches/6.1.1/BOOK/chapter06/texinfo.xml   2005-10-14 23:44:39 UTC (rev 
7017)
+++ branches/6.1.1/BOOK/chapter06/texinfo.xml   2005-10-15 00:01:06 UTC (rev 
7018)
@@ -32,7 +32,7 @@
 <para>Texinfo allows local users to overwrite arbitrary files via a symlink 
attack 
 on temporary files. Apply the following patch to fix this:</para>
 
-<screen><userinput>patch -Np1 -i 
../texinfo-&texinfo-version;-tempfile_fix-1.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i 
../&texinfo-tempfile_fix-patch;</userinput></screen>
 
 <para>Prepare Texinfo for compilation:</para>
 

Modified: branches/6.1.1/BOOK/chapter06/util-linux.xml
===================================================================
--- branches/6.1.1/BOOK/chapter06/util-linux.xml        2005-10-14 23:44:39 UTC 
(rev 7017)
+++ branches/6.1.1/BOOK/chapter06/util-linux.xml        2005-10-15 00:01:06 UTC 
(rev 7018)
@@ -49,12 +49,12 @@
 <para>Util-linux fails to compile against newer versions of Linux-Libc-Headers.
 The following patch properly fixes this issue:</para>
 
-<screen><userinput>patch -Np1 -i 
../util-linux-&util-linux-version;-cramfs-1.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i 
../&util-linux-cramfs-patch;</userinput></screen>
 
 <para>Util-linux has a security vulnerability that could allow a user to 
remount
 a volume without the nosuid option. The following patch fixes this 
issue:</para>
 
-<screen><userinput>patch -Np1 -i 
../util-linux-&util-linux-version;-umount_fix-1.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i 
../&util-linux-umount-patch;</userinput></screen>
 
 <para>Prepare Util-linux for compilation:</para>
 

Modified: branches/6.1.1/BOOK/chapter06/vim.xml
===================================================================
--- branches/6.1.1/BOOK/chapter06/vim.xml       2005-10-14 23:44:39 UTC (rev 
7017)
+++ branches/6.1.1/BOOK/chapter06/vim.xml       2005-10-15 00:01:06 UTC (rev 
7018)
@@ -49,7 +49,7 @@
 <para>Vim has a security vulnerability already addressed upstream.  The
 following patch fixes the problem:</para>
 
-<screen><userinput>patch -Np1 -i 
../vim-&vim-version;-security_fix-2.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i 
../&vim-security_fix-patch;</userinput></screen>
 
 <para>Now prepare Vim for compilation:</para>
 

Modified: branches/6.1.1/BOOK/patches.ent
===================================================================
--- branches/6.1.1/BOOK/patches.ent     2005-10-14 23:44:39 UTC (rev 7017)
+++ branches/6.1.1/BOOK/patches.ent     2005-10-15 00:01:06 UTC (rev 7018)
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
 <!-- Start of Common Patches -->
+<!ENTITY bash-avoid_WCONTINUED-patch 
"bash-&bash-version;-avoid_WCONTINUED-1.patch">
 <!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-3.patch">
-<!ENTITY bash-avoid_WCONTINUED-patch 
"bash-&bash-version;-avoid_WCONTINUED-1.patch">
 
 <!ENTITY binutils-gcc4-patch "binutils-&binutils-version;-gcc4-1.patch">
+
 <!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">
 <!ENTITY bzip2-bzgrep-patch "bzip2-&bzip2-version;-bzgrep_security-1.patch">
 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to