Changeset 3553330


Ignore:
Timestamp:
07/23/2018 10:18:57 PM (6 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
2eb4b2b
Parents:
de6905d
Message:

Update to systemd-239

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11440 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rde6905d r3553330  
    4343    appropriate for the entry or if needed the entire day's listitem.
    4444-->
     45    <listitem revision="systemd">
     46      <para>2018-07-23</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[renodr] - Update to systemd-239. Fixes
     50          <ulink url="&lfs-ticket-root;4298">#4298</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
    4554
    4655    <listitem>
  • chapter06/systemd.xml

    rde6905d r3553330  
    5151    <para>Remove tests that cannot be built in chroot:</para>
    5252
    53 <screen><userinput remap="pre">sed '171,$ d' -i src/resolve/meson.build</userinput></screen>
     53<screen><userinput remap="pre">sed '166,$ d' -i src/resolve/meson.build</userinput></screen>
    5454
    5555<!-- These are from upstream.  There will probably be a new release shortly,
    56      so don't bother with a patch. -->
     56     so don't bother with a patch.
    5757    <para>Make some fixes from upstream:</para>
    5858
     
    6060sed -i '24 d'                       src/core/load-fragment.c
    6161sed -i '53 a#include &lt;sys/mount.h&gt;' src/shared/bus-unit-util.c</userinput></screen>
     62-->
    6263
    6364    <para>Remove an unneeded group,
     
    186187    <para>Remove an unnecessary directory:</para>
    187188
    188 <screen><userinput remap="install">rm -rfv /usr/lib/rpm</userinput></screen>
     189<screen><userinput remap="install">rm -rfv /usr/lib/rpm
    189190<!--
    190191    <para>Create the Sysvinit compatibility symlinks, so systemd is used
     
    198199    <para>Remove our earlier created symlink for xsltproc:</para>
    199200-->
    200 <screen><userinput remap="install">rm -f /usr/bin/xsltproc</userinput></screen>
     201rm -f /usr/bin/xsltproc</userinput></screen>
    201202
    202203    <para>Create the <filename>/etc/machine-id</filename> file needed by
     
    278279        <term><command>coredumpctl</command></term>
    279280        <listitem>
    280           <para>Used to retrieve coredumps from the systemd Journal</para>
     281          <para>Used to retrieve coredumps from the systemd journal</para>
    281282          <indexterm zone="ch-system-systemd coredumpctl">
    282283            <primary sortas="b-coredumpctl">coredumpctl</primary>
  • general.ent

    rde6905d r3553330  
    1 <!ENTITY version         "SVN-20180718">
     1<!ENTITY version         "SVN-20180723">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    44<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20180718-systemd">
     6<!ENTITY versiond        "20180723-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "July 18, 2018">
     10<!ENTITY releasedate     "July 23, 2018">
    1111
    1212<!ENTITY copyrightdate   "1999-2018"><!-- jhalfs needs a literal dash, not &ndash; -->
  • packages.ent

    rde6905d r3553330  
    614614<!ENTITY sysklogd-ch6-sbu "less than 0.1 SBU">
    615615
    616 <!ENTITY systemd-version  "238">
    617 <!ENTITY systemd-size     "6,792 KB">
     616<!ENTITY systemd-version  "239">
     617<!ENTITY systemd-size     "6,992 KB">
    618618<!ENTITY systemd-url      "&github;/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz">
    619 <!ENTITY systemd-md5      "76db8004647283b779234364cd637d3c">
     619<!ENTITY systemd-md5      "6137e3f50390391cf34521d071a1a078">
    620620<!ENTITY systemd-home     "https://www.freedesktop.org/wiki/Software/systemd/">
    621 <!ENTITY systemd-man-size "337 KB">
     621<!ENTITY systemd-man-size "356 KB">
    622622<!ENTITY systemd-man-url  "&anduin-sources;/systemd-man-pages-&systemd-version;.tar.xz">
    623 <!ENTITY systemd-man-md5  "2e3f795bc0818e161c03b8cae9c99e80">
     623<!ENTITY systemd-man-md5  "b3be99a8fff33c773f034151b16eb1b8">
    624624<!ENTITY systemd-ch6-du   "297 MB">
    625625<!ENTITY systemd-ch6-sbu  "1.1 SBU">
Note: See TracChangeset for help on using the changeset viewer.