From 24acdca37e103da2642f6fd155ed0da156222ebd Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Thu, 3 Apr 2008 02:24:56 +0000 Subject: Added an upstream patch for db-4.6.21, thanks Randy McMurchy for the report. Fixes #2164. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8505 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter01/whatsnew.xml | 4 ++++ chapter03/patches.xml | 8 ++++++++ chapter06/db.xml | 4 ++++ patches.ent | 3 +++ 5 files changed, 23 insertions(+) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ea976a8fd..1e4d6e89b 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,10 @@ [jhuntwork] - Updated to linux-2.6.24.4, fixes #2157. + + [jhuntwork] - Added an upstream patch for db-4.6.21, thanks + Randy McMurchy for the report. Fixes #2164. + diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index f71c26ea6..99c7a7d7f 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -212,6 +212,10 @@ &bash-fixes-patch; + + &db-fixes-patch; + + &grep-debian-patch; diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 80565b084..e2151e82f 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -34,6 +34,14 @@ + + Berkeley DB Upstream Fixes Patch - &db-fixes-patch-size;: + + Download: + MD5 sum: &db-fixes-patch-md5; + + + Binutils Texinfo Version Patch - &binutils-configure-patch-size;: diff --git a/chapter06/db.xml b/chapter06/db.xml index dc87fb78c..526fc5dc6 100644 --- a/chapter06/db.xml +++ b/chapter06/db.xml @@ -61,6 +61,10 @@ Installation of Berkeley DB + There is an upstream patch for Berkeley DB that fixes a race condition. Apply it: + +patch -Np1 -i ../&db-fixes-patch; + Prepare Berkeley DB for compilation: cd build_unix diff --git a/patches.ent b/patches.ent index 5d5f0b775..fc344da20 100644 --- a/patches.ent +++ b/patches.ent @@ -29,6 +29,9 @@ + + + -- cgit v1.2.3-54-g00ecf