mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Upgrade to Bash-3.2.48. Fixes #2319.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8786 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
6d4655613b
commit
e905c20015
@ -37,6 +37,16 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>2009-02-01</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[matthew] - Upgraded to Bash-3.2.48. Fixes
|
||||
<ulink url="&lfs-ticket-root;2319">#2319</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2009-01-24</para>
|
||||
<itemizedlist>
|
||||
|
@ -29,9 +29,9 @@
|
||||
<listitem>
|
||||
<para>Automake &automake-version;</para>
|
||||
</listitem>
|
||||
<!--<listitem>
|
||||
<listitem>
|
||||
<para>Bash &bash-version;</para>
|
||||
</listitem>-->
|
||||
</listitem>
|
||||
<!--<listitem>
|
||||
<para>Berkeley DB &db-version;</para>
|
||||
</listitem>-->
|
||||
|
@ -18,14 +18,6 @@
|
||||
|
||||
<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>Berkeley DB Upstream Fixes Patch - <token>&db-fixes-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
|
@ -43,11 +43,6 @@
|
||||
<sect2 role="installation">
|
||||
<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>
|
||||
|
||||
<screen><userinput remap="configure">./configure --prefix=/tools --without-bash-malloc \
|
||||
|
@ -47,11 +47,6 @@
|
||||
sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \
|
||||
Makefile.in</userinput></screen>
|
||||
|
||||
<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>
|
||||
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin \
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!ENTITY version "SVN-20090119">
|
||||
<!ENTITY releasedate "January 19, 2009">
|
||||
<!ENTITY version "SVN-20090201">
|
||||
<!ENTITY releasedate "February 1, 2009">
|
||||
<!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not – -->
|
||||
<!ENTITY milestone "7.0">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
@ -23,16 +23,16 @@
|
||||
<!ENTITY automake-ch6-du "7.9 MB">
|
||||
<!ENTITY automake-ch6-sbu "less than 0.1 SBU">
|
||||
|
||||
<!ENTITY bash-version "3.2">
|
||||
<!ENTITY bash-size "2,471 KB">
|
||||
<!ENTITY bash-version "3.2.48">
|
||||
<!ENTITY bash-size "2,482 KB">
|
||||
<!ENTITY bash-url "&gnu;bash/bash-&bash-version;.tar.gz">
|
||||
<!ENTITY bash-md5 "00bfa16d58e034e3c2aa27f390390d30">
|
||||
<!ENTITY bash-md5 "2f619b9499882aa9d142f0d51e27ce9a">
|
||||
<!ENTITY bash-home "&gnu-software;bash/">
|
||||
<!ENTITY bash-ch5-du "22 MB">
|
||||
<!ENTITY bash-ch5-sbu "0.4 SBU">
|
||||
<!ENTITY bash-ch6-du "25.8 MB">
|
||||
<!ENTITY bash-ch6-sbu "0.4 SBU">
|
||||
<!ENTITY bash-doc-version "&bash-version;">
|
||||
<!ENTITY bash-doc-version "3.2">
|
||||
<!ENTITY bash-doc-size "2,143 KB">
|
||||
<!ENTITY bash-doc-url "&gnu;bash/bash-doc-&bash-doc-version;.tar.gz">
|
||||
<!ENTITY bash-doc-md5 "0e904cb46ca873fcfa65df19b024bec9">
|
||||
|
Loading…
Reference in New Issue
Block a user