Add latest upstream Bash patches. Fixes #2450.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8986 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2009-07-23 20:54:01 +00:00
parent 92593fef70
commit 9feef20f15
2 changed files with 7 additions and 3 deletions

View File

@ -40,6 +40,10 @@
<listitem>
<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>

View File

@ -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">