Changeset f8966364


Ignore:
Timestamp:
02/17/2009 12:05:07 AM (16 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, 12.2, 12.2-rc1, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 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/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
84d27d5
Parents:
1d6d219
Message:

Upgrade to Grep-2.5.4. Fixes #2346.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r1d6d219 rf8966364  
    4242      <itemizedlist>
    4343        <listitem>
     44          <para>[matthew] - Upgraded to Grep-2.5.4.  Fixes
     45          <ulink url="&lfs-ticket-root;2346">#2346</ulink>.</para>
     46        </listitem>
     47        <listitem>
    4448          <para>[matthew] - Upgraded to Man-Pages-3.18.  Fixes
    4549          <ulink url="&lfs-ticket-root;2347">#2347</ulink>.</para>
  • chapter01/whatsnew.xml

    r1d6d219 rf8966364  
    8484      <para>GMP &gmp-version;</para>
    8585    </listitem> -->
    86     <!--<listitem>
     86    <listitem>
    8787      <para>Grep &grep-version;</para>
    88     </listitem>-->
     88    </listitem>
    8989    <listitem>
    9090      <para>Groff &groff-version;</para>
     
    218218
    219219    <listitem>
     220      <para>&grep-debian-patch;</para>
     221    </listitem>
     222
     223    <listitem>
    220224      <para>&inetutils-man_pages-patch;</para>
    221225    </listitem>
     
    267271    </listitem>
    268272    <listitem>
     273      <para>grep-2.5.3-debian_fixes-1.patch</para>
     274    </listitem>
     275    <listitem>
     276      <para>grep-2.5.3-upstream_fixes-1.patch</para>
     277    </listitem>
     278    <listitem>
    269279      <para>groff-1.18.1.4-debian_fixes-1.patch</para>
    270280    </listitem>
  • chapter03/patches.xml

    r1d6d219 rf8966364  
    116116
    117117    <varlistentry>
    118       <term>Grep Upstream Fixes Patch - <token>&grep-fixes-patch-size;</token>:</term>
    119       <listitem>
    120         <para>Download: <ulink url="&patches-root;&grep-fixes-patch;"/></para>
    121         <para>MD5 sum: <literal>&grep-fixes-patch-md5;</literal></para>
    122       </listitem>
    123     </varlistentry>
    124 
    125     <varlistentry>
    126118      <term>GRUB Disk Geometry Patch - <token>&grub-geometry-patch-size;</token>:</term>
    127119      <listitem>
  • chapter06/grep.xml

    r1d6d219 rf8966364  
    4747
    4848<screen><userinput remap="pre">patch -Np1 -i ../&grep-debian-patch;</userinput></screen>
    49 
    50     <para>Upstream have fixed some of the documentation, and changed some of the
    51     tests and the expected results in the newest test scripts.  This means that
    52     not so many of the individual tests fail:</para>
    53 
    54 <screen><userinput remap="pre">patch -Np1 -i ../&grep-fixes-patch;</userinput></screen>
    5549
    5650    <para>Prepare Grep for compilation:</para>
  • packages.ent

    r1d6d219 rf8966364  
    218218<!ENTITY gmp-ch6-sbu "1.5 SBU testsuite included">
    219219
    220 <!ENTITY grep-version "2.5.3">
    221 <!ENTITY grep-size "604 KB">
     220<!ENTITY grep-version "2.5.4">
     221<!ENTITY grep-size "706 KB">
    222222<!ENTITY grep-url "&gnu;grep/grep-&grep-version;.tar.bz2">
    223 <!ENTITY grep-md5 "27061ce1fde82876970b6549a156da8b">
     223<!ENTITY grep-md5 "5650ee2ae6ea4b39e9459d7d0585b315">
    224224<!ENTITY grep-home "&gnu-software;grep/">
    225225<!ENTITY grep-ch5-du "6.9 MB">
  • patches.ent

    r1d6d219 rf8966364  
    6060<!ENTITY grep-debian-patch-md5 "337d017202d7e3b08d428a89da3ee572">
    6161<!ENTITY grep-debian-patch-size "27 KB">
    62 
    63 <!ENTITY grep-fixes-patch "grep-&grep-version;-upstream_fixes-1.patch">
    64 <!ENTITY grep-fixes-patch-md5 "44f9c5e7df7746e6115be47e5a068ab8">
    65 <!ENTITY grep-fixes-patch-size "5.8 KB">
    6662
    6763
Note: See TracChangeset for help on using the changeset viewer.