浏览代码

Fix acl's testsuite for perl-5.26.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11290 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Ken Moffat 8 年之前
父节点
当前提交
ba19ee48e4
共有 3 个文件被更改,包括 16 次插入3 次删除
  1. 9 0
      chapter01/changelog.xml
  2. 4 0
      chapter06/acl.xml
  3. 3 3
      general.ent

+ 9 - 0
chapter01/changelog.xml

@@ -42,6 +42,15 @@
     <listitem revision="sysv"> or <listitem revision="systemd"> as
     appropriate for the entry or if needed the entire day's listitem.
 -->
+    <listitem>
+      <para>2017-08-24</para>
+      <itemizedlist>
+        <listitem>
+          <para>[ken] - Fix acl's testsuite for perl-5.26.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2017-08-16</para>
       <itemizedlist>

+ 4 - 0
chapter06/acl.xml

@@ -51,6 +51,10 @@
 
 <screen><userinput remap="pre">sed -i "s:| sed.*::g" test/{sbits-restore,cp,misc}.test</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>Additionally, fix a bug that causes <command>getfacl -e</command>
     to segfault on overly long group name:</para>
 

+ 3 - 3
general.ent

@@ -1,13 +1,13 @@
-<!ENTITY version         "SVN-20170818">
+<!ENTITY version         "SVN-20170824">
 <!ENTITY short-version   "svn">  <!-- Used below in &blfs-book; 
                                       Change to x.y for release but not -rc releases -->
 <!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
 
-<!ENTITY versiond        "20170818-systemd">
+<!ENTITY versiond        "20170824-systemd">
 <!ENTITY short-versiond  "systemd">
 <!ENTITY generic-versiond "systemd"> 
 
-<!ENTITY releasedate     "August 18, 2017">
+<!ENTITY releasedate     "August 24, 2017">
 
 <!ENTITY copyrightdate   "1999-2017"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone       "8.1">