Selaa lähdekoodia

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

Bruce Dubbs 8 vuotta sitten
vanhempi
commit
e75920e374
4 muutettua tiedostoa jossa 23 lisäystä ja 5 poistoa
  1. 14 0
      chapter01/changelog.xml
  2. 2 2
      chapter01/whatsnew.xml
  3. 4 0
      chapter06/attr.xml
  4. 3 3
      packages.ent

+ 14 - 0
chapter01/changelog.xml

@@ -42,6 +42,20 @@
     <listitem revision="sysv"> or <listitem revision="systemd"> as
     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>

+ 2 - 2
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>-->

+ 4 - 0
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 \

+ 3 - 3
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">