mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Upgrade to Bash-4.2. Fixes #2830.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9463 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
58052582d2
commit
446a6fcaa1
@ -39,6 +39,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2011-02-16</para>
|
<para>2011-02-16</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[matthew] Upgrade to Bash-4.2. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;2830">#2830</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[matthew] Upgrade to Udev-166. Fixes
|
<para>[matthew] Upgrade to Udev-166. Fixes
|
||||||
<ulink url="&lfs-ticket-root;2829">#2829</ulink>.</para>
|
<ulink url="&lfs-ticket-root;2829">#2829</ulink>.</para>
|
||||||
|
@ -31,9 +31,9 @@
|
|||||||
<!--<listitem>
|
<!--<listitem>
|
||||||
<para>Automake &automake-version;</para>
|
<para>Automake &automake-version;</para>
|
||||||
</listitem> -->
|
</listitem> -->
|
||||||
<!--<listitem>
|
<listitem>
|
||||||
<para>Bash &bash-version;</para>
|
<para>Bash &bash-version;</para>
|
||||||
</listitem>-->
|
</listitem>
|
||||||
<!--<listitem>
|
<!--<listitem>
|
||||||
<para>Berkeley DB &db-version;</para>
|
<para>Berkeley DB &db-version;</para>
|
||||||
</listitem> -->
|
</listitem> -->
|
||||||
@ -219,10 +219,6 @@
|
|||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<title>Added:</title>
|
<title>Added:</title>
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>bash-&bash-version;-fixes-3.patch</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>bzip2-&bzip2-version;-install_docs-1.patch</para>
|
<para>bzip2-&bzip2-version;-install_docs-1.patch</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -18,14 +18,6 @@
|
|||||||
|
|
||||||
<variablelist role="materials">
|
<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>
|
<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>
|
||||||
|
@ -43,10 +43,6 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Bash</title>
|
<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>
|
<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>
|
||||||
|
@ -40,10 +40,6 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Bash</title>
|
<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>
|
<para>Prepare Bash for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin \
|
<screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin \
|
||||||
|
@ -24,10 +24,10 @@
|
|||||||
<!ENTITY automake-ch6-du "28.8 MB">
|
<!ENTITY automake-ch6-du "28.8 MB">
|
||||||
<!ENTITY automake-ch6-sbu "18.3 SBU">
|
<!ENTITY automake-ch6-sbu "18.3 SBU">
|
||||||
|
|
||||||
<!ENTITY bash-version "4.1">
|
<!ENTITY bash-version "4.2">
|
||||||
<!ENTITY bash-size "6,444 KB">
|
<!ENTITY bash-size "6,845 KB">
|
||||||
<!ENTITY bash-url "&gnu;bash/bash-&bash-version;.tar.gz">
|
<!ENTITY bash-url "&gnu;bash/bash-&bash-version;.tar.gz">
|
||||||
<!ENTITY bash-md5 "9800d8724815fd84994d9be65ab5e7b8">
|
<!ENTITY bash-md5 "3fb927c7c33022f1c327f14a81c0d4b0">
|
||||||
<!ENTITY bash-home "&gnu-software;bash/">
|
<!ENTITY bash-home "&gnu-software;bash/">
|
||||||
<!ENTITY bash-ch5-du "35 MB">
|
<!ENTITY bash-ch5-du "35 MB">
|
||||||
<!ENTITY bash-ch5-sbu "0.5 SBU">
|
<!ENTITY bash-ch5-sbu "0.5 SBU">
|
||||||
|
@ -2,11 +2,6 @@
|
|||||||
|
|
||||||
<!-- Start of Common Patches -->
|
<!-- Start of Common Patches -->
|
||||||
|
|
||||||
<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-3.patch">
|
|
||||||
<!ENTITY bash-fixes-patch-md5 "500043db34cfb2c857335cb090ffd43d">
|
|
||||||
<!ENTITY bash-fixes-patch-size "6.1 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">
|
||||||
|
Loading…
Reference in New Issue
Block a user