From 218ba5f52232454299c95e181213cb7207c95246 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 8 Feb 2017 02:12:23 +0000 Subject: [PATCH] Add bash-4.4 upstream fixes patch git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11177 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 9 +++++++++ chapter01/whatsnew.xml | 4 ++++ chapter03/patches.xml | 4 ++-- chapter06/bash.xml | 4 ++++ general.ent | 6 +++--- patches.ent | 4 ++++ 6 files changed, 26 insertions(+), 5 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a021db5dd..535fe9673 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,15 @@ or as appropriate for the entry or if needed the entire day's listitem. --> + + 2017-02-07 + + + [bdubbs] - Add bash-4.4 upstream fixes patch. + + + + 2017-02-05 diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index ccec27808..569d4e32d 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -250,6 +250,10 @@ Added: + + + bash-4.4-upstream_fixes-1.patch + + Bc Memory Leak Patch - &bc-memory-leak-patch-size;: diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 8c5896ece..1d1e9fc10 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -40,6 +40,10 @@ Installation of Bash + Incorporate some upstream fixes: + +patch -Np1 -i ../&bash-fixes-patch; + Prepare Bash for compilation: ./configure --prefix=/usr \ diff --git a/general.ent b/general.ent index c2d561045..c4856148c 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ - + - + - + diff --git a/patches.ent b/patches.ent index c88d56e2d..dff83fa98 100644 --- a/patches.ent +++ b/patches.ent @@ -2,6 +2,10 @@ + + + +