Changeset e233b611


Ignore:
Timestamp:
05/13/2023 10:30:09 PM (12 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
e8e771a
Parents:
031db1b (diff), cd8339a (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:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r031db1b re233b611  
    4141    -->
    4242    <listitem>
     43      <para>2023-05-13</para>
     44      <itemizedlist>
     45        <listitem>
     46          <para>[xry111] - Update to less-633.  Fixes
     47          <ulink url='&lfs-ticket-root;5251'>#5251</ulink>.</para>
     48        </listitem>
     49        <listitem>
     50          <para>[xry111] - Update to linux-6.3.2.  Fixes
     51          <ulink url='&lfs-ticket-root;5255'>#5255</ulink>.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[xry111] - Update to xz-5.4.3.  Fixes
     55          <ulink url='&lfs-ticket-root;5252'>#5252</ulink>.</para>
     56        </listitem>
     57        <listitem>
     58          <para>[xry111] - Update to gawk-5.2.2.  Fixes
     59          <ulink url='&lfs-ticket-root;5253'>#5253</ulink>.</para>
     60        </listitem>
     61        <listitem>
     62          <para>[xry111] - Fix systemd runtime issue exploited by GCC 13.
     63          Fixes <ulink url='&lfs-ticket-root;5254'>#5254</ulink>.</para>
     64        </listitem>
     65      </itemizedlist>
     66    </listitem>
     67
     68    <listitem>
    4369      <para>2023-05-01</para>
    4470      <itemizedlist>
  • chapter08/gcc.xml

    r031db1b re233b611  
    198198    <parameter>--enable-default-ssp</parameter> option.
    199199    <!-- https://gcc.gnu.org/PR106375 and https://gcc.gnu.org/PR109353 -->
    200     Additionally, two tests named <filename>copy.cc</filename> and
    201     <filename>pr56837.c</filename> are known to fail.</para>
     200    Two tests named <filename>copy.cc</filename> and
     201    <filename>pr56837.c</filename> are known to fail.
     202    <!-- https://gcc.gnu.org/PR107855#c6 -->
     203    Additionally, several tests in the
     204    <filename class='directory'>vect</filename> directory are known to fail
     205    if the hardware does not support AVX.</para>
    202206
    203207    <para>A few unexpected failures cannot always be avoided. The GCC developers
  • chapter08/systemd.xml

    r031db1b re233b611  
    4141    <title>Installation of systemd</title>
    4242
     43    <para>
     44      Remove several inappropriate uses of the <literal>pure</literal>
     45      attribute that cause runtime issues when the package is built
     46      with gcc-13 or later:
     47    </para>
     48
     49<screen><userinput remap='pre'>sed '/bus_message_type_from_string/s/_pure_//' \
     50    -i src/libsystemd/sd-bus/bus-internal.h    &amp;&amp;
     51sed '/devt_hash_func/s/_pure_//'               \
     52    -i src/basic/hash-funcs.h                  &amp;&amp;
     53sed '/job_get_timeout/s/_pure_//'              \
     54    -i src/core/job.h</userinput></screen>
     55
    4356    <para>Remove two unneeded groups,
    4457    <systemitem class="groupname">render</systemitem> and
     
    5467cd       build
    5568
    56 meson --prefix=/usr                 \
     69meson setup \
     70      --prefix=/usr                 \
    5771      --buildtype=release           \
    5872      -Ddefault-dnssec=no           \
  • packages.ent

    r031db1b re233b611  
    216216<!ENTITY flit-core-fin-sbu "less than 0.1 SBU">
    217217
    218 <!ENTITY gawk-version "5.2.1">
    219 <!ENTITY gawk-size "3,332 KB">
     218<!ENTITY gawk-version "5.2.2">
     219<!ENTITY gawk-size "3,324 KB">
    220220<!ENTITY gawk-url "&gnu;gawk/gawk-&gawk-version;.tar.xz">
    221 <!ENTITY gawk-md5 "02956bc5d117a7437bb4f7039f23b964">
     221<!ENTITY gawk-md5 "d63b4de2c722cbd9b8cc8e6f14d78a1e">
    222222<!ENTITY gawk-home "&gnu-software;gawk/">
    223223<!ENTITY gawk-tmp-du "47 MB">
     
    392392<!ENTITY kmod-fin-sbu "less than 0.1 SBU">
    393393
    394 <!ENTITY less-version "632">
    395 <!ENTITY less-size "367 KB">
     394<!ENTITY less-version "633">
     395<!ENTITY less-size "368 KB">
    396396<!ENTITY less-url "https://www.greenwoodsoftware.com/less/less-&less-version;.tar.gz">
    397 <!ENTITY less-md5 "334873e16f3d2ff6d9862a28ae362b31">
     397<!ENTITY less-md5 "35cc7734e9e6224388ab7b9a214da4da">
    398398<!ENTITY less-home "https://www.greenwoodsoftware.com/less/">
    399399<!ENTITY less-fin-du "4.3 MB">
     
    442442<!ENTITY linux-major-version "6">
    443443<!ENTITY linux-minor-version "3">
    444 <!ENTITY linux-patch-version "1">
     444<!ENTITY linux-patch-version "2">
    445445<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
    446446<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    447 <!ENTITY linux-size "133,726 KB">
     447<!ENTITY linux-size "133,704 KB">
    448448<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    449 <!ENTITY linux-md5 "615864e9c7fd3a289d645b819dbd48eb">
     449<!ENTITY linux-md5 "646d9e1f4f62d01f53dc2fd6b4ea9005">
    450450<!ENTITY linux-home "https://www.kernel.org/">
    451451<!-- measured for 5.13.4 / gcc-11.1.0 on x86_64 : minimum is
     
    759759<!ENTITY xml-parser-fin-sbu "less than 0.1 SBU">
    760760
    761 <!ENTITY xz-version "5.4.2">
    762 <!ENTITY xz-size "1,576 KB">
     761<!ENTITY xz-version "5.4.3">
     762<!ENTITY xz-size "1,628 KB">
    763763<!ENTITY xz-url "https://tukaani.org/xz/xz-&xz-version;.tar.xz">
    764 <!ENTITY xz-md5 "1dcdf002d9a69f48ff67be84964af0d8">
     764<!ENTITY xz-md5 "0bc7220eab3cc37018e0f1965b6ce75a">
    765765<!ENTITY xz-home "https://tukaani.org/xz">
    766766<!ENTITY xz-tmp-du "20 MB">
Note: See TracChangeset for help on using the changeset viewer.