Use latest upstream Bash patches.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8854 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2009-05-10 11:54:49 +00:00
parent 0cfd89385e
commit b5c8c82ea1
6 changed files with 34 additions and 2 deletions

View File

@ -37,6 +37,15 @@
--> -->
<listitem>
<para>2009-05-10</para>
<itemizedlist>
<listitem>
<para>[matthew] - Add upstream Bash fixes patch.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem> <listitem>
<para>2009-04-27</para> <para>2009-04-27</para>
<itemizedlist> <itemizedlist>

View File

@ -34,6 +34,14 @@
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term>Bash Upstream Fixes Patch - <token>&bash-fixes-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink url="&patches-root;&bash-fixes-patch;"/></para>
<para>MD5 sum: <literal>&bash-fixes-patch-md5;</literal></para>
</listitem>
</varlistentry>
<varlistentry> <varlistentry>
<term>Bzip2 Documentation Patch - <token>&bzip2-docs-patch-size;</token>:</term> <term>Bzip2 Documentation Patch - <token>&bzip2-docs-patch-size;</token>:</term>
<listitem> <listitem>

View File

@ -43,6 +43,11 @@
<sect2 role="installation"> <sect2 role="installation">
<title>Installation of Bash</title> <title>Installation of Bash</title>
<para>Apply fixes for several bugs discovered since the initial release of
Bash-&bash-version;:</para>
<screen><userinput remap="pre">patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
<para>Prepare Bash for compilation:</para> <para>Prepare Bash for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/tools --without-bash-malloc</userinput></screen> <screen><userinput remap="configure">./configure --prefix=/tools --without-bash-malloc</userinput></screen>

View File

@ -40,6 +40,11 @@
<sect2 role="installation"> <sect2 role="installation">
<title>Installation of Bash</title> <title>Installation of Bash</title>
<para>Apply fixes for several bugs discovered since the initial release of
Bash-&bash-version;:</para>
<screen><userinput remap="pre">patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
<para>Prepare Bash for compilation:</para> <para>Prepare Bash for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin \ <screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin \

View File

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

View File

@ -7,6 +7,11 @@
<!ENTITY automake-test-patch-size "1.2 KB"> <!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 bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch"> <!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">
<!ENTITY bzip2-docs-patch-md5 "6a5ac7e89b791aae556de0f745916f7f"> <!ENTITY bzip2-docs-patch-md5 "6a5ac7e89b791aae556de0f745916f7f">
<!ENTITY bzip2-docs-patch-size "1.6 KB"> <!ENTITY bzip2-docs-patch-size "1.6 KB">