diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-12-16 22:33:29 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-12-16 22:33:29 +0000 |
commit | 58ceda1f99c7c5b5d65bc6afc346ba7d40e53b03 (patch) | |
tree | 75af85cb1e67db7fe59bb7d9d3d8627d5210d133 | |
parent | b1cc9001e74ca10826dd42e8268fe17c5fea3d2e (diff) |
Update to Bison-3.0.2. Fixes #3442.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10398 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 2d610d163..7eef6ee97 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,10 @@ <para>2013-12-16</para> <itemizedlist> <listitem> + <para>[matthew] - Update to Bison-3.0.2. Fixes + <ulink url="&lfs-ticket-root;3442">#3442</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Update to Libpipeline-1.2.5. Fixes <ulink url="&lfs-ticket-root;3440">#3440</ulink>.</para> </listitem> diff --git a/packages.ent b/packages.ent index 9eb141e58..bbf45f961 100644 --- a/packages.ent +++ b/packages.ent @@ -54,10 +54,10 @@ <!ENTITY binutils-ch6-du "365 MB"> <!ENTITY binutils-ch6-sbu "2.0 SBU"> -<!ENTITY bison-version "3.0.1"> -<!ENTITY bison-size "1,875 KB"> +<!ENTITY bison-version "3.0.2"> +<!ENTITY bison-size "1,882 KB"> <!ENTITY bison-url "&gnu;bison/bison-&bison-version;.tar.xz"> -<!ENTITY bison-md5 "032a7b7b9f1a6e278ccde73f82cec5c2"> +<!ENTITY bison-md5 "146be9ff9fbd27497f0bf2286a5a2082"> <!ENTITY bison-home "&gnu-software;bison/"> <!-- <!ENTITY bison-ch5-du ""> |