aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2017-07-02 21:32:38 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2017-07-02 21:32:38 +0000
commite75920e3741840699be01be4fb7bd0f78e06c915 (patch)
tree28f56a1fe6ec54d31b0a029f8303c4f71ab00f46
parent3b7754658f7a4e09c4b6966cb6e1f97b3bb026cb (diff)
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
-rw-r--r--chapter01/changelog.xml14
-rw-r--r--chapter01/whatsnew.xml4
-rw-r--r--chapter06/attr.xml4
-rw-r--r--packages.ent6
4 files changed, 23 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index bfcd97b0c..e2463ba29 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -43,6 +43,20 @@
appropriate for the entry or if needed the entire day's listitem.
-->
<listitem>
+ <para>2017-07-02</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Fix the test procedure in attr. Fixes
+ <ulink url="&lfs-ticket-root;4103">#4103</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to grep-3.1. Fixes
+ <ulink url="&lfs-ticket-root;4104">#4104</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2017-06-30</para>
<itemizedlist>
<listitem revision='systemd'>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index 482212b43..a9e796885 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -110,9 +110,9 @@
<listitem>
<para>Gperf-&gperf-version;</para>
</listitem>
- <!--<listitem>
+ <listitem>
<para>Grep &grep-version;</para>
- </listitem>-->
+ </listitem>
<!--<listitem>
<para>Groff &groff-version;</para>
</listitem>-->
diff --git a/chapter06/attr.xml b/chapter06/attr.xml
index 65d509f9a..1497ebfdb 100644
--- a/chapter06/attr.xml
+++ b/chapter06/attr.xml
@@ -51,6 +51,10 @@
<screen><userinput remap="pre">sed -i -e "/SUBDIRS/s|man[25]||g" man/Makefile</userinput></screen>
+ <para>Fix a problem in the test procedures caused by changes in perl-5.26:</para>
+
+<screen><userinput remap="pre">sed -i 's:{(:\\{(:' test/run</userinput></screen>
+
<para>Prepare Attr for compilation:</para>
<screen revision="sysv"><userinput remap="configure">./configure --prefix=/usr \
diff --git a/packages.ent b/packages.ent
index de77a8b13..1402495ff 100644
--- a/packages.ent
+++ b/packages.ent
@@ -274,10 +274,10 @@
<!ENTITY gperf-ch6-du "5.4 MB">
<!ENTITY gperf-ch6-sbu "less than 0.1 SBU">
-<!ENTITY grep-version "3.0">
-<!ENTITY grep-size "1,342 KB">
+<!ENTITY grep-version "3.1">
+<!ENTITY grep-size "1,339 KB">
<!ENTITY grep-url "&gnu;grep/grep-&grep-version;.tar.xz">
-<!ENTITY grep-md5 "fa07c1616adeb9c3262be5177d10ad4a">
+<!ENTITY grep-md5 "feca7b3e7c7f4aab2b42ecbfc513b070">
<!ENTITY grep-home "&gnu-software;grep/">
<!ENTITY grep-ch5-du "19 MB">
<!ENTITY grep-ch5-sbu "0.2 SBU">