diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2008-07-11 20:54:20 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2008-07-11 20:54:20 +0000 |
commit | 0a69835ccf339929c19d9d24163e311f47a90776 (patch) | |
tree | 47d6ca6c919de6975f4a0cb78437a20bad499299 /chapter06/perl.xml | |
parent | 36fdf7096d14823afa10acd51c684cba1f314d6c (diff) |
Belatedly fix the known perl vulnerabilities.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8551 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/perl.xml')
-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 10f5f2ce4..74a02cfed 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>The following patch fixes known vulnerabilities:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&perl-security-patch;</userinput></screen> + <para>Fix an incompatibility with gcc-&gcc-version;:</para> <screen><userinput remap="pre">sed -i 's/command /command[ -]/' makedepend.SH</userinput></screen> |