Changeset 080e8f8


Ignore:
Timestamp:
10/06/2008 05:59:51 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
6271076
Parents:
a926480
Message:

Updated Perl to 5.10.0

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8591 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    ra926480 r080e8f8  
    4242      <itemizedlist>
    4343        <listitem>
     44          <para>[randy] - Updated Perl to 5.10.0.</para>
     45        </listitem>
     46        <listitem>
    4447          <para>[randy] - Updated M4 to 1.4.11 and added it to the Chapter 5
    4548          build as it is required by the GMP package in Chapter 6.</para>
  • chapter01/whatsnew.xml

    ra926480 r080e8f8  
    153153      <para>Patch &patch-version;</para>
    154154    </listitem>-->
    155     <!--<listitem>
     155    <listitem>
    156156      <para>Perl &perl-version;</para>
    157     </listitem>-->
     157    </listitem>
    158158    <!--<listitem>
    159159      <para>Procps &procps-version;</para>
     
    269269    <listitem>
    270270      <para>MPFR-&mpfr-version;</para>
     271    </listitem>
     272
     273    <listitem>
     274      <para>&perl-libc-patch;</para>
     275    </listitem>
     276
     277    <listitem>
     278      <para>&perl-page-patch;</para>
     279    </listitem>
     280
     281    <listitem>
     282      <para>&perl-security-patch;</para>
    271283    </listitem>
    272284
     
    325337
    326338    <listitem>
     339      <para>perl-5.8.8-libc-2.patch</para>
     340    </listitem>
     341
     342    <listitem>
    327343      <para>readline-5.4-fixes-4.patch</para>
    328344    </listitem>
  • chapter03/patches.xml

    ra926480 r080e8f8  
    212212
    213213    <varlistentry>
    214       <term>Perl Security Fixes Patch - <token>&perl-security-patch-size;</token>:</term>
     214      <term>Perl Page Patch - <token>&perl-page-patch-size;</token>:</term>
     215      <listitem>
     216        <para>Download: <ulink url="&patches-root;&perl-page-patch;"/></para>
     217        <para>MD5 sum: <literal>&perl-page-patch-md5;</literal></para>
     218      </listitem>
     219    </varlistentry>
     220
     221    <varlistentry>
     222      <term>Perl Security Patch - <token>&perl-security-patch-size;</token>:</term>
    215223      <listitem>
    216224        <para>Download: <ulink url="&patches-root;&perl-security-patch;"/></para>
  • chapter06/perl.xml

    ra926480 r080e8f8  
    5252<screen><userinput remap="pre">patch -Np1 -i ../&perl-security-patch;</userinput></screen>
    5353
     54    <para>The following patch fixes an incompatibility with
     55    Glibc-&glibc-version;:</para>
     56
     57<screen><userinput remap="pre">patch -Np1 -i ../&perl-page-patch;</userinput></screen>
     58
    5459    <para>Fix an incompatibility with gcc-&gcc-version;:</para>
    5560
     
    9398<screen><userinput remap="make">make</userinput></screen>
    9499
    95     <para>To test the results, issue:</para>
    96 
    97 <screen><userinput remap="test">make test</userinput></screen>
     100    <para>To test the results (approximately 2.5 SBU), issue:</para>
     101
     102<screen><userinput remap="test">make -k test || true</userinput></screen>
    98103
    99104    <para>Install the package:</para>
  • packages.ent

    ra926480 r080e8f8  
    410410<!ENTITY patch-ch6-sbu "less than 0.1 SBU">
    411411
    412 <!ENTITY perl-version "5.8.8">
    413 <!ENTITY perl-size "9,887 KB">
    414 <!ENTITY perl-url "http://ftp.funet.fi/pub/CPAN/src/perl-&perl-version;.tar.bz2">
    415 <!ENTITY perl-md5 "a377c0c67ab43fd96eeec29ce19e8382">
    416 <!ENTITY perl-home "http://www.perl.com/">
    417 <!ENTITY perl-ch5-du "84 MB">
    418 <!ENTITY perl-ch5-sbu "0.7 SBU">
    419 <!ENTITY perl-ch6-du "143 MB">
    420 <!ENTITY perl-ch6-sbu "1.5 SBU">
     412<!ENTITY perl-version "5.10.0">
     413<!ENTITY perl-size "15,595 KB">
     414<!ENTITY perl-url "http://cpan.org/src/perl-&perl-version;.tar.gz">
     415<!ENTITY perl-md5 "d2c39b002ebfd2c3c5dba589365c5a71">
     416<!ENTITY perl-home "http://cpan.org/">
     417<!ENTITY perl-ch5-du "108 MB">
     418<!ENTITY perl-ch5-sbu "0.9 SBU">
     419<!ENTITY perl-ch6-du "178 MB testsuite included">
     420<!ENTITY perl-ch6-sbu "2.5 SBU">
    421421
    422422<!ENTITY procps-version "3.2.7">
  • patches.ent

    ra926480 r080e8f8  
    115115
    116116
    117 <!ENTITY perl-libc-patch "perl-&perl-version;-libc-2.patch">
     117<!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch">
    118118<!ENTITY perl-libc-patch-md5 "3bf8aef1fb6eb6110405e699e4141f99">
    119119<!ENTITY perl-libc-patch-size "1.1 KB">
    120120
    121 <!ENTITY perl-security-patch "perl-&perl-version;-security_fixes-1.patch">
    122 <!ENTITY perl-security-patch-md5 "918a8f41d9e4fe1e272381e58be71497">
    123 <!ENTITY perl-security-patch-size "10.0 KB">
     121<!ENTITY perl-page-patch "perl-&perl-version;-page-1.patch">
     122<!ENTITY perl-page-patch-md5 "16abf98d92d896601250ca610243cdf5">
     123<!ENTITY perl-page-patch-size "690 bytes">
     124
     125<!ENTITY perl-security-patch "perl-&perl-version;-security_fix-1.patch">
     126<!ENTITY perl-security-patch-md5 "4b1384ba595abd070824c2519d1d3176">
     127<!ENTITY perl-security-patch-size "799 bytes">
    124128
    125129
Note: See TracChangeset for help on using the changeset viewer.