diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-11-25 20:47:55 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-11-25 20:47:55 +0000 |
commit | 24b4230df830409beb28146e2d02deb3679ef674 (patch) | |
tree | e938c18b3f0c3643cb9df21b2482e72bee21a2d2 /chapter06 | |
parent | f811b569084f83115ccb11d58123295b48c21fc2 (diff) |
Add a security patch for Perl. Fixes #2963.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9668 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/perl.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml index 9da372943..3f56cedd5 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -47,6 +47,10 @@ <screen><userinput remap="pre">echo "127.0.0.1 localhost $(hostname)" > /etc/hosts</userinput></screen> + <para>Apply a patch to fix a security vulnerability in Perl:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&perl-security-patch;</userinput></screen> + <para>This version of Perl now builds the Compress::Raw::Zlib module. By default Perl will use an internal copy of the Zlib source for the build. Issue the following command so that Perl will use the Zlib library |