Changeset 04c01df for general/sysutils


Ignore:
Timestamp:
06/15/2024 02:50:34 AM (3 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
b260046
Parents:
3175b9e
git-author:
Xi Ruoyao <xry111@…> (06/15/2024 02:46:49 AM)
git-committer:
Xi Ruoyao <xry111@…> (06/15/2024 02:50:34 AM)
Message:

Update to systemd-256 (#19940)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/systemd.xml

    r3175b9e r04c01df  
    88  <!ENTITY systemd-download-http "https://github.com/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz">
    99  <!ENTITY systemd-download-ftp  " ">
    10   <!ENTITY systemd-md5sum        "521cda27409a9edf0370c128fae3e690">
     10  <!ENTITY systemd-md5sum        "4796b6eb1e23d809a1f11426d171b065">
    1111  <!ENTITY systemd-size          "15 MB">
    1212  <!ENTITY systemd-buildsize     "198 MB (with tests)">
     
    177177       -e 's/GROUP="sgx", //' rules.d/50-udev-default.rules.in</userinput></screen>
    178178
    179      <para>
    180        Next, fix compatibility with API headers from linux-6.9 and later:
    181      </para>
    182 
    183 <screen><userinput remap="pre">sed -i '/DEVMEM_MAGIC 0/{n;n;a \
    184 /* cb12fd8e0dabb9a1c8aef55a6a41e2c255fcdf4b (6.8) */ \
    185 #ifndef PID_FS_MAGIC \
    186 #define PID_FS_MAGIC 0x50494446 \
    187 #endif
    188 }' src/basic/missing_magic.h
    189 
    190 sed -i '/OVERLAYFS_SUPER_MAGIC/a \
    191 pidfs,           {PID_FS_MAGIC}' src/basic/filesystems-gperf.gperf</userinput></screen>
    192 
    193     <para>
    194       Now fix a security vulnerability in the DNSSEC verification of
    195       <command>systemd-resolved</command> and a bug breaking running
    196       <command>systemd-analyze verify</command> on an instantiated systemd
    197       unit:
    198     </para>
    199 
    200     <screen><userinput>patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-1.patch</userinput></screen>
    201 
    202179    <para>
    203180      Rebuild <application>systemd</application> by running the
     
    242219    <para>
    243220      To test the results, issue: <command>ninja test</command>.
    244       <!-- test-netlink: https://github.com/systemd/systemd/issues/27969 -->
    245       The test named <filename>test-stat-util</filename> and
    246       <filename>test-netlink</filename> are known to fail
     221      The test named <filename>test-stat-util</filename> is known to fail
    247222      if some kernel features are not enabled.
    248223      If the test suite is ran as the &root; user, some
Note: See TracChangeset for help on using the changeset viewer.