Changeset 9f309be


Ignore:
Timestamp:
12/20/2017 03:19:58 AM (6 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
0b8b5ed
Parents:
06d0c710
Message:

Update to systemd-236. Fixes #10166.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r06d0c710 r9f309be  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "17">                   <!-- Always 2 digits -->
     3<!ENTITY day          "20">                   <!-- Always 2 digits -->
    44<!ENTITY month        "12">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "December 16th, &year;">
     9<!ENTITY releasedate  "December 20th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/sysutils/systemd.xml

    r06d0c710 r9f309be  
    77  <!ENTITY systemd-download-http "https://github.com/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz">
    88  <!ENTITY systemd-download-ftp  " ">
    9   <!ENTITY systemd-md5sum        "d53a925f1ca5b2e124de0a8aa65d0db2">
    10   <!ENTITY systemd-size          "6.3 MB">
    11   <!ENTITY systemd-buildsize     "320 MB (an additional 3 MB for tests)">
    12   <!ENTITY systemd-time          "1.4 SBU at -j4 (&lt; 0.1 SBU for tests)">
     9  <!ENTITY systemd-md5sum        "8609cb9043ac8f374371cbac5546acf4">
     10  <!ENTITY systemd-size          "6.5 MB">
     11  <!ENTITY systemd-buildsize     "331 MB (an additional 3 MB for tests)">
     12  <!ENTITY systemd-time          "0.9 SBU at -j4 (&lt; 0.1 SBU for tests)">
    1313
    1414]>
  • introduction/welcome/changelog.xml

    r06d0c710 r9f309be  
    4242    </listitem>
    4343-->
     44    <listitem revision="systemd">
     45      <para>December 20th, 2017</para>
     46      <itemizedlist>
     47        <listitem revision="systemd">
     48          <para>[dj] - Update to systemd-236. Fixes
     49          <ulink url="&blfs-ticket-root;10166">#10166</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>December 17th, 2017</para>
  • packages.ent

    r06d0c710 r9f309be  
    288288<!ENTITY strigi-version               "0.7.8">
    289289<!ENTITY sysstat-version              "11.6.1">
    290 <!ENTITY systemd-version              "235">
     290<!ENTITY systemd-version              "236">
    291291<!ENTITY udisks-version               "1.0.5">    <!-- stable lt .90 micro version -->
    292292<!ENTITY udisks2-version              "2.7.5">    <!-- stable lt .90 micro version -->
  • postlfs/virtualization/qemu.xml

    r06d0c710 r9f309be  
    158158    <title>Installation of qemu</title>
    159159
    160     <para>
     160    <para revision="sysv">
    161161      You will need a dedicated group that will contain users (other than root)
    162162      allowed to access the KVM device.  Create this group by running the
     
    165165    </para>
    166166
    167 <screen role="root"><userinput>groupadd -g 61 kvm</userinput></screen>
     167<screen role="root" revision="sysv"><userinput>groupadd -g 61 kvm</userinput></screen>
    168168
    169169    <para>
Note: See TracChangeset for help on using the changeset viewer.