Ignore:
Timestamp:
12/30/2021 05:39:08 PM (2 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
ad89f7b0, af4bd57
Parents:
6ecd0692
Message:

Package Updates:

Update to systemd-250 (BLFS coming shortly)
Update to meson-0.60.3
Kernel Configuration: Enable the framebuffer since it's disabled by
default in Linux-5.15.
Kernel Configuration: Add a note about CONFIG_DEFAULT_HOSTNAME on
systemd.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/systemd.xml

    r6ecd0692 r6d19228  
    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.
Note: See TracChangeset for help on using the changeset viewer.