Changeset c4aba10


Ignore:
Timestamp:
02/19/2006 08:13:22 PM (18 years ago)
Author:
Matthew Burgess <matthew@…>
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.3, 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:
3c834d3e
Parents:
e178a8e
Message:

Upgrade to Perl 5.8.8

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    re178a8e rc4aba10  
    4040      <para>Febraury 19, 2006</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[matthew] - Upgrade to Perl-5.8.8, removing the now unneeded
     44          vulnerability and DB module patches.</para>
     45        </listitem>
    4246        <listitem>
    4347          <para>[matthew] - Add the verbose parameter to a couple of commands in
  • chapter01/whatsnew.xml

    re178a8e rc4aba10  
    233233    </listitem>
    234234    <listitem>
    235       <para>&perl-db_file-patch;</para>
    236     </listitem>
    237     <listitem>
    238235      <para>&perl-libc-patch;</para>
    239236    </listitem>
  • chapter03/packages.xml

    re178a8e rc4aba10  
    343343
    344344    <varlistentry>
    345       <term>Perl (&perl-version;) - 9,628 KB:</term>
     345      <term>Perl (&perl-version;) - 9,886 KB:</term>
    346346      <listitem>
    347347        <para><ulink url="http://ftp.funet.fi/pub/CPAN/src/"/></para>
  • chapter03/patches.xml

    re178a8e rc4aba10  
    169169
    170170    <varlistentry>
    171       <term>Perl DB_File Module Update patch - 6 KB:</term>
    172       <listitem>
    173         <para><ulink url="&patches-root;&perl-db_file-patch;"/></para>
    174       </listitem>
    175     </varlistentry>
    176 
    177     <varlistentry>
    178171      <term>Perl Libc Patch - 1 KB:</term>
    179172      <listitem>
    180173        <para><ulink url="&patches-root;&perl-libc-patch;"/></para>
    181       </listitem>
    182     </varlistentry>
    183 
    184     <varlistentry>
    185       <term>Perl Sprintf Vulnerability Patch - 9 KB:</term>
    186       <listitem>
    187         <para><ulink url="&patches-root;&perl-sprintf-patch;"/></para>
    188174      </listitem>
    189175    </varlistentry>
  • chapter06/perl.xml

    re178a8e rc4aba10  
    4444  <sect2 role="installation">
    4545    <title>Installation of Perl</title>
    46 
    47     <para>A security vulnerability exists in Perl's sprintf function. Apply the
    48     following patch to fix it.</para>
    49 
    50 <screen><userinput>patch -Np1 -i ../&perl-sprintf-patch;</userinput></screen>
    51 
    52     <para>The DB_File module that comes with Perl-&perl-version; is incompatible
    53     with Berkeley DB-&db-version; (the testsuite fails if this module gets built).
    54     Apply the following patch in order to update the DB_File module:</para>
    55 
    56 <screen><userinput>patch -Np1 -i ../&perl-db_file-patch;</userinput></screen>
    5746
    5847    <para>First create a basic <filename>/etc/hosts</filename> file which will be
  • general.ent

    re178a8e rc4aba10  
    7373<!-- <!ENTITY ncurses-date "20050319"> -->
    7474<!ENTITY patch-version "2.5.4">
    75 <!ENTITY perl-version "5.8.7">
     75<!ENTITY perl-version "5.8.8">
    7676<!ENTITY procps-version "3.2.6">
    7777<!ENTITY psmisc-version "22.1">
  • patches.ent

    re178a8e rc4aba10  
    3838<!-- <!ENTITY ncurses-rollup-patch "ncurses-&ncurses-version;-&ncurses-date;-patch.sh.bz2"> -->
    3939
    40 <!ENTITY perl-db_file-patch "perl-&perl-version;-update_db_file-1.patch">
    4140<!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch">
    42 <!ENTITY perl-sprintf-patch "perl-&perl-version;-sprintf_vulnerability-1.patch">
    4341
    4442<!ENTITY sysklogd-8bit-patch "sysklogd-&sysklogd-version;-8bit-1.patch">
Note: See TracChangeset for help on using the changeset viewer.