Upgrade to latest upstream Bash patches. Fixes #2484.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9072 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2009-09-17 20:44:06 +00:00
parent 3f88698c48
commit 43daae87d3
3 changed files with 14 additions and 3 deletions

View File

@ -40,6 +40,10 @@
<listitem>
<para>2009-09-17</para>
<itemizedlist>
<listitem>
<para>[matthew] Upgraded to Bash-4.0-fixes-4.patch. Fixes
<ulink url="&lfs-ticket-root;2484">#2484</ulink>.</para>
</listitem>
<listitem>
<para>[matthew] Upgraded to Linux-2.6.31. Fixes
<ulink url="&lfs-ticket-root;2485">#2485</ulink>.</para>

View File

@ -210,6 +210,10 @@
<itemizedlist>
<title>Added:</title>
<listitem>
<para>bash-4.0-fixes-4.patch</para>
</listitem>
<listitem>
<para>coreutils-7.6-i18n-1.patch</para>
</listitem>
@ -223,6 +227,9 @@
<itemizedlist>
<title>Removed:</title>
<listitem>
<para>bash-4.0-fixes-3.patch</para>
</listitem>
<listitem>
<para>coreutils-7.5-i18n-1.patch</para>
</listitem>

View File

@ -2,9 +2,9 @@
<!-- Start of Common Patches -->
<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-3.patch">
<!ENTITY bash-fixes-patch-md5 "0f4c4e68cc11088e7136def4adba82c7">
<!ENTITY bash-fixes-patch-size "40 KB">
<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-4.patch">
<!ENTITY bash-fixes-patch-md5 "1712950349a705dabedef6c920422011">
<!ENTITY bash-fixes-patch-size "43 KB">
<!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">