From b5c8c82ea1959472c861af9d1a460d72e694e65b Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 10 May 2009 11:54:49 +0000 Subject: [PATCH] Use latest upstream Bash patches. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8854 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 9 +++++++++ chapter03/patches.xml | 8 ++++++++ chapter05/bash.xml | 5 +++++ chapter06/bash.xml | 5 +++++ general.ent | 4 ++-- patches.ent | 5 +++++ 6 files changed, 34 insertions(+), 2 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ba2f5fab4..bd4a5d0a7 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,15 @@ --> + + 2009-05-10 + + + [matthew] - Add upstream Bash fixes patch. + + + + 2009-04-27 diff --git a/chapter03/patches.xml b/chapter03/patches.xml index d7b522570..ee33ec8d7 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -34,6 +34,14 @@ + + Bash Upstream Fixes Patch - &bash-fixes-patch-size;: + + Download: + MD5 sum: &bash-fixes-patch-md5; + + + Bzip2 Documentation Patch - &bzip2-docs-patch-size;: diff --git a/chapter05/bash.xml b/chapter05/bash.xml index 10dd9988d..e3245f2cb 100644 --- a/chapter05/bash.xml +++ b/chapter05/bash.xml @@ -43,6 +43,11 @@ Installation of Bash + Apply fixes for several bugs discovered since the initial release of + Bash-&bash-version;: + +patch -Np1 -i ../&bash-fixes-patch; + Prepare Bash for compilation: ./configure --prefix=/tools --without-bash-malloc diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 98d966c06..345cafe25 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -40,6 +40,11 @@ Installation of Bash + Apply fixes for several bugs discovered since the initial release of + Bash-&bash-version;: + +patch -Np1 -i ../&bash-fixes-patch; + Prepare Bash for compilation: ./configure --prefix=/usr --bindir=/bin \ diff --git a/general.ent b/general.ent index eeda8d435..8caf6b0fc 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + + diff --git a/patches.ent b/patches.ent index d519b3b86..d56212240 100644 --- a/patches.ent +++ b/patches.ent @@ -7,6 +7,11 @@ + + + + +