Ignore:
Timestamp:
12/31/2021 01:06:39 AM (2 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d4b71ef
Parents:
5411bf59
Message:

Package updates:

Update to Mesa-21.3.3
Update to systemd-250

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/systemd.xml

    r5411bf59 r7cc0c9d  
    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        "8e8adf909c255914dfc10709bd372e69">
    11   <!ENTITY systemd-size          "10 MB">
    12   <!ENTITY systemd-buildsize     "287 MB (with tests)">
     10  <!ENTITY systemd-md5sum        "8929beb037c587ada4ed201f19756fe2">
     11  <!ENTITY systemd-size          "11 MB">
     12  <!ENTITY systemd-buildsize     "307 MB (with tests)">
    1313  <!ENTITY systemd-time          "2.5 SBU (with tests)">
    1414
     
    7878    </itemizedlist>
    7979
     80<!--
    8081    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    8182    <itemizedlist spacing="compact">
     
    8788      </listitem>
    8889    </itemizedlist>
     90-->
    8991
    9092    <bridgehead renderas="sect3">systemd Dependencies</bridgehead>
     
    124126      <ulink url="https://sourceforge.net/projects/gnu-efi/">gnu-efi</ulink>,
    125127      <ulink url="https://www.kernel.org/pub/linux/utils/kernel/kexec/">kexec-tools</ulink>,
     128      <ulink url="https://github.com/libbpf/libbpf">libbpf</ulink>,
    126129      <ulink url="https://sourceware.org/elfutils/">libdw</ulink>,
    127130      <ulink url="https://developers.yubico.com/libfido2/">libfido2</ulink>,
     
    150153    <title>Installation of systemd</title>
    151154
     155<!--
    152156    <para>
    153157      Apply a patch to fix a security vulnerability:
     
    155159
    156160<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-1.patch</userinput></screen>
     161-->
    157162
    158163    <para>
     
    165170<screen><userinput remap="pre">sed -i -e 's/GROUP="render"/GROUP="video"/' \
    166171       -e 's/GROUP="sgx", //' rules.d/50-udev-default.rules.in</userinput></screen>
    167 
    168     <para>
    169       Fix a problem with meson version 0.60 and higher:
    170     </para>
    171 
    172 <screen><userinput remap="pre">sed -i 's/+ want_libfuzzer.*$/and want_libfuzzer/' meson.build</userinput></screen>
    173 
    174     <para>
    175       Fix a problem when building with kernel headers from linux-5.14 and later:
    176     </para>
    177 
    178 <screen><userinput remap="pre">sed -i '/ARPHRD_CAN/a#define ARPHRD_MCTP        290' src/basic/linux/if_arp.h</userinput></screen>
    179172
    180173    <para>
     
    243236
    244237<screen role="root"><userinput>ninja install</userinput></screen>
     238
     239    <para>
     240      Fix a problem in a systemd unit that can cause extra delays when
     241      changing TTYs:
     242    </para>
     243
     244<screen role="root"><userinput>sed -i 's/idle/simple/' /usr/lib/systemd/system/getty@.service</userinput></screen>
     245
    245246  <!-- No longer needed as of systemd-244.
    246247    <para>
Note: See TracChangeset for help on using the changeset viewer.