Add upstream Bash patches. Fixes #2397.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8893 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2009-05-23 09:18:28 +00:00
parent 5612386f41
commit 4d99bf0278
3 changed files with 15 additions and 5 deletions

View File

@ -37,6 +37,16 @@
-->
<listitem>
<para>2009-05-23</para>
<itemizedlist>
<listitem>
<para>[matthew] - Add upstream Bash patches. Fixes
<ulink url="&lfs-ticket-root;2397">#2397</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2009-05-17</para>
<itemizedlist>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-20090517">
<!ENTITY releasedate "May 17, 2009">
<!ENTITY version "SVN-20090523">
<!ENTITY releasedate "May 23, 2009">
<!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "6.5">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

View File

@ -7,9 +7,9 @@
<!ENTITY automake-test-patch-size "1.2 KB">
<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-1.patch">
<!ENTITY bash-fixes-patch-md5 "d498afc3d31fa1aa529ad027c2bb7e5d">
<!ENTITY bash-fixes-patch-size "25 KB">
<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-2.patch">
<!ENTITY bash-fixes-patch-md5 "f6f17b7a3d637d14e238da58a5379b42">
<!ENTITY bash-fixes-patch-size "34 KB">
<!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">