From c6a996f57294f487c38e1e9d125e236241e32d6b Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sat, 24 Feb 2007 14:40:21 +0000 Subject: [PATCH] Add a patch for Berkeley DB containing upstream fixes. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7938 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter01/whatsnew.xml | 3 +++ chapter03/patches.xml | 8 ++++++++ chapter06/db.xml | 5 +++++ patches.ent | 5 +++++ 5 files changed, 25 insertions(+) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5518cd0ad..a8e5258d4 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,10 @@ 2007-02-24 + + [matthew] - Add an upstream patch for Berkeley-DB. Fixes + #1961 + [dnicholson] - Added missing command descriptions for cpan and prove from the diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 5e2ca15e1..2aa46be0f 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -204,6 +204,9 @@ &bash-fixes-patch; + + &db-fixes-patch; + &inetutils-man_pages-patch; diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 3483cabaf..2447ee854 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -58,6 +58,14 @@ + + DB Fixes Patch - &db-fixes-patch-size;: + + Download: + MD5 sum: &db-fixes-patch-md5; + + + Diffutils Internationalization Fixes Patch - &diffutils-i18n-patch-size;: diff --git a/chapter06/db.xml b/chapter06/db.xml index ecedf09f9..60d1a65b5 100644 --- a/chapter06/db.xml +++ b/chapter06/db.xml @@ -55,6 +55,11 @@ Installation of Berkeley DB + Apply a patch to Berkeley DB to fix a couple of bugs when accessing + databases via its Java API: + +patch -Np1 -i ../&db-fixes-patch; + Prepare Berkeley DB for compilation: cd build_unix && diff --git a/patches.ent b/patches.ent index a8e2ef3f4..441a04004 100644 --- a/patches.ent +++ b/patches.ent @@ -24,6 +24,11 @@ + + + + +