Ignore:
Timestamp:
02/10/2024 11:04:46 AM (4 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, lazarus, trunk, xry111/llvm18
Children:
a53c912
Parents:
acc21f8
Message:

systemd: Fix a bug breaking systemd-verify an instantiated unit

Sync with LFS.

This bug is breaking Git test suite (and maybe other things).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/systemd.xml

    racc21f8 rd9142ec4  
    7575    </itemizedlist>
    7676
    77 <!--  Keep here in case a patch will be needed.-->
    78 <!--
     77<!--  Comment out (instead of remove) in case a patch will be needed.-->
    7978    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    8079    <itemizedlist spacing="compact">
     
    8281        <para>
    8382         Required patch:
    84          <ulink url="&patch-root;/systemd-&systemd-version;-security_fix-1.patch"/>
     83         <ulink url="&patch-root;/systemd-&systemd-version;-upstream_fixes-1.patch"/>
    8584        </para>
    8685      </listitem>
    8786    </itemizedlist>
    88 -->
     87
    8988    <bridgehead renderas="sect3">systemd Dependencies</bridgehead>
    9089
     
    181180    <para>
    182181      Now fix a security vulnerability in the DNSSEC verification of
    183       <command>systemd-resolved</command>:
    184     </para>
    185 
    186     <screen><userinput>sed -e '/return FLAGS_SET.*AUTHENTICATED/s/(t/(dt/' \
    187     -i src/resolve/resolved-dns-transaction.c</userinput></screen>
     182      <command>systemd-resolved</command> and a bug breaking running
     183      <command>systemd-analyze verify</command> on an instantiated systemd
     184      unit:
     185    </para>
     186
     187    <screen><userinput>patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-1.patch</userinput></screen>
    188188
    189189    <para>
Note: See TracChangeset for help on using the changeset viewer.