Changeset 5818041 for chapter08


Ignore:
Timestamp:
06/14/2024 03:37:53 PM (5 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
multilib, trunk, xry111/arm64, xry111/clfs-ng
Children:
cadbe55
Parents:
6acfe2e
Message:

Package updates.
Update to vim-9.1.0478.
Update to iana-etc-20240607.
Update to systemd-256.
Update to python3-3.12.4.
Update to perl-5.40.0.
Update to openssl-3.3.1 (Security fix).
Update to linux-6.9.4.
Update to findutils-4.10.0.

Location:
chapter08
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter08/systemd.xml

    r6acfe2e r5818041  
    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 
     50<!--
    5151 <para>Next, fix compatibility with linux-6.9 and later:</para>
    5252
     
    6060sed -i '/OVERLAYFS_SUPER_MAGIC/a \
    6161pidfs,           {PID_FS_MAGIC}' src/basic/filesystems-gperf.gperf</userinput></screen>
    62 
     62-->
    6363    <!-- https://github.com/systemd/systemd/pull/30549 -->
     64<!--
    6465    <para>Now fix a security vulnerability in the DNSSEC verification of
    6566    <command>systemd-resolved</command> and a bug breaking running
     
    6869
    6970<screen><userinput remap='pre'>patch -Np1 -i ../&systemd-upstream-patch;</userinput></screen>
    70 
     71-->
    7172    <para>Prepare systemd for compilation:</para>
    7273
     
    248249         after initializing the system with systemd.  -->
    249250    <para>One test named <literal>systemd:core / test-namespace</literal>
    250     is known to fail in the LFS chroot environment.  Some other tests may
    251     fail because they depend on various kernel configuration options.</para>
     251    is known to fail in the LFS chroot environment.  Two other tests,
     252    <literal>test-chase</literal> and <literal>test-systemd-tmpfiles</literal>,
     253    are also known to fail.  Some other tests may fail because they depend
     254    on various kernel configuration options.</para>
    252255
    253256    <para>Install the package:</para>
  • chapter08/udev.xml

    r6acfe2e r5818041  
    5555
    5656 <screen><userinput remap="pre">sed '/systemd-sysctl/s/^/#/' -i rules.d/99-systemd.rules.in</userinput></screen>
    57 
    58  <para>Next, fix compatibility with linux-6.9 and later:</para>
    59 
    60  <screen><userinput remap="pre">sed -i '/DEVMEM_MAGIC 0/{n;n;a \
    61 /* cb12fd8e0dabb9a1c8aef55a6a41e2c255fcdf4b (6.8) */ \
    62 #ifndef PID_FS_MAGIC \
    63 #define PID_FS_MAGIC 0x50494446 \
    64 #endif
    65 }' src/basic/missing_magic.h
    66 
    67 sed -i '/OVERLAYFS_SUPER_MAGIC/a \
    68 pidfs,           {PID_FS_MAGIC}' src/basic/filesystems-gperf.gperf</userinput></screen>
    6957
    7058    <para>Adjust the hardcoded paths to network configuration files for the
Note: See TracChangeset for help on using the changeset viewer.