diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-02-01 22:40:12 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-02-01 22:40:12 +0000 |
commit | 37e95c403b01250897a804d0c7616daa0a1e8c69 (patch) | |
tree | 460d8842b62d46941398c8cb45739f772a85884f | |
parent | e905c20015572d3041354f1f0f1e76a16d50292f (diff) |
Upgrade to Bison-2.4.1. Fixes #2300.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8787 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | packages.ent | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index e06087d72..8cc7516fb 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2009-02-01</para> <itemizedlist> <listitem> + <para>[matthew] - Upgraded to Bison-2.4.1. Fixes + <ulink url="&lfs-ticket-root;2300">#2300</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Upgraded to Bash-3.2.48. Fixes <ulink url="&lfs-ticket-root;2319">#2319</ulink>.</para> </listitem> diff --git a/packages.ent b/packages.ent index bcc20e100..fd388f927 100644 --- a/packages.ent +++ b/packages.ent @@ -50,10 +50,10 @@ <!ENTITY binutils-ch6-du "186 MB testsuite included"> <!ENTITY binutils-ch6-sbu "1.7 SBU testsuite included"> -<!ENTITY bison-version "2.4"> -<!ENTITY bison-size "1,438 KB"> +<!ENTITY bison-version "2.4.1"> +<!ENTITY bison-size "1,433 KB"> <!ENTITY bison-url "&gnu;bison/bison-&bison-version;.tar.bz2"> -<!ENTITY bison-md5 "f95cc7d7f5290157a23216391dec610d"> +<!ENTITY bison-md5 "84e80a2a192c1a4c02d43fbf2bcc4ca4"> <!ENTITY bison-home "&gnu-software;bison/"> <!-- <!ENTITY bison-ch5-du ""> |