Changeset 9f6c9c5


Ignore:
Timestamp:
12/30/2023 09:20:54 PM (5 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
9b5a856
Parents:
0ab9e79
git-author:
Xi Ruoyao <xry111@…> (12/30/2023 09:20:32 PM)
git-committer:
Xi Ruoyao <xry111@…> (12/30/2023 09:20:54 PM)
Message:

systemd: Fix CVE-2023-7008

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r0ab9e79 r9f6c9c5  
    7979<!ENTITY lfs-root             "../../../../lfs/view/&lfs-version;">
    8080<!ENTITY lfs-dev              "../../../../lfs/view/development">
     81<!ENTITY lfs-ticket-root      "https://wiki.&lfs-domainname;/lfs/ticket/">
    8182<!ENTITY gnu-http             "https://ftp.gnu.org/gnu">
    8283<!ENTITY gnu-ftp              "ftp://ftp.gnu.org/gnu">
  • general/sysutils/systemd.xml

    r0ab9e79 r9f6c9c5  
    168168  <sect2 role="installation">
    169169    <title>Installation of systemd</title>
    170 <!--
    171     <para>
    172       First, fix a security issue in systemd-coredump:
    173     </para>
    174 
    175 <screen><userinput>patch -Np1 -i ../systemd-&systemd-version;-security_fix-1.patch</userinput></screen>
    176 -->
    177170
    178171    <para>
     
    185178<screen><userinput remap="pre">sed -i -e 's/GROUP="render"/GROUP="video"/' \
    186179       -e 's/GROUP="sgx", //' rules.d/50-udev-default.rules.in</userinput></screen>
     180
     181    <para>
     182      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>
    187188
    188189    <para>
  • introduction/welcome/changelog.xml

    r0ab9e79 r9f6c9c5  
    3939    </listitem>
    4040    -->
     41    <listitem>
     42      <para>December 31st, 2023</para>
     43      <itemizedlist>
     44        <listitem>
     45          <para>[xry111] - Fix CVE-2023-7008 for systemd-255.  Addresses
     46          <ulink url="&lfs-ticket-root;5405">LFS #5405</ulink>.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
     50
    4151    <listitem>
    4252      <para>December 30th, 2023</para>
Note: See TracChangeset for help on using the changeset viewer.