Changeset d9142ec4 for general


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).

Location:
general
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/git.xml

    racc21f8 rd9142ec4  
    196196      fails, the list of failed tests can be shown via
    197197      <command>grep '^not ok' test.log | grep -v TODO</command>.
    198       <phrase revision='systemd'>One test named <literal>start and stop
     198      <!-- It looks like I'd misdiagnosed the issue.  -->
     199      <!--phrase revision='systemd'>One test named <literal>start and stop
    199200      Linux/systemd maintenance</literal> is known to fail if the current
    200201      login session is not started after rebuilding
    201202      <xref linkend='systemd'/> with <xref linkend='linux-pam'/>
    202203      support, or it's a SSH session but the SSH server is not configured
    203       with <option>UsePAM</option> enabled.</phrase>
     204      with <option>UsePAM</option> enabled.</phrase-->
    204205    </para>
    205206
  • 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.