Changeset d5b408c3
- Timestamp:
- 07/22/2017 01:58:04 AM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 32612e93
- Parents:
- f5c5306
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rf5c5306 rd5b408c3 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 19"> <!-- Always 2 digits -->3 <!ENTITY day "22"> <!-- Always 2 digits --> 4 4 <!ENTITY month "07"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2017"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "July 19th&year;">9 <!ENTITY releasedate "July 22nd &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/sysutils/systemd.xml
rf5c5306 rd5b408c3 5 5 %general-entities; 6 6 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"> 8 8 <!ENTITY systemd-download-ftp " "> 9 <!ENTITY systemd-md5sum " 8d95734fdfcd13855746f143de1e3c86">10 <!ENTITY systemd-size " 3.9MB">11 <!ENTITY systemd-buildsize "3 20 MB (an additional 75MB 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)"> 12 12 <!ENTITY systemd-time "7.7 SBU (an additional 0.5 SBU for tests)"> 13 13 … … 74 74 <bridgehead renderas="sect4">Recommended Runtime Dependencies</bridgehead> 75 75 <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 --> 77 78 </para> 78 79 … … 104 105 <para role="optional"> 105 106 <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"/> 108 110 </para> 109 111 … … 116 118 <title>Installation of systemd</title> 117 119 118 <!-- Not needed as of v231 -renodr119 <para>First, fix a potential security issue with framebuffer120 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 127 120 <para> 128 121 Disable two tests that always fail: 129 122 </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>134 123 135 124 <para> … … 166 155 167 156 <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>. 170 158 </para> 171 159 -
introduction/welcome/changelog.xml
rf5c5306 rd5b408c3 42 42 </listitem> 43 43 --> 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> 44 54 45 55 <listitem> -
packages.ent
rf5c5306 rd5b408c3 275 275 <!ENTITY strigi-version "0.7.8"> 276 276 <!ENTITY sysstat-version "11.5.7"> 277 <!ENTITY systemd-version "23 3">277 <!ENTITY systemd-version "234"> 278 278 <!ENTITY udisks-version "1.0.5"> <!-- stable lt .90 micro version --> 279 279 <!ENTITY udisks2-version "2.7.1"> <!-- stable lt .90 micro version -->
Note:
See TracChangeset
for help on using the changeset viewer.