diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 74fc1c280..35a732746 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,9 @@ Febraury 19, 2006 + + [matthew] - Add upstream fixes 001-008 for Bash. + [matthew] - Upgrade to Sed 4.1.5. diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 02cc41160..62350968e 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -204,6 +204,9 @@ Added: + + &bash-fixes-patch; + &bzip2-bzgrep-patch; diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 1b518cdd0..fc9854012 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -18,6 +18,13 @@ + + Bash Upstream Fixes Patch - 118 KB: + + + + + Bzip2 Bzgrep Security Fixes Patch - 1 KB: diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 82608f068..f7a8eb208 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -50,6 +50,11 @@ sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \ Makefile.in + Upstream developers have fixed several issues since the initial + release of Bash-&bash-version;. Apply those fixes: + +patch -Np1 -i ../&bash-fixes-patch; + Prepare Bash for compilation: ./configure --prefix=/usr --bindir=/bin \ diff --git a/patches.ent b/patches.ent index 65437c2ea..feb5dfb2c 100644 --- a/patches.ent +++ b/patches.ent @@ -1,6 +1,8 @@ + +