Upgrade to Bash-4.2.39. Fixes #3217.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10034 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2012-11-03 11:36:23 +00:00
parent 0da73b6b5b
commit 2a8f0979ff
3 changed files with 15 additions and 5 deletions

View File

@ -36,6 +36,16 @@
</listitem>
-->
<listitem>
<para>2012-11-03</para>
<itemizedlist>
<listitem>
<para>[matthew] - Upgrade to Bash-4.2.39. Fixes
<ulink url="&lfs-ticket-root;3217">#3217</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2012-11-02</para>
<itemizedlist>

View File

@ -1,5 +1,5 @@
<!ENTITY version "SVN-20121102">
<!ENTITY releasedate "November 2, 2012">
<!ENTITY version "SVN-20121103">
<!ENTITY releasedate "November 3, 2012">
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.3">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

View File

@ -2,9 +2,9 @@
<!-- Start of Common Patches -->
<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-9.patch">
<!ENTITY bash-fixes-patch-md5 "db330dd98d829792aca1b463ba47d63b">
<!ENTITY bash-fixes-patch-size "53 KB">
<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-10.patch">
<!ENTITY bash-fixes-patch-md5 "739056302cfbb5675ceb87b29cd898e5">
<!ENTITY bash-fixes-patch-size "54 KB">
<!ENTITY binutils-build-patch "binutils-&binutils-version;-build_fix-1.patch">