Author: randy
Date: 2008-10-06 11:59:51 -0600 (Mon, 06 Oct 2008)
New Revision: 8591

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter01/whatsnew.xml
   trunk/BOOK/chapter03/patches.xml
   trunk/BOOK/chapter06/perl.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/patches.ent
Log:
Updated Perl to 5.10.0

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2008-10-06 14:57:40 UTC (rev 8590)
+++ trunk/BOOK/chapter01/changelog.xml  2008-10-06 17:59:51 UTC (rev 8591)
@@ -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>

Modified: trunk/BOOK/chapter01/whatsnew.xml
===================================================================
--- trunk/BOOK/chapter01/whatsnew.xml   2008-10-06 14:57:40 UTC (rev 8590)
+++ trunk/BOOK/chapter01/whatsnew.xml   2008-10-06 17:59:51 UTC (rev 8591)
@@ -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>
 

Modified: trunk/BOOK/chapter03/patches.xml
===================================================================
--- trunk/BOOK/chapter03/patches.xml    2008-10-06 14:57:40 UTC (rev 8590)
+++ trunk/BOOK/chapter03/patches.xml    2008-10-06 17:59:51 UTC (rev 8591)
@@ -211,8 +211,16 @@
     </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>
       </listitem>

Modified: trunk/BOOK/chapter06/perl.xml
===================================================================
--- trunk/BOOK/chapter06/perl.xml       2008-10-06 14:57:40 UTC (rev 8590)
+++ trunk/BOOK/chapter06/perl.xml       2008-10-06 17:59:51 UTC (rev 8591)
@@ -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>
 

Modified: trunk/BOOK/packages.ent
===================================================================
--- trunk/BOOK/packages.ent     2008-10-06 14:57:40 UTC (rev 8590)
+++ trunk/BOOK/packages.ent     2008-10-06 17:59:51 UTC (rev 8591)
@@ -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">

Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent      2008-10-06 14:57:40 UTC (rev 8590)
+++ trunk/BOOK/patches.ent      2008-10-06 17:59:51 UTC (rev 8591)
@@ -114,15 +114,19 @@
 <!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">
 <!ENTITY readline-fixes-patch-md5 "7390b2296b7b11209829646537294ebb">
 <!ENTITY readline-fixes-patch-size "18 KB">

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to