Changeset ae0510a


Ignore:
Timestamp:
04/29/2012 11:30:17 AM (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:
0ba6d53
Parents:
d38ac3a
Message:

Upgrade to Grep-2.12. Fixes #3068.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rd38ac3a rae0510a  
    3838-->
    3939    <listitem>
     40      <para>2012-04-29</para>
     41      <itemizedlist>
     42         <listitem>
     43           <para>[matthew] - Upgrade to Grep-2.12. Fixes
     44           <ulink url="&lfs-ticket-root;3068">#3068</ulink>.</para>
     45         </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
    4050      <para>2012-04-26</para>
    4151      <itemizedlist>
  • chapter06/grep.xml

    rd38ac3a rae0510a  
    4040  <sect2 role="installation">
    4141    <title>Installation of Grep</title>
    42 
    43     <para>First, fix a small problem with a test script:</para>
    44 
    45 <screen><userinput remap="pre">sed -i 's/cp/#&amp;/' tests/unibyte-bracket-expr</userinput></screen>
    4642
    4743    <para>Prepare Grep for compilation:</para>
  • general.ent

    rd38ac3a rae0510a  
    1 <!ENTITY version "SVN-20120426">
    2 <!ENTITY releasedate "Apr 26, 2012">
     1<!ENTITY version "SVN-20120429">
     2<!ENTITY releasedate "Apr 29, 2012">
    33<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "7.2">
  • packages.ent

    rd38ac3a rae0510a  
    220220<!ENTITY gmp-ch6-sbu "1.7 SBU">
    221221
    222 <!ENTITY grep-version "2.11">
    223 <!ENTITY grep-size "1,101 KB">
     222<!ENTITY grep-version "2.12">
     223<!ENTITY grep-size "1,152 KB">
    224224<!ENTITY grep-url "&gnu;grep/grep-&grep-version;.tar.xz">
    225 <!ENTITY grep-md5 "ad9c6dbdeab93e50d2bc380f10ed3643">
     225<!ENTITY grep-md5 "8d2f0346d08b13c18afb81f0e8aa1e2f">
    226226<!ENTITY grep-home "&gnu-software;grep/">
    227227<!ENTITY grep-ch5-du "18 MB">
Note: See TracChangeset for help on using the changeset viewer.