Ignore:
Timestamp:
05/31/2024 05:06:49 PM (3 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/multilib
Children:
464fd243, 5818041, c824d20
Parents:
8630ec3
Message:

Package Updates.
Update to meson-1.4.1.
Update to xz-5.6.2.
Add linux-6.9.x compatibility instructions to systemd and udev.
Update to setuptools-70.0.0 (python module).
Update to ninja-1.12.1.
Update to man-pages-6.8.
Update to linux-6.9.3.
Update to libcap-2.70.
Update to iproute2-6.9.0.
Update to e2fsprogs-1.47.1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/systemd.xml

    r8630ec3 r6acfe2e  
    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
     60sed -i '/OVERLAYFS_SUPER_MAGIC/a \
     61pidfs,           {PID_FS_MAGIC}' src/basic/filesystems-gperf.gperf</userinput></screen>
    5062
    5163    <!-- https://github.com/systemd/systemd/pull/30549 -->
Note: See TracChangeset for help on using the changeset viewer.