diff options
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | chapter03/patches.xml | 8 | ||||
-rw-r--r-- | chapter05/bash.xml | 5 | ||||
-rw-r--r-- | chapter06/bash.xml | 5 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | packages.ent | 8 |
7 files changed, 18 insertions, 26 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ec971eaab..e06087d72 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -38,6 +38,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> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 5b2b6f8a6..fa328e667 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -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>--> diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 011b5c83b..0fc31f99f 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -19,14 +19,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> <para>Download: <ulink url="&patches-root;&db-fixes-patch;"/></para> diff --git a/chapter05/bash.xml b/chapter05/bash.xml index 195577380..26fe314ee 100644 --- a/chapter05/bash.xml +++ b/chapter05/bash.xml @@ -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 \ diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 9daa799ee..281ce99ca 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -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 \ diff --git a/general.ent b/general.ent index e6655ebd8..31915d01e 100644 --- a/general.ent +++ b/general.ent @@ -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}]" --> diff --git a/packages.ent b/packages.ent index cae28cf3b..bcc20e100 100644 --- a/packages.ent +++ b/packages.ent @@ -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"> |