Changeset 141731e for chapter06


Ignore:
Timestamp:
10/14/2005 02:55:00 PM (19 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Branches:
6.1.1
Children:
e3d212a
Parents:
dfb7ecf
Message:

Added the bzip2 security and install docs patches

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bzip2.xml

    rdfb7ecf r141731e  
    3131<title>Installation of Bzip2</title>
    3232
     33<para>Apply a patch to install the documentation for this package:</para>
     34
     35<screen><userinput>patch -Np1 -i ../&bzip2-docs-patch;</userinput></screen>
     36
     37<para>The <command>bzgrep</command> command does not escape '|' and '&amp;' in
     38filenames passed to it. This allows arbitrary commands to be executed with the
     39privileges of the user running <command>bzgrep</command>. Apply the following to
     40address this:</para>
     41
     42<screen><userinput>patch -Np1 -i ../&bzip2-bzgrep-patch;</userinput></screen>
     43
    3344<para>Prepare Bzip2 for compilation with:</para>
    3445
Note: See TracChangeset for help on using the changeset viewer.