aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-10-14 20:18:19 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-10-14 20:18:19 +0000
commitc11fdfd91dc38f53509fba586c8928856c53ccdc (patch)
tree0a6b339885ea7113014eba6b2ba1fbbd334ad937
parent587a5123d8b077e7d80a1632fd8ff7e130a1f263 (diff)
Fix validation errors in bzip2
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7012 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter03/patches.xml4
-rw-r--r--chapter06/bzip2.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index 95aa53ddb..481610039 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -32,14 +32,14 @@ needed to build an LFS system:</para>
<varlistentry>
<term>Bzip2 Documentation Patch - 1 KB:</term>
<listitem>
-<para><ulink url="&patches-root;&bzip2-docs-patch;"/></para>
+<para><ulink url="&patches-root;bzip2-&bzip2-version;-install_docs-1.patch"/></para>
</listitem>
</varlistentry>
<varlistentry>
<term>Bzip2 Bzgrep Security Fixes Patch - 1 KB:</term>
<listitem>
-<para><ulink url="&patches-root;&bzip2-bzgrep-patch;"/></para>
+<para><ulink url="&patches-root;bzip2-&bzip2-version;-bzgrep_security-1"/></para>
</listitem>
</varlistentry>
diff --git a/chapter06/bzip2.xml b/chapter06/bzip2.xml
index cc4e011fc..fc3c89272 100644
--- a/chapter06/bzip2.xml
+++ b/chapter06/bzip2.xml
@@ -32,14 +32,14 @@ GCC, Glibc, and Make</seg></seglistitem>
<para>Apply a patch to install the documentation for this package:</para>
-<screen><userinput>patch -Np1 -i ../&bzip2-docs-patch;</userinput></screen>
+<screen><userinput>patch -Np1 -i ../bzip2-&bzip2-version;-install_docs-1.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-bzgrep-patch;</userinput></screen>
+<screen><userinput>patch -Np1 -i ../bzip2-&bzip2-version;-bzgrep_security-1.patch</userinput></screen>
<para>Prepare Bzip2 for compilation with:</para>