Changeset c8df034


Ignore:
Timestamp:
01/13/2022 09:16:37 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:
194e133
Parents:
d21ec2f
Message:

Fix CVE-2021-3997 in systemd.

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rd21ec2f rc8df034  
    4141    -->
    4242    <listitem revision="systemd">
     43      <para>2021-01-13</para>
     44      <itemizedlist>
     45        <listitem>
     46          <para>[renodr] - Fixed CVE-2021-3997 in systemd, as well as fixing
     47          an issue with the default hostname and idle units. Fixes
     48          <ulink url="&lfs-ticket-root;4981">#4981</ulink>.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem revision="systemd">
    4354      <para>2021-01-03</para>
    4455      <itemizedlist>
  • chapter01/whatsnew.xml

    rd21ec2f rc8df034  
    294294      <para>sysvinit-3.01-consolidated-1.patch</para>
    295295    </listitem>
     296    <listitem revision="systemd">
     297      <para>systemd-250-upstream_fixes-1.patch</para>
     298    </listitem>
    296299    <!--
    297300    <listitem revision="systemd">
  • chapter03/patches.xml

    rd21ec2f rc8df034  
    128128    </varlistentry>
    129129
    130     <!--
    131130    <varlistentry revision="systemd">
    132131      <term>Systemd Upstream Fixes Patch - <token>&systemd-upstream-fixes-patch-size;</token>:</term>
     
    136135      </listitem>
    137136    </varlistentry>
    138     -->
    139137
    140138  </variablelist>
  • chapter08/systemd.xml

    rd21ec2f rc8df034  
    4141    <title>Installation of systemd</title>
    4242
    43     <!--Fix CVE-2021-33910 -->
    44     <!--
    45     <para>First, apply a patch to fix a security vulnerability:</para>
     43    <para>First, apply a patch to fix a security vulnerability and regressions
     44    with hostnames and idle units:</para>
    4645
    4746<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-1.patch</userinput></screen>
    48 -->
    4947
    5048    <para>Remove two unneeded groups,
     
    204202
    205203<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>
    211204
    212205<!-- dev: 50-pid-max.conf is not removed in BLFS, so I commented the following out.
  • chapter10/kernel.xml

    rd21ec2f rc8df034  
    213213    scratch.</para>
    214214
    215     <note revision="systemd">
    216       <para revision="systemd">Ensure that CONFIG_DEFAULT_HOSTNAME is set to '(none)' or a hostname.
    217       If it is left blank, systemd will fail to set the hostname to the
    218       content of <filename>/etc/hostname</filename>.</para>
    219     </note>
    220 
    221215    <para>Compile the kernel image and modules:</para>
    222216
  • patches.ent

    rd21ec2f rc8df034  
    8383<!ENTITY sysvinit-consolidated-patch-size "2.4 KB">
    8484
    85 <!--
    8685<!ENTITY systemd-upstream-fixes-patch "systemd-&systemd-version;-upstream_fixes-1.patch">
    87 <!ENTITY systemd-upstream-fixes-patch-md5 "a4449dedf514486b8995ee501d1bb8cc">
    88 <!ENTITY systemd-upstream-fixes-patch-size "4 KB">
    89 -->
     86<!ENTITY systemd-upstream-fixes-patch-md5 "80ea819e9bc4f61a47e8fcbeba9677c1">
     87<!ENTITY systemd-upstream-fixes-patch-size "184 KB">
Note: See TracChangeset for help on using the changeset viewer.