aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2006-02-19 20:13:22 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2006-02-19 20:13:22 +0000
commitc4aba10f0f68f6f2c857c1917976646e48d37a52 (patch)
treed921238b698e816d47ec48dc59753d3a490f4049 /chapter06
parente178a8e0d3bbf7cebbaf7c01f4382292d380e33e (diff)
Upgrade to Perl 5.8.8
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7377 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/perl.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml
index 277d831a2..dd3fee746 100644
--- a/chapter06/perl.xml
+++ b/chapter06/perl.xml
@@ -44,17 +44,6 @@
<sect2 role="installation">
<title>Installation of Perl</title>
- <para>A security vulnerability exists in Perl's sprintf function. Apply the
- following patch to fix it.</para>
-
-<screen><userinput>patch -Np1 -i ../&perl-sprintf-patch;</userinput></screen>
-
- <para>The DB_File module that comes with Perl-&perl-version; is incompatible
- with Berkeley DB-&db-version; (the testsuite fails if this module gets built).
- Apply the following patch in order to update the DB_File module:</para>
-
-<screen><userinput>patch -Np1 -i ../&perl-db_file-patch;</userinput></screen>
-
<para>First create a basic <filename>/etc/hosts</filename> file which will be
referenced in one of Perl's configuration files as well as being used used by
the testsuite if you run that.</para>