aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy McMurchy <randy@linuxfromscratch.org>2008-10-06 17:59:51 +0000
committerRandy McMurchy <randy@linuxfromscratch.org>2008-10-06 17:59:51 +0000
commit080e8f81f7ed03cec6cf35b27c933c2570eab757 (patch)
tree443d7e04eb9e14c03e96317fc5a34b31c2fc7397
parenta926480eea1fd6f66e4b669614ea4f5c42615998 (diff)
Updated Perl to 5.10.0
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8591 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--chapter01/whatsnew.xml20
-rw-r--r--chapter03/patches.xml10
-rw-r--r--chapter06/perl.xml9
-rw-r--r--packages.ent18
-rw-r--r--patches.ent12
6 files changed, 54 insertions, 18 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index f3e0319ac..ef7668706 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -41,6 +41,9 @@
<para>2008-10-06</para>
<itemizedlist>
<listitem>
+ <para>[randy] - Updated Perl to 5.10.0.</para>
+ </listitem>
+ <listitem>
<para>[randy] - Updated M4 to 1.4.11 and added it to the Chapter 5
build as it is required by the GMP package in Chapter 6.</para>
</listitem>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index 05ae519a6..eacc4c87f 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -152,9 +152,9 @@
<!--<listitem>
<para>Patch &patch-version;</para>
</listitem>-->
- <!--<listitem>
+ <listitem>
<para>Perl &perl-version;</para>
- </listitem>-->
+ </listitem>
<!--<listitem>
<para>Procps &procps-version;</para>
</listitem>-->
@@ -271,6 +271,18 @@
</listitem>
<listitem>
+ <para>&perl-libc-patch;</para>
+ </listitem>
+
+ <listitem>
+ <para>&perl-page-patch;</para>
+ </listitem>
+
+ <listitem>
+ <para>&perl-security-patch;</para>
+ </listitem>
+
+ <listitem>
<para>&readline-fixes-patch;</para>
</listitem>
@@ -324,6 +336,10 @@
</listitem>
<listitem>
+ <para>perl-5.8.8-libc-2.patch</para>
+ </listitem>
+
+ <listitem>
<para>readline-5.4-fixes-4.patch</para>
</listitem>
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index 8d2c7870d..c0b28bfdf 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -211,7 +211,15 @@
</varlistentry>
<varlistentry>
- <term>Perl Security Fixes Patch - <token>&perl-security-patch-size;</token>:</term>
+ <term>Perl Page Patch - <token>&perl-page-patch-size;</token>:</term>
+ <listitem>
+ <para>Download: <ulink url="&patches-root;&perl-page-patch;"/></para>
+ <para>MD5 sum: <literal>&perl-page-patch-md5;</literal></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>Perl Security Patch - <token>&perl-security-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink url="&patches-root;&perl-security-patch;"/></para>
<para>MD5 sum: <literal>&perl-security-patch-md5;</literal></para>
diff --git a/chapter06/perl.xml b/chapter06/perl.xml
index 74a02cfed..10b8b480f 100644
--- a/chapter06/perl.xml
+++ b/chapter06/perl.xml
@@ -51,6 +51,11 @@
<screen><userinput remap="pre">patch -Np1 -i ../&perl-security-patch;</userinput></screen>
+ <para>The following patch fixes an incompatibility with
+ Glibc-&glibc-version;:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../&perl-page-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>
@@ -92,9 +97,9 @@
<screen><userinput remap="make">make</userinput></screen>
- <para>To test the results, issue:</para>
+ <para>To test the results (approximately 2.5 SBU), issue:</para>
-<screen><userinput remap="test">make test</userinput></screen>
+<screen><userinput remap="test">make -k test || true</userinput></screen>
<para>Install the package:</para>
diff --git a/packages.ent b/packages.ent
index 141187601..2120b6689 100644
--- a/packages.ent
+++ b/packages.ent
@@ -409,15 +409,15 @@
<!ENTITY patch-ch6-du "1.6 MB">
<!ENTITY patch-ch6-sbu "less than 0.1 SBU">
-<!ENTITY perl-version "5.8.8">
-<!ENTITY perl-size "9,887 KB">
-<!ENTITY perl-url "http://ftp.funet.fi/pub/CPAN/src/perl-&perl-version;.tar.bz2">
-<!ENTITY perl-md5 "a377c0c67ab43fd96eeec29ce19e8382">
-<!ENTITY perl-home "http://www.perl.com/">
-<!ENTITY perl-ch5-du "84 MB">
-<!ENTITY perl-ch5-sbu "0.7 SBU">
-<!ENTITY perl-ch6-du "143 MB">
-<!ENTITY perl-ch6-sbu "1.5 SBU">
+<!ENTITY perl-version "5.10.0">
+<!ENTITY perl-size "15,595 KB">
+<!ENTITY perl-url "http://cpan.org/src/perl-&perl-version;.tar.gz">
+<!ENTITY perl-md5 "d2c39b002ebfd2c3c5dba589365c5a71">
+<!ENTITY perl-home "http://cpan.org/">
+<!ENTITY perl-ch5-du "108 MB">
+<!ENTITY perl-ch5-sbu "0.9 SBU">
+<!ENTITY perl-ch6-du "178 MB testsuite included">
+<!ENTITY perl-ch6-sbu "2.5 SBU">
<!ENTITY procps-version "3.2.7">
<!ENTITY procps-size "275 KB">
diff --git a/patches.ent b/patches.ent
index 9b60dc330..38ca7e863 100644
--- a/patches.ent
+++ b/patches.ent
@@ -114,13 +114,17 @@
<!ENTITY ncurses-coverity-patch-size "16.8 KB">
-<!ENTITY perl-libc-patch "perl-&perl-version;-libc-2.patch">
+<!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch">
<!ENTITY perl-libc-patch-md5 "3bf8aef1fb6eb6110405e699e4141f99">
<!ENTITY perl-libc-patch-size "1.1 KB">
-<!ENTITY perl-security-patch "perl-&perl-version;-security_fixes-1.patch">
-<!ENTITY perl-security-patch-md5 "918a8f41d9e4fe1e272381e58be71497">
-<!ENTITY perl-security-patch-size "10.0 KB">
+<!ENTITY perl-page-patch "perl-&perl-version;-page-1.patch">
+<!ENTITY perl-page-patch-md5 "16abf98d92d896601250ca610243cdf5">
+<!ENTITY perl-page-patch-size "690 bytes">
+
+<!ENTITY perl-security-patch "perl-&perl-version;-security_fix-1.patch">
+<!ENTITY perl-security-patch-md5 "4b1384ba595abd070824c2519d1d3176">
+<!ENTITY perl-security-patch-size "799 bytes">
<!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-5.patch">