diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-07-23 20:54:22 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-07-23 20:54:22 +0000 |
commit | 9c156c5ba82b6aeef9987314bb50e5a2be356ec1 (patch) | |
tree | 1070191d9d9ebea0e1ee2f4645776ec666e009b3 | |
parent | b6b22125831d23aaa5b36f482a50d26b6906882b (diff) |
Add latest upstream Bash patches. Fixes #2450.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.5/BOOK@8987 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | patches.ent | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b242dc4f6..64f84fd3d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2009-07-23</para> <itemizedlist> <listitem> + <para>[matthew] - Add latest upstream Bash patches. Fixes + <ulink url="&lfs-ticket-root;2450">#2450</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to GCC-4.4.1. Fixes <ulink url="&lfs-ticket-root;2451">#2451</ulink>.</para> </listitem> diff --git a/patches.ent b/patches.ent index 8457dc80c..6c76718e7 100644 --- a/patches.ent +++ b/patches.ent @@ -2,9 +2,9 @@ <!-- Start of Common Patches --> -<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-2.patch"> -<!ENTITY bash-fixes-patch-md5 "f6f17b7a3d637d14e238da58a5379b42"> -<!ENTITY bash-fixes-patch-size "34 KB"> +<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-3.patch"> +<!ENTITY bash-fixes-patch-md5 "0f4c4e68cc11088e7136def4adba82c7"> +<!ENTITY bash-fixes-patch-size "40 KB"> <!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch"> |