Changeset d394d13e


Ignore:
Timestamp:
02/10/2024 05:30:01 PM (3 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
042f99a
Parents:
34ffa57 (diff), b1998a2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r34ffa57 rd394d13e  
    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

    r34ffa57 rd394d13e  
    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

    r34ffa57 rd394d13e  
    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

    r34ffa57 rd394d13e  
    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

    r34ffa57 rd394d13e  
    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">
  • stylesheets/lfs-xsl/lfs-l10n.xml

    r34ffa57 rd394d13e  
    11<?xml version='1.0' encoding='UTF-8'?>
    2 <!DOCTYPE l:i18n SYSTEM "https://cdn.docbook.org/release/xsl-nons/current/common/l10n.dtd">
     2<!DOCTYPE l:i18n SYSTEM "http://cdn.docbook.org/release/xsl-nons/current/common/l10n.dtd">
    33
    44<l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">
Note: See TracChangeset for help on using the changeset viewer.