Changeset 851829a for chapter06/perl.xml


Ignore:
Timestamp:
02/25/2006 11:43:44 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
e869351b
Parents:
e02afe0
Message:

Ported r7370 up to r7395 from trunk to alphabetical branch.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/perl.xml

    re02afe0 r851829a  
    4444  <sect2 role="installation">
    4545    <title>Installation of Perl</title>
    46 
    47     <para>A security vulnerability exists in Perl's sprintf function. Apply the
    48     following patch to fix it.</para>
    49 
    50 <screen><userinput>patch -Np1 -i ../&perl-sprintf-patch;</userinput></screen>
    51 
    52     <para>The DB_File module that comes with Perl-&perl-version; is incompatible
    53     with Berkeley DB-&db-version; (the testsuite fails if this module gets built).
    54     Apply the following patch in order to update the DB_File module:</para>
    55 
    56 <screen><userinput>patch -Np1 -i ../&perl-db_file-patch;</userinput></screen>
    5746
    5847    <para>First create a basic <filename>/etc/hosts</filename> file which will be
Note: See TracChangeset for help on using the changeset viewer.