mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Add latest upstream patches for Bash. Fixes #2620.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9246 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
ed8ff7de8c
commit
c42320cbb2
@ -39,6 +39,10 @@
|
||||
<listitem>
|
||||
<para>2010-04-20</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[matthew] Add upstream fixes 001-005 for Bash. Fixes
|
||||
<ulink url="&lfs-ticket-root;2620">#2620</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[matthew] Remove the Vim fixes patch as it is out of date and
|
||||
looks to be applying fixes still in upstream's development cycle.
|
||||
|
@ -207,14 +207,14 @@
|
||||
|
||||
</itemizedlist>-->
|
||||
|
||||
<!--<itemizedlist>
|
||||
<itemizedlist>
|
||||
<title>Added:</title>
|
||||
|
||||
<listitem>
|
||||
<para>PLACEHOLDER</para>
|
||||
<para>bash-4.1-fixes-1.patch</para>
|
||||
</listitem>
|
||||
|
||||
</itemizedlist>-->
|
||||
</itemizedlist>
|
||||
|
||||
<itemizedlist>
|
||||
<title>Removed:</title>
|
||||
|
@ -18,6 +18,14 @@
|
||||
|
||||
<variablelist role="materials">
|
||||
|
||||
<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>
|
||||
<term>Bzip2 Documentation Patch - <token>&bzip2-docs-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
|
@ -43,6 +43,10 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Bash</title>
|
||||
|
||||
<para>Apply a patch that fixes several bugs reported and fixed by the upstream Bash maintainer:</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
|
||||
|
||||
<para>Prepare Bash for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">./configure --prefix=/tools --without-bash-malloc</userinput></screen>
|
||||
|
@ -40,6 +40,10 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Bash</title>
|
||||
|
||||
<para>Apply a patch that fixes several bugs reported and fixed by the upstream Bash maintainer:</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
|
||||
|
||||
<para>Prepare Bash for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin \
|
||||
|
@ -2,6 +2,11 @@
|
||||
|
||||
<!-- Start of Common Patches -->
|
||||
|
||||
<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-1.patch">
|
||||
<!ENTITY bash-fixes-patch-md5 "677396905ccdbc9dbe72745fd73f4bae">
|
||||
<!ENTITY bash-fixes-patch-size "3.8 KB">
|
||||
|
||||
|
||||
<!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">
|
||||
<!ENTITY bzip2-docs-patch-md5 "6a5ac7e89b791aae556de0f745916f7f">
|
||||
<!ENTITY bzip2-docs-patch-size "1.6 KB">
|
||||
|
Loading…
Reference in New Issue
Block a user