Parcourir la source

Belatedly fix the known perl vulnerabilities.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8551 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Ken Moffat il y a 17 ans
Parent
commit
0a69835ccf
5 fichiers modifiés avec 26 ajouts et 2 suppressions
  1. 8 0
      chapter01/changelog.xml
  2. 8 0
      chapter03/patches.xml
  3. 4 0
      chapter06/perl.xml
  4. 2 2
      general.ent
  5. 4 0
      patches.ent

+ 8 - 0
chapter01/changelog.xml

@@ -35,6 +35,14 @@
       </itemizedlist>
     </listitem>
 -->
+    <listitem>
+      <para>2008-07-11</para>
+      <itemizedlist>
+        <listitem>
+          <para>[ken] - Belatedly fixed known vulnerabilities in perl.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>2008-06-03</para>

+ 8 - 0
chapter03/patches.xml

@@ -170,6 +170,14 @@
       </listitem>
     </varlistentry>
 
+    <varlistentry>
+      <term>Perl Security Fixes 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>
+    </varlistentry>
+
     <varlistentry>
       <term>Readline Fixes Patch - <token>&readline-fixes-patch-size;</token>:</term>
       <listitem>

+ 4 - 0
chapter06/perl.xml

@@ -47,6 +47,10 @@
 
 <screen><userinput remap="pre">echo "127.0.0.1 localhost $(hostname)" &gt; /etc/hosts</userinput></screen>
 
+    <para>The following patch fixes known vulnerabilities:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../&perl-security-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>

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20080604">
-<!ENTITY releasedate "June 4, 2008">
+<!ENTITY version "SVN-20080711">
+<!ENTITY releasedate "July 11, 2008">
 <!ENTITY copyrightdate "1999&ndash;2008">
 <!ENTITY milestone "7.0">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

+ 4 - 0
patches.ent

@@ -93,6 +93,10 @@
 <!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 readline-fixes-patch "readline-&readline-version;-fixes-5.patch">
 <!ENTITY readline-fixes-patch-md5 "7390b2296b7b11209829646537294ebb">