diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-11-06 20:25:11 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-11-06 20:25:11 +0000 |
commit | 372e36505f52f63f83ea3d6381295b83f9451251 (patch) | |
tree | c2dd4ec0f632f192be93d0754de931fba2288c92 | |
parent | 780c08d7ea41d2fc17468503c5cae578ee2d2e46 (diff) |
Upgrade to latest upstream patches for Bash.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9094 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 2 | ||||
-rw-r--r-- | patches.ent | 6 |
3 files changed, 7 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 7c0bea645..66acfdcf6 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,9 @@ <para>2009-11-06</para> <itemizedlist> <listitem> + <para>[matthew] Upgraded to latest upstream patches for Bash.</para> + </listitem> + <listitem> <para>[matthew] Upgraded to Linux-2.6.31.5. Fixes <ulink url="&lfs-ticket-root;2508">#2508</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 309afda06..79369d792 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -211,7 +211,7 @@ <title>Added:</title> <listitem> - <para>bash-4.0-fixes-4.patch</para> + <para>bash-4.0-fixes-5.patch</para> </listitem> <listitem> diff --git a/patches.ent b/patches.ent index 69b70dc44..32c7b3f18 100644 --- a/patches.ent +++ b/patches.ent @@ -2,9 +2,9 @@ <!-- Start of Common Patches --> -<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-4.patch"> -<!ENTITY bash-fixes-patch-md5 "1712950349a705dabedef6c920422011"> -<!ENTITY bash-fixes-patch-size "43 KB"> +<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-5.patch"> +<!ENTITY bash-fixes-patch-md5 "9b8ef92bf27abeb0ff57069f4fbc4a48"> +<!ENTITY bash-fixes-patch-size "44 KB"> <!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch"> |