From 0a69835ccf339929c19d9d24163e311f47a90776 Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Fri, 11 Jul 2008 20:54:20 +0000 Subject: Belatedly fix the known perl vulnerabilities. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8551 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 8 ++++++++ chapter03/patches.xml | 8 ++++++++ chapter06/perl.xml | 4 ++++ general.ent | 4 ++-- patches.ent | 4 ++++ 5 files changed, 26 insertions(+), 2 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index dc380536b..65ed8c5c1 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -35,6 +35,14 @@ --> + + 2008-07-11 + + + [ken] - Belatedly fixed known vulnerabilities in perl. + + + 2008-06-03 diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 22a2d9620..19e5074a5 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -170,6 +170,14 @@ + + Perl Security Fixes Patch - &perl-security-patch-size;: + + Download: + MD5 sum: &perl-security-patch-md5; + + + Readline Fixes Patch - &readline-fixes-patch-size;: 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 @@ echo "127.0.0.1 localhost $(hostname)" > /etc/hosts + The following patch fixes known vulnerabilities: + +patch -Np1 -i ../&perl-security-patch; + Fix an incompatibility with gcc-&gcc-version;: sed -i 's/command /command[ -]/' makedepend.SH diff --git a/general.ent b/general.ent index 499f1ad41..b33e8899d 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + + diff --git a/patches.ent b/patches.ent index 70b97562c..2fbec72e0 100644 --- a/patches.ent +++ b/patches.ent @@ -93,6 +93,10 @@ + + + + -- cgit v1.2.3-54-g00ecf