Changeset fe99d50


Ignore:
Timestamp:
02/10/2024 10:49:55 AM (8 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.1-rc1, 12.2, 12.2-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib
Children:
b1998a2
Parents:
e67d996
Message:

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

It's breaking Git test suite (and maybe other things).

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    re67d996 rfe99d50  
    4141    -->
    4242
     43    <listitem revision='systemd'>
     44      <para>2024-02-10</para>
     45      <itemizedlist>
     46        <listitem>
     47          <para>[xry111] - Fix a bug in systemd breaking running
     48          systemd-analyze on an instantiated systemd unit.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
    4353    <listitem>
    4454      <para>2024-02-02</para>
  • chapter01/whatsnew.xml

    re67d996 rfe99d50  
    296296
    297297    <listitem>
     298      <para>&pkgconf-upstream-fix-patch;</para>
     299    </listitem>
     300
     301    <listitem>
     302      <para>&readline-fixes-patch;</para>
     303    </listitem>
     304
     305    <listitem>
    298306      <para>setuptools-&setuptools-version;</para>
    299307    </listitem>
    300308
    301309    <listitem>
    302       <para>&pkgconf-upstream-fix-patch;</para>
    303     </listitem>
    304 
    305     <listitem>
    306       <para>&readline-fixes-patch;</para>
     310      <para>&systemd-upstream-patch;</para>
    307311    </listitem>
    308312
  • chapter03/patches.xml

    re67d996 rfe99d50  
    143143    </varlistentry>
    144144
    145 <!--
    146145    <varlistentry revision="systemd">
    147       <term>Systemd Upstream Patch - <token>&systemd-upstream-patch-size;</token>:</term>
     146      <term>Systemd Upstream Fixes Patch - <token>&systemd-upstream-patch-size;</token>:</term>
    148147      <listitem>
    149148        <para>Download: <ulink url="&patches-root;&systemd-upstream-patch;"/></para>
     
    151150      </listitem>
    152151    </varlistentry>
    153 -->
    154152<!--
    155153    <varlistentry>
  • chapter08/systemd.xml

    re67d996 rfe99d50  
    5151    <!-- https://github.com/systemd/systemd/pull/30549 -->
    5252    <para>Now fix a security vulnerability in the DNSSEC verification of
    53     <command>systemd-resolved</command>:</para>
    54 
    55 <screen><userinput remap='pre'>sed -e '/return FLAGS_SET.*AUTHENTICATED/s/(t/(dt/' \
    56     -i src/resolve/resolved-dns-transaction.c</userinput></screen>
     53    <command>systemd-resolved</command> and a bug breaking running
     54    <command>systemd-analyze verify</command> on an instantiated systemd
     55    unit:</para>
     56
     57<screen><userinput remap='pre'>patch -Np1 -i ../&systemd-upstream-patch;</userinput></screen>
    5758
    5859    <para>Prepare systemd for compilation:</para>
  • patches.ent

    re67d996 rfe99d50  
    3939<!ENTITY sysvinit-consolidated-patch-size "2.5 KB">
    4040
     41<!ENTITY systemd-upstream-patch "systemd-&systemd-version;-upstream_fixes-1.patch">
     42<!ENTITY systemd-upstream-patch-md5 "8d9c1014445c463cf7c24c162b1e0686">
     43<!ENTITY systemd-upstream-patch-size "7.2 KB">
Note: See TracChangeset for help on using the changeset viewer.