Apply latest upstream patches for Bash. Fixes #3077.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9844 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2012-05-06 10:00:59 +00:00
parent 740ace609f
commit 0ee8aebb9a
2 changed files with 7 additions and 3 deletions

View File

@ -49,6 +49,10 @@
<listitem>
<para>2012-05-06</para>
<itemizedlist>
<listitem>
<para>[matthew] - Apply latest upstream patches for Bash. Fixes
<ulink url="&lfs-ticket-root;3077">#3077</ulink>.</para>
</listitem>
<listitem>
<para>[matthew] - Add back a patch for Glibc that prevents various
BLFS programs, such as aplay, from segfaulting.</para>

View File

@ -2,9 +2,9 @@
<!-- Start of Common Patches -->
<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-5.patch">
<!ENTITY bash-fixes-patch-md5 "9bc1f8468d13745cd05d4ecade8582ea">
<!ENTITY bash-fixes-patch-size "24 KB">
<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-6.patch">
<!ENTITY bash-fixes-patch-md5 "fcca082d3a6e51afc5c02c92221036a6">
<!ENTITY bash-fixes-patch-size "28.3 KB">
<!ENTITY binutils-build-patch "binutils-&binutils-version;-build_fix-1.patch">