aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml11
-rw-r--r--chapter03/patches.xml7
-rw-r--r--chapter06/perl.xml6
-rw-r--r--general.ent4
-rw-r--r--patches.ent1
5 files changed, 27 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 3c7f6bffd..906a66553 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,6 +37,17 @@
-->
<listitem>
+ <para>January 23, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[matthew] - Added a patch to enable Perl's DB_File module to
+ compile with the latest version of Berkeley DB. Thanks to Alexander
+ Patrakov for the patch.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>January 20, 2006</para>
<itemizedlist>
<listitem>
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index 8f3578a80..aab74b32c 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -168,6 +168,13 @@
</varlistentry>
<varlistentry>
+ <term>Perl DB_File Module Update patch - 6 KB:</term>
+ <listitem>
+ <para><ulink url="&patches-root;&perl-db_file-patch;"/></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>Perl Libc Patch - 1 KB:</term>
<listitem>
<para><ulink url="&patches-root;&perl-libc-patch;"/></para>
diff --git a/chapter06/perl.xml b/chapter06/perl.xml
index 33ec77102..cc2140669 100644
--- a/chapter06/perl.xml
+++ b/chapter06/perl.xml
@@ -33,6 +33,12 @@ following patch to fix it.</para>
<screen><userinput>patch -Np1 -i ../&perl-sprintf-patch;</userinput></screen>
+<para>The DB_File module that comes with Perl-&perl-version; is incompatible
+with Berkeley DB-&db-version; (the testsuite fails if this module gets built).
+Apply the following patch in order to update the DB_File module:</para>
+
+<screen><userinput>patch -Np1 -i ../&perl-db_file-patch;</userinput></screen>
+
<para>First create a basic <filename>/etc/hosts</filename> file which will be
referenced in one of Perl's configuration files as well as being used used by
the testsuite if you run that.</para>
diff --git a/general.ent b/general.ent
index cffb90e63..efb4e4a7b 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20060122">
-<!ENTITY releasedate "January 22, 2006">
+<!ENTITY version "SVN-20060123">
+<!ENTITY releasedate "January 23, 2006">
<!ENTITY milestone "6.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
diff --git a/patches.ent b/patches.ent
index fe91241be..3bc876cb6 100644
--- a/patches.ent
+++ b/patches.ent
@@ -37,6 +37,7 @@
<!ENTITY ncurses-fixes-patch "ncurses-&ncurses-version;-fixes-1.patch">
<!-- <!ENTITY ncurses-rollup-patch "ncurses-&ncurses-version;-&ncurses-date;-patch.sh.bz2"> -->
+<!ENTITY perl-db_file-patch "perl-&perl-version;-update_db_file-1.patch">
<!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch">
<!ENTITY perl-sprintf-patch "perl-&perl-version;-sprintf_vulnerability-1.patch">