Ignore:
Timestamp:
11/24/2018 11:30:59 PM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, 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:
1794983d
Parents:
a5b9f1e
Message:

Update to systemd-239-6b4878d. Fixes #11367.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20739 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/systemd.xml

    ra5b9f1e r2a9e001  
    55  %general-entities;
    66
    7   <!ENTITY systemd-download-http "https://github.com/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz">
     7  <!ENTITY systemd-download-http "&sources-anduin-http;/systemd-&systemd-version;-&systemd-stable;.tar.xz">
    88  <!ENTITY systemd-download-ftp  " ">
    9   <!ENTITY systemd-md5sum        "6137e3f50390391cf34521d071a1a078">
    10   <!ENTITY systemd-size          "6.9 MB">
    11   <!ENTITY systemd-buildsize     "206 MB (with tests)">
    12   <!ENTITY systemd-time          "0.6 SBU at -j4 (&lt; 0.1 SBU for tests)">
     9  <!ENTITY systemd-md5sum        "0d0a6752b2199aca4de0de3eea5db788">
     10  <!ENTITY systemd-size          "4.7 MB">
     11  <!ENTITY systemd-buildsize     "314 MB (an additonal 11 MB for tests)">
     12  <!ENTITY systemd-time          "0.3 SBU (&lt; 0.1 SBU for tests)">
    1313
    1414]>
    1515
    16 <sect1 id="systemd" xreflabel="Systemd-&systemd-version;" revision="systemd">
     16<sect1 id="systemd" xreflabel="Systemd-&systemd-version;-&systemd-stable;" revision="systemd">
    1717  <?dbhtml filename="systemd.html"?>
    1818
     
    2222  </sect1info>
    2323
    24   <title>Systemd-&systemd-version;</title>
     24  <title>Systemd-&systemd-version;-&systemd-stable;</title>
    2525
    2626  <indexterm zone="systemd">
     
    6565    </itemizedlist>
    6666    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    67 
    68     <itemizedlist spacing="compact">
    69       <listitem>
    70         <para>
    71           Required patch:
    72           <ulink url="&patch-root;/systemd-&systemd-version;-glibc_statx_fix-1.patch"/>
    73         </para>
    74       </listitem>
    75     </itemizedlist>
    7667
    7768    <bridgehead renderas="sect3">systemd Dependencies</bridgehead>
     
    126117    <title>Installation of systemd</title>
    127118
    128     <para>First, apply a fix for glibc-2.28:</para>
    129 
    130 <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-glibc_statx_fix-1.patch</userinput></screen>
    131 
    132 <!--
    133     <para>Fix an issue with newer headers:</para>
    134 
    135 <screen><userinput remap="pre">sed -i '527,565 d'                  src/basic/missing.h
    136 sed -i '24 d'                       src/core/load-fragment.c
    137 sed -i '53 a#include &lt;sys/mount.h&gt;' src/shared/bus-unit-util.c</userinput></screen>
    138 -->
    139 
    140119    <para>Remove an unneeded group,
    141120    <systemitem class="groupname">render</systemitem>, from the default udev
     
    179158
    180159    <para>
    181       To test the results, issue: <command>ninja test</command>.
     160      To test the results, issue: <command>ninja test</command>. One test,
     161      <filename>test-fs-util</filename>, is known to fail.
     162      <!-- https://github.com/systemd/systemd/pull/10263/commits -->
    182163    </para>
    183164
Note: See TracChangeset for help on using the changeset viewer.