Changeset 8551

Show
Ignore:
Timestamp:
07/11/08 14:54:20 (5 months ago)
Author:
ken
Message:

Belatedly fix the known perl vulnerabilities.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter01/changelog.xml

    r8548 r8551  
    3636    </listitem> 
    3737--> 
     38    <listitem> 
     39      <para>2008-07-11</para> 
     40      <itemizedlist> 
     41        <listitem> 
     42          <para>[ken] - Belatedly fixed known vulnerabilities in perl.</para> 
     43        </listitem> 
     44      </itemizedlist> 
     45    </listitem> 
    3846 
    3947    <listitem> 
  • trunk/BOOK/chapter03/patches.xml

    r8545 r8551  
    172172 
    173173    <varlistentry> 
     174      <term>Perl Security Fixes Patch - <token>&perl-security-patch-size;</token>:</term> 
     175      <listitem> 
     176        <para>Download: <ulink url="&patches-root;&perl-security-patch;"/></para> 
     177        <para>MD5 sum: <literal>&perl-security-patch-md5;</literal></para> 
     178      </listitem> 
     179    </varlistentry> 
     180 
     181    <varlistentry> 
    174182      <term>Readline Fixes Patch - <token>&readline-fixes-patch-size;</token>:</term> 
    175183      <listitem> 
  • trunk/BOOK/chapter06/perl.xml

    r8389 r8551  
    4747 
    4848<screen><userinput remap="pre">echo "127.0.0.1 localhost $(hostname)" &gt; /etc/hosts</userinput></screen> 
     49 
     50    <para>The following patch fixes known vulnerabilities:</para> 
     51 
     52<screen><userinput remap="pre">patch -Np1 -i ../&perl-security-patch;</userinput></screen> 
    4953 
    5054    <para>Fix an incompatibility with gcc-&gcc-version;:</para> 
  • trunk/BOOK/general.ent

    r8549 r8551  
    11<?xml version="1.0" encoding="ISO-8859-1"?> 
    2 <!ENTITY version "SVN-20080604"> 
    3 <!ENTITY releasedate "June 4, 2008"> 
     2<!ENTITY version "SVN-20080711"> 
     3<!ENTITY releasedate "July 11, 2008"> 
    44<!ENTITY copyrightdate "1999&ndash;2008"> 
    55<!ENTITY milestone "7.0"> 
  • trunk/BOOK/patches.ent

    r8545 r8551  
    9494<!ENTITY perl-libc-patch-size "1.1 KB"> 
    9595 
     96<!ENTITY perl-security-patch "perl-&perl-version;-security_fixes-1.patch"> 
     97<!ENTITY perl-security-patch-md5 "918a8f41d9e4fe1e272381e58be71497"> 
     98<!ENTITY perl-security-patch-size "10.0 KB"> 
     99 
    96100 
    97101<!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-5.patch">