Changeset af4bd57


Ignore:
Timestamp:
12/31/2021 04:45:09 AM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
0fd2370f
Parents:
0eb19f0 (diff), 6d19228 (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:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r0eb19f0 raf4bd57  
    4141    -->
    4242    <listitem>
     43      <para>2021-12-30</para>
     44      <itemizedlist>
     45        <listitem revision="systemd">
     46          <para>[renodr] - Update to systemd-250. Fixes
     47          <ulink url="&lfs-ticket-root;4971">#4971</ulink>.</para>
     48        </listitem>
     49        <listitem>
     50          <para>[renodr] - Update to meson-0.60.3. Fixes
     51          <ulink url="&lfs-ticket-root;4973">#4973</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4357      <para>2021-12-15</para>
    4458      <itemizedlist>
  • chapter01/whatsnew.xml

    r0eb19f0 raf4bd57  
    235235      <para>Sysklogd-&sysklogd-version;</para>
    236236    </listitem>-->
    237     <!--<listitem revision="systemd">
     237    <listitem revision="systemd">
    238238      <para>Systemd-&systemd-version;</para>
    239     </listitem>-->
     239    </listitem>
    240240    <listitem revision="sysv">
    241241      <para>SysVinit-&sysvinit-version;</para>
  • chapter03/patches.xml

    r0eb19f0 raf4bd57  
    120120    </varlistentry>
    121121
     122    <!--
    122123    <varlistentry revision="systemd">
    123124      <term>Systemd Upstream Fixes Patch - <token>&systemd-upstream-fixes-patch-size;</token>:</term>
     
    127128      </listitem>
    128129    </varlistentry>
     130    -->
    129131
    130132  </variablelist>
  • chapter08/systemd.xml

    r0eb19f0 raf4bd57  
    4242
    4343    <!--Fix CVE-2021-33910 -->
     44    <!--
    4445    <para>First, apply a patch to fix a security vulnerability:</para>
    4546
    4647<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-1.patch</userinput></screen>
    47 
    48 <!-- Seems to be not needed anymore with 248
    49     <para>Remove tests that cannot be built in chroot:</para>
    50 
    51 <screen><userinput remap="pre">sed '177,$ d' -i src/resolve/meson.build</userinput></screen>
    5248-->
    5349
     
    5955 <screen><userinput remap="pre">sed -i -e 's/GROUP="render"/GROUP="video"/' \
    6056        -e 's/GROUP="sgx", //' rules.d/50-udev-default.rules.in</userinput></screen>
    61 
    62     <para>Fix a meson problem:</para>
    63 
    64  <screen><userinput remap="pre">sed -i 's/+ want_libfuzzer.*$/and want_libfuzzer/' meson.build</userinput></screen>
    65 
    66  <para>Fix a problem when building with kernel headers from Linux-5.14 and
    67  later:</para>
    68 
    69  <screen><userinput remap="pre">sed -i '/ARPHRD_CAN/a#define ARPHRD_MCTP        290' src/basic/linux/if_arp.h</userinput></screen>
    7057
    7158    <para>Prepare systemd for compilation:</para>
     
    217204
    218205<screen><userinput remap="adjust">systemctl disable systemd-time-wait-sync.service</userinput></screen>
     206
     207    <para>Fix a regression in a systemd unit that causes a delay when
     208    switching TTYs:</para>
     209
     210<screen><userinput remap="adjust">sed -i 's/idle/simple/' /usr/lib/systemd/system/getty@.service</userinput></screen>
    219211
    220212<!-- dev: 50-pid-max.conf is not removed in BLFS, so I commented the following out.
  • chapter10/kernel.xml

    r0eb19f0 raf4bd57  
    109109   &lt; &gt; Enable kernel headers through /sys/kernel/kheaders.tar.xz [CONFIG_IKHEADERS]
    110110Device Drivers  ---&gt;
     111  Graphics support ---&gt;
     112   Frame buffer Devices ---&gt;
     113      [*] Support for frame buffer devices ----
    111114  Generic Driver Options  ---&gt;
    112115   [ ] Support for uevent helper [CONFIG_UEVENT_HELPER]
     
    128131   &lt;*&gt; The IPv6 protocol [CONFIG_IPV6]
    129132Device Drivers  ---&gt;
     133  Graphics support ---&gt;
     134   Frame buffer Devices ---&gt;
     135      [*] Support for frame buffer devices ----
    130136  Generic Driver Options  ---&gt;
    131137   [ ] Support for uevent helper [CONFIG_UEVENT_HELPER]
     
    237243    scratch.</para>
    238244
     245    <note revision="systemd">
     246      <para revision="systemd">Ensure that CONFIG_DEFAULT_HOSTNAME is set to 'none' or a hostname.
     247      If it is left blank, your system will not start.</para>
     248    </note>
     249
    239250    <para>Compile the kernel image and modules:</para>
    240251
  • packages.ent

    r0eb19f0 raf4bd57  
    500500<!ENTITY markupsafe-fin-sbu "less than 0.1 SBU">
    501501
    502 <!ENTITY meson-version "0.60.2">
    503 <!ENTITY meson-size "1,952 KB">
     502<!ENTITY meson-version "0.60.3">
     503<!ENTITY meson-size "1,956 KB">
    504504<!ENTITY meson-url "&github;/mesonbuild/meson/releases/download/&meson-version;/meson-&meson-version;.tar.gz">
    505 <!ENTITY meson-md5 "48a898e25f35e57a1b72c2b578884960">
     505<!ENTITY meson-md5 "03ddd7272d8cbb9f33269cb37a200d24">
    506506<!ENTITY meson-home "https://mesonbuild.com">
    507507<!ENTITY meson-fin-du "40 MB">
     
    649649<!ENTITY sysklogd-fin-sbu "less than 0.1 SBU">
    650650
    651 <!ENTITY systemd-version  "249">
     651<!ENTITY systemd-version  "250">
    652652<!--<!ENTITY systemd-stable   "6b4878d">-->
    653653<!-- The above entity is used whenever we move to a stable backport branch. In the event of a critical problem or kernel
    654654     change that is incompatible, we will switch to the backport branch until the next stable release. -->
    655 <!ENTITY systemd-size     "10,344 KB">
     655<!ENTITY systemd-size     "10,856 KB">
    656656<!ENTITY systemd-url      "&github;/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz">
    657657<!--<!ENTITY systemd-url      "&anduin-sources;/systemd-&systemd-version;-&systemd-stable;.tar.xz">-->
    658 <!ENTITY systemd-md5      "8e8adf909c255914dfc10709bd372e69">
     658<!ENTITY systemd-md5      "8929beb037c587ada4ed201f19756fe2">
    659659<!ENTITY systemd-home     "https://www.freedesktop.org/wiki/Software/systemd/">
    660 <!ENTITY systemd-man-version "249">
    661 <!ENTITY systemd-man-size "584 KB">
     660<!ENTITY systemd-man-version "250">
     661<!ENTITY systemd-man-size "596 KB">
    662662<!--<!ENTITY systemd-man-url  "&anduin-sources;/systemd-man-pages-&systemd-version;-&systemd-stable;.tar.xz">-->
    663663<!ENTITY systemd-man-url  "&anduin-sources;/systemd-man-pages-&systemd-man-version;.tar.xz">
    664 <!ENTITY systemd-man-md5  "d9f2508d6b114b1c02476cd79b8fc786">
     664<!ENTITY systemd-man-md5  "af3aca39abe4e990cb2a9ac63dcdf506">
    665665<!ENTITY systemd-fin-du   "277 MB">
    666666<!ENTITY systemd-fin-sbu  "2.3 SBU">
  • patches.ent

    r0eb19f0 raf4bd57  
    7979<!ENTITY sysvinit-consolidated-patch-size "2.4 KB">
    8080
     81<!--
    8182<!ENTITY systemd-upstream-fixes-patch "systemd-&systemd-version;-upstream_fixes-1.patch">
    8283<!ENTITY systemd-upstream-fixes-patch-md5 "a4449dedf514486b8995ee501d1bb8cc">
    8384<!ENTITY systemd-upstream-fixes-patch-size "4 KB">
     85-->
Note: See TracChangeset for help on using the changeset viewer.