Patch Perl to pass tests with BDB-4.4.20. Fixes bug 1687

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7294 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2006-01-23 20:42:07 +00:00
parent b28fd35a82
commit 41ddb3b5c8
5 changed files with 27 additions and 2 deletions

View File

@ -36,6 +36,17 @@
</listitem>
-->
<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>

View File

@ -167,6 +167,13 @@
</listitem>
</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>

View File

@ -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>

View File

@ -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}]" -->

View File

@ -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">