Updated Perl to 5.10.0

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8591 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Randy McMurchy 2008-10-06 17:59:51 +00:00
parent a926480eea
commit 080e8f81f7
6 changed files with 54 additions and 18 deletions

View File

@ -40,6 +40,9 @@
<listitem>
<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>

View File

@ -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>-->
@ -270,6 +270,18 @@
<para>MPFR-&mpfr-version;</para>
</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>
@ -323,6 +335,10 @@
<para>module-init-tools-3.2.2-modprobe-1.patch</para>
</listitem>
<listitem>
<para>perl-5.8.8-libc-2.patch</para>
</listitem>
<listitem>
<para>readline-5.4-fixes-4.patch</para>
</listitem>

View File

@ -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>

View File

@ -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>

View File

@ -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">

View File

@ -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">