Changeset 8b4fb12


Ignore:
Timestamp:
12/30/2023 06:35:25 PM (5 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.1-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
6fec3f5
Parents:
d4ce302c
git-author:
Xi Ruoyao <xry111@…> (12/30/2023 06:04:21 PM)
git-committer:
Xi Ruoyao <xry111@…> (12/30/2023 06:35:25 PM)
Message:

systemd: Fix CVE-2023-7008 (#5405)

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rd4ce302c r8b4fb12  
    4545      <itemizedlist>
    4646        <listitem>
     47          <para>[xry111] - Fix CVE-2023-7008 for systemd-255.  Fixes
     48          <ulink url='&lfs-ticket-root;5405'>#5405</ulink>.</para>
     49        </listitem>
     50        <listitem>
    4751          <para>[xry111] - Update to iana-etc-20231205.  Addresses
    4852          <ulink url='&lfs-ticket-root;5006'>#5006</ulink>.</para>
  • chapter08/systemd.xml

    rd4ce302c r8b4fb12  
    4848 <screen><userinput remap="pre">sed -i -e 's/GROUP="render"/GROUP="video"/' \
    4949       -e 's/GROUP="sgx", //' rules.d/50-udev-default.rules.in</userinput></screen>
     50
     51    <!-- https://github.com/systemd/systemd/pull/30549 -->
     52    <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>
    5057
    5158    <para>Prepare systemd for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.