Author: dj Date: Fri Jul 21 18:58:04 2017 New Revision: 18951 Log: Update to systemd-234. Fixes #9479.
Modified: trunk/BOOK/general.ent trunk/BOOK/general/sysutils/systemd.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/packages.ent Modified: trunk/BOOK/general.ent ============================================================================== --- trunk/BOOK/general.ent Wed Jul 19 13:18:55 2017 (r18950) +++ trunk/BOOK/general.ent Fri Jul 21 18:58:04 2017 (r18951) @@ -1,12 +1,12 @@ <!-- $LastChangedBy$ $Date$ --> -<!ENTITY day "19"> <!-- Always 2 digits --> +<!ENTITY day "22"> <!-- Always 2 digits --> <!ENTITY month "07"> <!-- Always 2 digits --> <!ENTITY year "2017"> <!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyholder "The BLFS Development Team"> <!ENTITY version "&year;-&month;-&day;"> -<!ENTITY releasedate "July 19th &year;"> +<!ENTITY releasedate "July 22nd &year;"> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> <!ENTITY lfs-version "development"> <!-- x.y|development --> Modified: trunk/BOOK/general/sysutils/systemd.xml ============================================================================== --- trunk/BOOK/general/sysutils/systemd.xml Wed Jul 19 13:18:55 2017 (r18950) +++ trunk/BOOK/general/sysutils/systemd.xml Fri Jul 21 18:58:04 2017 (r18951) @@ -4,11 +4,11 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY systemd-download-http "http://anduin.linuxfromscratch.org/sources/other/systemd/systemd-&systemd-version;.tar.xz"> + <!ENTITY systemd-download-http "http://anduin.linuxfromscratch.org/sources/other/systemd/systemd-&systemd-version;-lfs.tar.xz"> <!ENTITY systemd-download-ftp " "> - <!ENTITY systemd-md5sum "8d95734fdfcd13855746f143de1e3c86"> - <!ENTITY systemd-size "3.9 MB"> - <!ENTITY systemd-buildsize "320 MB (an additional 75 MB for tests)"> + <!ENTITY systemd-md5sum "be1338f2775713dc33da74ac0146e37b"> + <!ENTITY systemd-size "4.0 MB"> + <!ENTITY systemd-buildsize "371 MB (an additional 29 MB for tests)"> <!ENTITY systemd-time "7.7 SBU (an additional 0.5 SBU for tests)"> ]> @@ -73,7 +73,8 @@ <bridgehead renderas="sect4">Recommended Runtime Dependencies</bridgehead> <para role="recommended"> - <xref linkend="polkit"/> and <xref linkend="python3"/> <!-- hwdb and tests --> + <xref linkend="polkit"/> and <xref linkend="python3"/> (required for the + test suite)<!-- hwdb and tests --> </para> <bridgehead renderas="sect4">Optional</bridgehead> @@ -103,8 +104,9 @@ <bridgehead renderas="sect4">Optional (to rebuild the manual pages)</bridgehead> <para role="optional"> <xref linkend="DocBook"/>, - <xref linkend="docbook-xsl"/> and - <xref linkend="libxslt"/> + <xref linkend="docbook-xsl"/>, + <xref linkend="libxslt"/>, and + <xref linkend="lxml"/> </para> <para condition="html" role="usernotes">User Notes: @@ -115,23 +117,10 @@ <sect2 role="installation"> <title>Installation of systemd</title> -<!-- Not needed as of v231 -renodr - <para>First, fix a potential security issue with framebuffer - devices:</para> - -<screen><userinput>sed -e 's@DRI and frame buffer@DRI@' \ - -e '/SUBSYSTEM==\"graphics\", KERNEL==\"fb\*\"/d' \ - -i src/login/70-uaccess.rules</userinput></screen> ---> - <para> Disable two tests that always fail: </para> -<screen><userinput>sed -e 's:test/udev-test.pl ::g' \ - -e 's:test-copy$(EXEEXT) ::g' \ - -i Makefile.in</userinput></screen> - <para> Rebuild <application>systemd</application> by running the following commands: @@ -165,8 +154,7 @@ </note> <para> - To test the results, issue: <command>make -k check</command>. Three tests - are known to fail. + To test the results, issue: <command>make check</command>. </para> <warning> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Wed Jul 19 13:18:55 2017 (r18950) +++ trunk/BOOK/introduction/welcome/changelog.xml Fri Jul 21 18:58:04 2017 (r18951) @@ -42,6 +42,16 @@ </listitem> --> + <listitem revision="systemd"> + <para>July 22nd, 2017</para> + <itemizedlist> + <listitem revision="systemd"> + <para>[dj] - Update to systemd-234. Fixes + <ulink url="&blfs-ticket-root;9479">#9479</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + <listitem> <para>July 19th, 2017</para> <itemizedlist> Modified: trunk/BOOK/packages.ent ============================================================================== --- trunk/BOOK/packages.ent Wed Jul 19 13:18:55 2017 (r18950) +++ trunk/BOOK/packages.ent Fri Jul 21 18:58:04 2017 (r18951) @@ -274,7 +274,7 @@ <!ENTITY sg3_utils-version "1.42"> <!ENTITY strigi-version "0.7.8"> <!ENTITY sysstat-version "11.5.7"> -<!ENTITY systemd-version "233"> +<!ENTITY systemd-version "234"> <!ENTITY udisks-version "1.0.5"> <!-- stable lt .90 micro version --> <!ENTITY udisks2-version "2.7.1"> <!-- stable lt .90 micro version --> <!ENTITY unrar-version "5.5.6"> -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
