Ignore:
Timestamp:
06/14/2024 03:43:13 PM (4 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, 12.2-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib
Children:
9c7437f
Parents:
5818041 (diff), 2ef9bea (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:

Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/systemd.xml

    r5818041 rcadbe55  
    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  <para>Next, fix compatibility with linux-6.9 and later:</para>
    52 
    53  <screen><userinput remap="pre">sed -i '/DEVMEM_MAGIC 0/{n;n;a \
    54 /* cb12fd8e0dabb9a1c8aef55a6a41e2c255fcdf4b (6.8) */
    55 #ifndef PID_FS_MAGIC \
    56 #define PID_FS_MAGIC 0x50494446 \
    57 #endif
    58 }' src/basic/missing_magic.h
    59 
    60 sed -i '/OVERLAYFS_SUPER_MAGIC/a \
    61 pidfs,           {PID_FS_MAGIC}' src/basic/filesystems-gperf.gperf</userinput></screen>
    62 -->
    63     <!-- https://github.com/systemd/systemd/pull/30549 -->
    64 <!--
    65     <para>Now fix a security vulnerability in the DNSSEC verification of
    66     <command>systemd-resolved</command> and a bug breaking running
    67     <command>systemd-analyze verify</command> on an instantiated systemd
    68     unit:</para>
    69 
    70 <screen><userinput remap='pre'>patch -Np1 -i ../&systemd-upstream-patch;</userinput></screen>
    71 -->
     50
    7251    <para>Prepare systemd for compilation:</para>
    7352
Note: See TracChangeset for help on using the changeset viewer.