Fix acl's testsuite for perl-5.26.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11290 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Ken Moffat 2017-08-24 03:20:40 +00:00
parent 0a88d3b17f
commit ba19ee48e4
3 changed files with 16 additions and 3 deletions

View File

@ -42,6 +42,15 @@
<listitem revision="sysv"> or <listitem revision="systemd"> as <listitem revision="sysv"> or <listitem revision="systemd"> as
appropriate for the entry or if needed the entire day's listitem. 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> <listitem>
<para>2017-08-16</para> <para>2017-08-16</para>
<itemizedlist> <itemizedlist>

View File

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

View File

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