Changeset e75920e3


Ignore:
Timestamp:
07/02/2017 09:32:38 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:
eb15346
Parents:
3b77546
Message:

Fix the test procedure in attr.
Update to grep-3.1.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r3b77546 re75920e3  
    4444-->
    4545    <listitem>
     46      <para>2017-07-02</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Fix the test procedure in attr. Fixes
     50          <ulink url="&lfs-ticket-root;4103">#4103</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[bdubbs] - Update to grep-3.1. Fixes
     54          <ulink url="&lfs-ticket-root;4104">#4104</ulink>.</para>
     55        </listitem>
     56      </itemizedlist>
     57    </listitem>
     58
     59    <listitem>
    4660      <para>2017-06-30</para>
    4761      <itemizedlist>
  • chapter01/whatsnew.xml

    r3b77546 re75920e3  
    111111      <para>Gperf-&gperf-version;</para>
    112112    </listitem>
    113     <!--<listitem>
     113    <listitem>
    114114      <para>Grep &grep-version;</para>
    115     </listitem>-->
     115    </listitem>
    116116    <!--<listitem>
    117117      <para>Groff &groff-version;</para>
  • chapter06/attr.xml

    r3b77546 re75920e3  
    5151
    5252<screen><userinput remap="pre">sed -i -e "/SUBDIRS/s|man[25]||g" man/Makefile</userinput></screen>
     53
     54    <para>Fix a problem in the test procedures caused by changes in perl-5.26:</para>
     55
     56<screen><userinput remap="pre">sed -i 's:{(:\\{(:' test/run</userinput></screen>
    5357
    5458    <para>Prepare Attr for compilation:</para>
  • packages.ent

    r3b77546 re75920e3  
    275275<!ENTITY gperf-ch6-sbu "less than 0.1 SBU">
    276276
    277 <!ENTITY grep-version "3.0">
    278 <!ENTITY grep-size "1,342 KB">
     277<!ENTITY grep-version "3.1">
     278<!ENTITY grep-size "1,339 KB">
    279279<!ENTITY grep-url "&gnu;grep/grep-&grep-version;.tar.xz">
    280 <!ENTITY grep-md5 "fa07c1616adeb9c3262be5177d10ad4a">
     280<!ENTITY grep-md5 "feca7b3e7c7f4aab2b42ecbfc513b070">
    281281<!ENTITY grep-home "&gnu-software;grep/">
    282282<!ENTITY grep-ch5-du "19 MB">
Note: See TracChangeset for help on using the changeset viewer.