From 352e6fc5aab4ddc3a3259732c4a5cdae7dd30c98 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Wed, 26 Aug 2009 19:03:11 +0000 Subject: Upgrade to Perl-5.10.1. Fixes #2479. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9060 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter01/whatsnew.xml | 4 ++-- chapter03/patches.xml | 6 +++--- chapter05/perl.xml | 6 +++--- chapter06/perl.xml | 19 +------------------ packages.ent | 8 ++++---- patches.ent | 6 +++--- 7 files changed, 20 insertions(+), 33 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0e0a1bbb4..14a857f59 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,10 @@ 2009-08-26 + + [matthew] Upgraded to Perl-5.10.1. Fixes + #2479. + [matthew] Upgraded to Linux-2.6.30.5. Fixes #2475. diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 2cf9dffcf..d149862f1 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -148,9 +148,9 @@ - + diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 508b9afc7..d9a9a83ee 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -163,10 +163,10 @@ --> - Perl Consolidated Patch - &perl-consolidated-patch-size;: + Perl Libc Patch - &perl-libc-patch-size;: - Download: - MD5 sum: &perl-consolidated-patch-md5; + Download: + MD5 sum: &perl-libc-patch-md5; diff --git a/chapter05/perl.xml b/chapter05/perl.xml index 3320d452c..32cb79b07 100644 --- a/chapter05/perl.xml +++ b/chapter05/perl.xml @@ -43,10 +43,10 @@ Installation of Perl - First apply the following patch to address security issues and adapt - some hard-wired paths to the C library: + First apply the following patch to adapt some hard-wired paths to the + C library: -patch -Np1 -i ../&perl-consolidated-patch; +patch -Np1 -i ../&perl-libc-patch; - - - 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 @@ -72,7 +55,7 @@ sed -i -e "s|BUILD_ZLIB\s*= True|BUILD_ZLIB = False|" \ -e "s|INCLUDE\s*= ./zlib-src|INCLUDE = /usr/include|" \ -e "s|LIB\s*= ./zlib-src|LIB = /usr/lib|" \ - ext/Compress/Raw/Zlib/config.in + ext/Compress-Raw-Zlib/config.in To have full control over the way Perl is set up, you can run the interactive Configure script and hand-pick the way this diff --git a/packages.ent b/packages.ent index 4c077eb01..bf93b1fa3 100644 --- a/packages.ent +++ b/packages.ent @@ -398,10 +398,10 @@ - - - - + + + + diff --git a/patches.ent b/patches.ent index a571f67ce..a90c7063f 100644 --- a/patches.ent +++ b/patches.ent @@ -84,9 +84,9 @@ - - - + + + -- cgit v1.2.3-54-g00ecf