Ignore:
Timestamp:
05/20/2021 03:41:12 PM (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:
d3ad4c0f
Parents:
e9b9a70
Message:

Update to gcc-11.1.0
Update to systemd-248
Update to Python-3.9.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/systemd.xml

    re9b9a70 r229d069  
    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        "b0d6e603b814908acc69db29bbfb023c">
    11   <!ENTITY systemd-size          "9.4 MB">
    12   <!ENTITY systemd-buildsize     "273 MB (with tests)">
    13   <!ENTITY systemd-time          "2.1 SBU (with tests)">
     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)">
    1414
    1515]>
     
    8383        <para>
    8484         Required patch:
    85          <ulink url="&patch-root;/systemd-&systemd-version;-upstream_fixes-3.patch"/>
     85         <ulink url="&patch-root;/systemd-&systemd-version;-upstream_fixes-1.patch"/>
    8686        </para>
    8787      </listitem>
     
    122122      <ulink url="https://sourceforge.net/projects/gnu-efi/">gnu-efi</ulink>,
    123123      <ulink url="https://www.kernel.org/pub/linux/utils/kernel/kexec/">kexec-tools</ulink>,
     124      <ulink url="https://sourceware.org/elfutils/">libdw</ulink>,
    124125      <ulink url="https://developers.yubico.com/libfido2/">libfido2</ulink>,
    125126      <ulink url="https://www.gnu.org/software/libmicrohttpd/">libmicrohttpd</ulink>,
    126127      <ulink url="http://lz4.github.io/lz4/">lz4</ulink>,
    127128      <!--<ulink url="http://fukuchi.org/works/qrencode/">qrencode</ulink>,-->
    128       <ulink url="https://sourceforge.net/projects/linuxquota/">quota-tools</ulink> and
    129       <ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx</ulink>
     129      <ulink url="https://sourceforge.net/projects/linuxquota/">quota-tools</ulink>,
     130      <ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx</ulink>, and
     131      <ulink url="https://tpm2-tss.readthedocs.io/en/latest/">tpm2-tss</ulink>
    130132    </para>
    131133
     
    147149
    148150    <para>
    149       Apply a patch to fix regressions in systemd-networkd and segmentation
    150       faults in systemctl, as well as to allow systemd-rfkill to function under
    151       Linux-5.11+:
    152     </para>
    153 
    154 <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-3.patch</userinput></screen>
     151      Apply a patch to fix a build issue with meson-0.57.2 and higher, as well
     152      as to allow systemd-rfkill to work correctly with Linux-5.11 and higher.
     153    </para>
     154
     155<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-1.patch</userinput></screen>
    155156
    156157    <para>
     
    171172
    172173meson --prefix=/usr                 \
     174      --sysconfdir=/etc             \
     175      --localstatedir=/var          \
    173176      -Dblkid=true                  \
    174177      -Dbuildtype=release           \
     
    178181      -Dldconfig=false              \
    179182      -Dman=auto                    \
    180       -Drootprefix=                 \
    181       -Drootlibdir=/lib             \
    182       -Dsplit-usr=true              \
    183183      -Dsysusers=false              \
    184184      -Drpmmacrosdir=no             \
     
    266266
    267267    <para>
    268       <parameter>-Dhomed=false</parameter>: Remove a daemon that does not offer
     268      <parameter>-Dhomed=false</parameter>: Removes a daemon that does not offer
    269269      any use under a traditional BLFS configuration, especially using accounts
    270270      created with useradd. To enable systemd-homed, first ensure that you have
Note: See TracChangeset for help on using the changeset viewer.