Changeset 3999c22


Ignore:
Timestamp:
07/18/2021 03:45:11 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
ml-11.0, multilib
Children:
dabd16b
Parents:
0906e3c (diff), ac9f395 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • appendices/dependencies.xml

    r0906e3c r3999c22  
    24032403        <segtitle>&testsuites;</segtitle>
    24042404        <seglistitem>
    2405           <seg>Iana-Etc and Procps-ng</seg>
     2405          <seg>Iana-Etc, Less. and Procps-ng</seg>
    24062406        </seglistitem>
    24072407      </segmentedlist>
  • chapter01/changelog.xml

    r0906e3c r3999c22  
    4646    -->
    4747    <listitem>
     48      <para>2021-07-17</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[ken] - Fix test failures in perl-5.34.0 by building less before
     52          perl and by patching perl for a problem highlighted by gdbm-1.20. Fixes
     53          <ulink url="&lfs-ticket-root;4885">#4885</ulink>.</para>
     54        </listitem>
     55      </itemizedlist>
     56    </listitem>
     57
     58    <listitem>
    4859      <para>2021-07-15</para>
    4960      <itemizedlist>
  • chapter03/patches.xml

    r0906e3c r3999c22  
    103103    </varlistentry>
    104104-->
     105
     106    <varlistentry>
     107      <term>Perl Upstream Fix Patch - <token>&perl-fix-patch-size;</token>:</term>
     108      <listitem>
     109        <para>Download: <ulink url="&patches-root;&perl-fix-patch;"/></para>
     110        <para>MD5 sum: <literal>&perl-fix-patch-md5;</literal></para>
     111      </listitem>
     112    </varlistentry>
     113
    105114    <varlistentry revision="sysv">
    106115      <term>Sysvinit Consolidated Patch - <token>&sysvinit-consolidated-patch-size;</token>:</term>
  • chapter08/chapter08.xml

    r0906e3c r3999c22  
    5454  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="expat.xml"/>
    5555  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="inetutils.xml"/>
     56  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="less.xml"/>
    5657  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="perl.xml"/>
    5758  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xml-parser.xml"/>
     
    7374  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="groff.xml"/>
    7475  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="grub.xml"/>
    75   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="less.xml"/>
    7676  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gzip.xml"/>
    7777  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="iproute2.xml"/>
  • chapter08/perl.xml

    r0906e3c r3999c22  
    4141  <sect2 role="installation">
    4242    <title>Installation of Perl</title>
     43
     44    <para>First, apply a patch that fixes an issue highlighted by recent
     45    versions of gdbm:</para>
     46
     47<screen><userinput remap="pre">patch -Np1 -i ../&perl-fix-patch;</userinput></screen>
    4348
    4449    <para>This version of Perl now builds the Compress::Raw::Zlib and
  • patches.ent

    r0906e3c r3999c22  
    6464<!ENTITY ninja-limit-jobs-patch-size "2.5 KB">
    6565-->
     66
     67<!ENTITY perl-fix-patch "perl-&perl-version;-upstream_fixes-1.patch">
     68<!ENTITY perl-fix-patch-md5 "fb42558b59ed95ee00eb9f1c1c9b8056">
     69<!ENTITY perl-fix-patch-size "1.6 KB">
     70
    6671<!ENTITY sysvinit-consolidated-patch "sysvinit-&sysvinit-version;-consolidated-1.patch">
    6772<!ENTITY sysvinit-consolidated-patch-md5 "4900322141d493e74020c9cf437b2cdc">
Note: See TracChangeset for help on using the changeset viewer.