Changeset bd5f090


Ignore:
Timestamp:
05/08/2017 03:58:13 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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, 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:
0f322d5
Parents:
6ca0235
Message:

Update to flex-2.6.4

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r6ca0235 rbd5f090  
    4444-->
    4545    <listitem>
     46      <para>2017-05-07</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Update to flex-2.6.4. Fixes
     50          <ulink url="&lfs-ticket-root;4084">#4084</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4656      <para>2017-05-05</para>
    4757      <itemizedlist>
  • chapter01/whatsnew.xml

    r6ca0235 rbd5f090  
    8787      <para>Findutils &findutils-version;</para>
    8888    </listitem>-->
    89     <!--<listitem>
     89    <listitem>
    9090      <para>Flex &flex-version;</para>
    91     </listitem>-->
     91    </listitem>
    9292    <!--<listitem>
    9393      <para>Gawk &gawk-version;</para>
     
    260260    </listitem>
    261261-->
    262     <listitem>
    263       <para>flex-2.6.3-upstream_fixes-3.patch</para>
    264     </listitem>
    265262  </itemizedlist>
    266263
  • chapter03/patches.xml

    r6ca0235 rbd5f090  
    5050      </listitem>
    5151    </varlistentry>
    52 
     52<!--
    5353    <varlistentry>
    5454      <term>Flex Fixes Patch - <token>&flex-fixes-patch-size;</token>:</term>
     
    5858      </listitem>
    5959    </varlistentry>
     60-->
    6061<!--
    6162    <varlistentry>
  • chapter05/flex.xml

    r6ca0235 rbd5f090  
    4343  <sect2 role="installation">
    4444    <title>Installation of Flex</title>
    45 
     45<!--
    4646    <para>Flex contains several known bugs. These can be fixed with the
    4747    following patch:</para>
     
    5555
    5656<screen><userinput remap="pre">touch doc/flex.1</userinput></screen>
    57 
    58     <para>Now prepare Flex for compilation:</para>
     57-->
     58    <para>Prepare Flex for compilation:</para>
    5959
    6060<screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen>
  • chapter06/flex.xml

    r6ca0235 rbd5f090  
    4141  <sect2 role="installation">
    4242    <title>Installation of Flex</title>
    43 
     43<!--
    4444    <para>First, fix a problem with the latest version:</para>
    4545
    4646<screen><userinput remap="pre">patch -Np1 -i ../&flex-fixes-patch;</userinput></screen>
    47 
     47-->
    4848    <para>The build procedure assumes the <application>help2man</application>
    4949    program is available to create a man page from the executable --help option.
  • packages.ent

    r6ca0235 rbd5f090  
    190190<!ENTITY findutils-ch6-sbu "0.9 SBU">
    191191
    192 <!ENTITY flex-version "2.6.3">
    193 <!ENTITY flex-size "1,373 KB">
     192<!ENTITY flex-version "2.6.4">
     193<!ENTITY flex-size "1,386 KB">
    194194<!ENTITY flex-url "https://github.com/westes/flex/releases/download/v&flex-version;/flex-&flex-version;.tar.gz">
    195 <!ENTITY flex-md5 "a5f65570cd9107ec8a8ec88f17b31bb1">
     195<!ENTITY flex-md5 "2882e3179748cc9f9c23ec593d6adc8d">
    196196<!ENTITY flex-home "http://flex.sourceforge.net">
    197197<!ENTITY flex-ch6-du "32 MB">
  • patches.ent

    r6ca0235 rbd5f090  
    2020<!ENTITY coreutils-i18n-patch-md5 "a9404fb575dfd5514f3c8f4120f9ca7d">
    2121<!ENTITY coreutils-i18n-patch-size "168 KB">
    22 
     22<!--
    2323<!ENTITY flex-fixes-patch "flex-&flex-version;-upstream_fixes-3.patch">
    2424<!ENTITY flex-fixes-patch-md5 "b46f6b0380e502a3dfb8b503227cd680">
    2525<!ENTITY flex-fixes-patch-size "3.4 KB">
    26 
     26-->
    2727<!--
    2828<!ENTITY gcc-asan-patch "gcc-&gcc-version;-asan-1.patch">
Note: See TracChangeset for help on using the changeset viewer.