aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml8
-rw-r--r--chapter03/patches.xml8
-rw-r--r--chapter06/perl.xml4
-rw-r--r--general.ent4
-rw-r--r--patches.ent4
5 files changed, 26 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index dc380536b..65ed8c5c1 100644
--- a/chapter01/changelog.xml
+++ b/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>
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index 22a2d9620..19e5074a5 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -171,6 +171,14 @@
</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>
<para>Download: <ulink url="&patches-root;&readline-fixes-patch;"/></para>
diff --git a/chapter06/perl.xml b/chapter06/perl.xml
index 10f5f2ce4..74a02cfed 100644
--- a/chapter06/perl.xml
+++ b/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>
diff --git a/general.ent b/general.ent
index 499f1ad41..b33e8899d 100644
--- a/general.ent
+++ b/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}]" -->
diff --git a/patches.ent b/patches.ent
index 70b97562c..2fbec72e0 100644
--- a/patches.ent
+++ b/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">