Changeset d5b408c3


Ignore:
Timestamp:
07/22/2017 01:58:04 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.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:
32612e93
Parents:
f5c5306
Message:

Update to systemd-234. Fixes #9479.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rf5c5306 rd5b408c3  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "19">                   <!-- Always 2 digits -->
     3<!ENTITY day          "22">                   <!-- Always 2 digits -->
    44<!ENTITY month        "07">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "July 19th &year;">
     9<!ENTITY releasedate  "July 22nd &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/sysutils/systemd.xml

    rf5c5306 rd5b408c3  
    55  %general-entities;
    66
    7   <!ENTITY systemd-download-http "http://anduin.linuxfromscratch.org/sources/other/systemd/systemd-&systemd-version;.tar.xz">
     7  <!ENTITY systemd-download-http "http://anduin.linuxfromscratch.org/sources/other/systemd/systemd-&systemd-version;-lfs.tar.xz">
    88  <!ENTITY systemd-download-ftp  " ">
    9   <!ENTITY systemd-md5sum        "8d95734fdfcd13855746f143de1e3c86">
    10   <!ENTITY systemd-size          "3.9 MB">
    11   <!ENTITY systemd-buildsize     "320 MB (an additional 75 MB for tests)">
     9  <!ENTITY systemd-md5sum        "be1338f2775713dc33da74ac0146e37b">
     10  <!ENTITY systemd-size          "4.0 MB">
     11  <!ENTITY systemd-buildsize     "371 MB (an additional 29 MB for tests)">
    1212  <!ENTITY systemd-time          "7.7 SBU (an additional 0.5 SBU for tests)">
    1313
     
    7474    <bridgehead renderas="sect4">Recommended Runtime Dependencies</bridgehead>
    7575    <para role="recommended">
    76       <xref linkend="polkit"/> and <xref linkend="python3"/> <!-- hwdb  and tests -->
     76      <xref linkend="polkit"/> and <xref linkend="python3"/> (required for the
     77       test suite)<!-- hwdb  and tests -->
    7778    </para>
    7879
     
    104105    <para role="optional">
    105106      <xref linkend="DocBook"/>,
    106       <xref linkend="docbook-xsl"/> and
    107       <xref linkend="libxslt"/>
     107      <xref linkend="docbook-xsl"/>,
     108      <xref linkend="libxslt"/>, and
     109      <xref linkend="lxml"/>
    108110    </para>
    109111
     
    116118    <title>Installation of systemd</title>
    117119
    118 <!-- Not needed as of v231 -renodr
    119     <para>First, fix a potential security issue with framebuffer
    120     devices:</para>
    121 
    122 <screen><userinput>sed -e 's@DRI and frame buffer@DRI@' \
    123     -e '/SUBSYSTEM==\"graphics\", KERNEL==\"fb\*\"/d' \
    124     -i  src/login/70-uaccess.rules</userinput></screen>
    125 -->
    126 
    127120    <para>
    128121      Disable two tests that always fail:
    129122    </para>
    130 
    131 <screen><userinput>sed -e 's:test/udev-test.pl ::g'  \
    132     -e 's:test-copy$(EXEEXT) ::g' \
    133     -i Makefile.in</userinput></screen>
    134123
    135124    <para>
     
    166155
    167156    <para>
    168       To test the results, issue: <command>make -k check</command>. Three tests
    169       are known to fail.
     157      To test the results, issue: <command>make check</command>.
    170158    </para>
    171159
  • introduction/welcome/changelog.xml

    rf5c5306 rd5b408c3  
    4242    </listitem>
    4343-->
     44
     45    <listitem revision="systemd">
     46      <para>July 22nd, 2017</para>
     47      <itemizedlist>
     48        <listitem revision="systemd">
     49          <para>[dj] - Update to systemd-234. Fixes
     50          <ulink url="&blfs-ticket-root;9479">#9479</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
    4454
    4555    <listitem>
  • packages.ent

    rf5c5306 rd5b408c3  
    275275<!ENTITY strigi-version               "0.7.8">
    276276<!ENTITY sysstat-version              "11.5.7">
    277 <!ENTITY systemd-version              "233">
     277<!ENTITY systemd-version              "234">
    278278<!ENTITY udisks-version               "1.0.5">    <!-- stable lt .90 micro version -->
    279279<!ENTITY udisks2-version              "2.7.1">    <!-- stable lt .90 micro version -->
Note: See TracChangeset for help on using the changeset viewer.