diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-11-02 18:59:21 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-11-02 18:59:21 +0000 |
commit | 528032f50441979b893824a5e11d773bf77067c2 (patch) | |
tree | defa26e6dbb3b80ca57f14815d62e2fdf07ec99e | |
parent | c594dd3f1790f9eacffa98ae14a70ba6dd64f0f2 (diff) |
Upgrade to Bison-2.6.4. Fixes #3212.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10031 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | packages.ent | 6 |
3 files changed, 9 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index c131a79ef..7dc31a142 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2012-11-02</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to Bison-2.6.4. Fixes + <ulink url="&lfs-ticket-root;3212">#3212</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to Linux-3.6.5. Fixes <ulink url="&lfs-ticket-root;3211">#3211</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index e7dcb9960..bff67df6c 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -40,9 +40,9 @@ <!--<listitem> <para>Binutils &binutils-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>Bison &bison-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>Bzip2 &bzip2-version;</para> </listitem>--> diff --git a/packages.ent b/packages.ent index 25ede6e19..1a82143c5 100644 --- a/packages.ent +++ b/packages.ent @@ -46,10 +46,10 @@ <!ENTITY binutils-ch6-du "343 MB"> <!ENTITY binutils-ch6-sbu "1.9 SBU"> -<!ENTITY bison-version "2.6.2"> -<!ENTITY bison-size "1,612 KB"> +<!ENTITY bison-version "2.6.4"> +<!ENTITY bison-size "1,703 KB"> <!ENTITY bison-url "&gnu;bison/bison-&bison-version;.tar.xz"> -<!ENTITY bison-md5 "dea291996f98c34c3fd8e389a9cf6ea1"> +<!ENTITY bison-md5 "8b2dc57eb9d2d6de4715d30de6b2ee07"> <!ENTITY bison-home "&gnu-software;bison/"> <!-- <!ENTITY bison-ch5-du ""> |