diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2007-09-15 20:27:45 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2007-09-15 20:27:45 +0000 |
commit | 20d4c8a7d0311f35fcd69bfb309e56f9cdbaee5b (patch) | |
tree | d750415aae5ad8f77cee3641bcdc021757f7ef3b | |
parent | d4ce7bec6411372296d14a0bbbc52a38069f9319 (diff) |
Upgrade to Binutils-2.18. Fixes #2069. Thanks to Matt Burgess for the patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8372 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 7 | ||||
-rw-r--r-- | packages.ent | 6 | ||||
-rw-r--r-- | prologue/hostreqs.xml | 8 |
4 files changed, 18 insertions, 7 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 70ea60d6e..6a76ab191 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2007-09-15</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to Binutils-2.18. Fixes + <ulink url="&lfs-ticket-root;2069">#2069</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Add latest upstream patches for Bash. Fixes <ulink url="&lfs-ticket-root;2067">#2067</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 57345bede..47bfc883a 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -23,10 +23,11 @@ <title>Upgraded to:</title> +<!-- <listitem> <para>None yet</para> </listitem> - +--> <!--<listitem> <para>Autoconf &autoconf-version;</para> @@ -39,11 +40,11 @@ </listitem> <listitem> <para>Berkeley DB &db-version;</para> - </listitem> + </listitem>--> <listitem> <para>Binutils &binutils-version;</para> </listitem> - <listitem> + <!--<listitem> <para>Bison &bison-version;</para> </listitem> <listitem> diff --git a/packages.ent b/packages.ent index 2fc9d7822..eb8c1e45f 100644 --- a/packages.ent +++ b/packages.ent @@ -38,10 +38,10 @@ <!ENTITY bash-doc-md5 "0e904cb46ca873fcfa65df19b024bec9"> <!ENTITY bash-doc-home " "> -<!ENTITY binutils-version "2.17"> -<!ENTITY binutils-size "13,472 KB"> +<!ENTITY binutils-version "2.18"> +<!ENTITY binutils-size "14,612 KB"> <!ENTITY binutils-url "&gnu;binutils/binutils-&binutils-version;.tar.bz2"> -<!ENTITY binutils-md5 "e26e2e06b6e4bf3acf1dc8688a94c0d1"> +<!ENTITY binutils-md5 "9d22ee4dafa3a194457caf4706f9cf01"> <!ENTITY binutils-home "http://sources.redhat.com/binutils/"> <!ENTITY binutils-ch5p1-du "213 MB"> <!ENTITY binutils-ch5p1-sbu "1 SBU"> diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index 8e5b6f259..a4246c5d7 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -114,6 +114,11 @@ <para><emphasis role="strong">Tar-1.14</emphasis></para> </listitem> + <!-- Needed by the apparently broken Binutils-2.18 --> + <listitem> + <para><emphasis role="strong">Texinfo-4.8</emphasis></para> + </listitem> + </itemizedlist> <para>To see whether your host system has all the appropriate versions, run the following:</para> @@ -139,7 +144,8 @@ cat /proc/version make --version | head -n1 patch --version | head -n1 sed --version | head -n1 -tar --version | head -n1</literal> +tar --version | head -n1 +makeinfo --version | head -n1</literal> EOF |