Ignore:
Timestamp:
07/09/2021 04:07:13 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5f8e943
Parents:
a740c95
Message:

Update to Python-3.9.6 (Security Update).
Update to systemd-249 (Security Update).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/systemd.xml

    ra740c95 r4f60bf0  
    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        "00131adf0e98c1fd8a7fde4eb47f10c8">
    11   <!ENTITY systemd-size          "9.8 MB">
    12   <!ENTITY systemd-buildsize     "285 MB (with tests)">
    13   <!ENTITY systemd-time          "2.2 SBU (with tests)">
     10  <!ENTITY systemd-md5sum        "8e8adf909c255914dfc10709bd372e69">
     11  <!ENTITY systemd-size          "10 MB">
     12  <!ENTITY systemd-buildsize     "287 MB (with tests)">
     13  <!ENTITY systemd-time          "2.5 SBU (with tests)">
    1414
    1515]>
     
    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>
     
    9294    <bridgehead renderas="sect4">Required</bridgehead>
    9395    <para role="required">
     96      <xref linkend="Jinja2"/> and
    9497      <xref linkend="linux-pam"/>
    9598    </para>
     
    148151    <title>Installation of systemd</title>
    149152
     153<!--
    150154    <para>
    151155      Apply a patch to fix a build issue with meson-0.57.2 and higher, as well
     
    154158
    155159<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-1.patch</userinput></screen>
    156 
    157     <para>
    158       Remove an unneeded group,
    159       <systemitem class="groupname">render</systemitem>, from the default udev
     160-->
     161
     162    <para>
     163      Remove two unneeded groups,
     164      <systemitem class="groupname">render</systemitem> and
     165      <systemitem class="groupname">sgx</systemitem>, from the default udev
    160166      rules:
    161167    </para>
    162168
    163 <screen><userinput remap="pre">sed -i 's/GROUP="render"/GROUP="video"/' rules.d/50-udev-default.rules.in</userinput></screen>
     169<screen><userinput remap="pre">sed -i -e 's/GROUP="render"/GROUP="video"/' \
     170       -e 's/GROUP="sgx", //' rules.d/50-udev-default.rules.in</userinput></screen>
    164171
    165172    <para>
Note: See TracChangeset for help on using the changeset viewer.