Changeset eeafffd


Ignore:
Timestamp:
08/05/2012 02:26:03 PM (12 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
172303c
Parents:
a44c0c9
Message:

Upgrade to Bison-2.6.1. Fixes #3140.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9924 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    ra44c0c9 reeafffd  
    4141      <para>2012-08-05</para>
    4242      <itemizedlist>
     43         <listitem>
     44           <para>[matthew] - Upgrade to Bison-2.6.1. Fixes
     45           <ulink url="&lfs-ticket-root;3140">#3140</ulink>.</para>
     46         </listitem>
    4347         <listitem>
    4448           <para>[matthew] - Upgrade to Linux-3.5. Fixes
  • chapter06/flex.xml

    ra44c0c9 reeafffd  
    5656    <para>To test the results (about 0.5 SBU), issue:</para>
    5757
    58 <screen><userinput remap="test">make check</userinput></screen>
     58<screen><userinput remap="test">make -k check</userinput></screen>
    5959
    6060    <para>Install the package:</para>
  • packages.ent

    ra44c0c9 reeafffd  
    4747<!ENTITY binutils-ch6-sbu "1.9 SBU">
    4848
    49 <!ENTITY bison-version "2.5.1">
    50 <!ENTITY bison-size "1,571 KB">
     49<!ENTITY bison-version "2.6.2">
     50<!ENTITY bison-size "1,612 KB">
    5151<!ENTITY bison-url "&gnu;bison/bison-&bison-version;.tar.xz">
    52 <!ENTITY bison-md5 "012708d801a3c986d8654aa673530b61">
     52<!ENTITY bison-md5 "dea291996f98c34c3fd8e389a9cf6ea1">
    5353<!ENTITY bison-home "&gnu-software;bison/">
    5454<!--
Note: See TracChangeset for help on using the changeset viewer.