Changeset e6e2e70


Ignore:
Timestamp:
09/17/2023 10:30:18 PM (8 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
6073638
Parents:
ecf738a (diff), 490a50a (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:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    recf738a re6e2e70  
    4242
    4343    <listitem>
     44      <para>2023-09-17</para>
     45      <itemizedlist>
     46        <listitem>
     47          <para>[xry111] - Update to linux-6.5.3.  Fixes
     48          <ulink url='&lfs-ticket-root;5343'>#5343</ulink>.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[xry111] - Update to iana-etc-20230912.  Addresses
     52          <ulink url='&lfs-ticket-root;5006'>#5006</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[xry111] - Update to iproute2-6.5.0.  Fixes
     56          <ulink url='&lfs-ticket-root;5342'>#5342</ulink>.</para>
     57        </listitem>
     58      </itemizedlist>
     59    </listitem>
     60
     61    <listitem>
    4462      <para>2023-09-13</para>
    4563      <itemizedlist>
  • chapter02/hostreqs.xml

    recf738a re6e2e70  
    7373
    7474    <listitem>
    75       <para><emphasis role="strong">GCC-5.1</emphasis> including the C++
     75      <!-- Pass 1 GCC FTBFS with GCC-5.1 because of
     76           https://gcc.gnu.org/PR65801. -->
     77      <para><emphasis role="strong">GCC-5.2</emphasis> including the C++
    7678      compiler, <command>g++</command> (Versions greater than &gcc-version; are
    7779      not recommended as they have not been tested). C and C++ standard
     
    225227ver_check Findutils      find     4.2.31
    226228ver_check Gawk           gawk     4.0.1
    227 ver_check GCC            gcc      5.1
    228 ver_check "GCC (C++)"    g++      5.1
     229ver_check GCC            gcc      5.2
     230ver_check "GCC (C++)"    g++      5.2
    229231ver_check Grep           grep     2.5.1a
    230232ver_check Gzip           gzip     1.3.12
  • packages.ent

    recf738a re6e2e70  
    319319<!ENTITY gzip-fin-sbu "0.3 SBU">
    320320
    321 <!ENTITY iana-etc-version "20230810">
     321<!ENTITY iana-etc-version "20230912">
    322322<!ENTITY iana-etc-size "588 KB">
    323323<!ENTITY iana-etc-url "https://github.com/Mic92/iana-etc/releases/download/&iana-etc-version;/iana-etc-&iana-etc-version;.tar.gz">
    324 <!ENTITY iana-etc-md5 "0502bd41cc0bf1c1c3cd8651058b9650">
     324<!ENTITY iana-etc-md5 "29f49a14cdbbc9236e24b2271fbbd993">
    325325<!ENTITY iana-etc-home "https://www.iana.org/protocols">
    326326<!ENTITY iana-etc-fin-du "4.8 MB">
     
    344344<!ENTITY intltool-fin-sbu "less than 0.1 SBU">
    345345
    346 <!ENTITY iproute2-version "6.4.0">
    347 <!ENTITY iproute2-size "904 KB">
     346<!ENTITY iproute2-version "6.5.0">
     347<!ENTITY iproute2-size "908 KB">
    348348<!ENTITY iproute2-url "&kernel;linux/utils/net/iproute2/iproute2-&iproute2-version;.tar.xz">
    349 <!ENTITY iproute2-md5 "90ce0eb84a8f1e2b14ffa77e8eb3f5ed">
     349<!ENTITY iproute2-md5 "ae811fc51b3a2c9c7701be308152c45a">
    350350<!ENTITY iproute2-home "&kernel;linux/utils/net/iproute2/">
    351351<!ENTITY iproute2-fin-du "17 MB">
     
    443443<!ENTITY linux-major-version "6">
    444444<!ENTITY linux-minor-version "5">
    445 <!ENTITY linux-patch-version "1">
     445<!ENTITY linux-patch-version "3">
    446446<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
    447447<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    448 <!ENTITY linux-size "135,684 KB">
     448<!ENTITY linux-size "135,696 KB">
    449449<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    450 <!ENTITY linux-md5 "228479f37b3face05b53bd7f8906abe0">
     450<!ENTITY linux-md5 "c54b2cd13ba845e2f5a667ce712e92b9">
    451451<!ENTITY linux-home "https://www.kernel.org/">
    452452<!-- measured for 5.13.4 / gcc-11.1.0 on x86_64 : minimum is
Note: See TracChangeset for help on using the changeset viewer.