Changeset 9db77dd
- Timestamp:
- 11/28/2016 05:00:25 AM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.0, 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, nosym, 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:
- e37f388
- Parents:
- 66ee922
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r66ee922 r9db77dd 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 7"> <!-- Always 2 digits -->3 <!ENTITY day "28"> <!-- Always 2 digits --> 4 4 <!ENTITY month "11"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2016"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "November 2 7th &year;">9 <!ENTITY releasedate "November 28th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/sysutils/systemd.xml
r66ee922 r9db77dd 7 7 <!ENTITY systemd-download-http "http://anduin.linuxfromscratch.org/sources/other/systemd/systemd-&systemd-version;.tar.xz"> 8 8 <!ENTITY systemd-download-ftp " "> 9 <!ENTITY systemd-md5sum "2 647855c8f9cdf824953f1091db2d2b2">10 <!ENTITY systemd-size "3 ,840 KB">11 <!ENTITY systemd-buildsize "4 47 MB">12 <!ENTITY systemd-time " 6.4 SBU">9 <!ENTITY systemd-md5sum "281604885d5a87f0359244f6f84037cb"> 10 <!ENTITY systemd-size "3.9 MB"> 11 <!ENTITY systemd-buildsize "429 MB (an additional 89 MB for tests)"> 12 <!ENTITY systemd-time "7.7 SBU (an additional 0.5 SBU for tests)"> 13 13 14 14 ]> … … 62 62 <listitem> 63 63 <para>Estimated build time: &systemd-time;</para> 64 </listitem>65 </itemizedlist>66 67 <bridgehead renderas="sect3">Additional Downloads</bridgehead>68 <itemizedlist spacing="compact">69 <listitem>70 <para>71 Required patch:72 <ulink url="&patch-root;/systemd-&systemd-version;-security_fix-1.patch"/>73 </para>74 64 </listitem> 75 65 </itemizedlist> … … 153 143 154 144 <para> 155 Apply a patch that fixes a security issue.156 </para>157 158 <screen><userinput>patch -Np1 -i ../systemd-&systemd-version;-security_fix-1.patch</userinput></screen>159 160 <para>161 145 Disable two tests that always fail: 162 146 </para> … … 221 205 222 206 <para> 223 Move the NSS libraries to <filename class="directory">/lib</filename> 224 by running the following command as the <systemitem 225 class="username">root</systemitem> user: 226 </para> 227 228 <screen role="root"><userinput>mv -v /usr/lib/libnss_{myhostname,mymachines,resolve}.so.2 /lib</userinput></screen> 229 230 <para> 231 Remove an unnecessary directory by running the following command 232 as the <systemitem class="username">root</systemitem> user: 207 If <application>RPM</application> is not installed, remove an 208 unnecessary directory by running the following command as the 209 <systemitem class="username">root</systemitem> user: 233 210 </para> 234 211 -
introduction/welcome/changelog.xml
r66ee922 r9db77dd 44 44 --> 45 45 46 <listitem revision="systemd"> 47 <para>November 28th, 2016</para> 48 <itemizedlist> 49 <listitem revision="systemd"> 50 <para>[dj] - Update to systemd-232. Fixes 51 <ulink url="&blfs-ticket-root;8549">#8549</ulink>.</para> 52 </listitem> 53 </itemizedlist> 54 </listitem> 55 46 56 <listitem> 47 57 <para>November 27th, 2016</para> -
packages.ent
r66ee922 r9db77dd 261 261 <!ENTITY strigi-version "0.7.8"> 262 262 <!ENTITY sysstat-version "11.5.2"> 263 <!ENTITY systemd-version "23 1">263 <!ENTITY systemd-version "232"> 264 264 <!ENTITY udisks-version "1.0.5"> <!-- stable lt .90 micro version --> 265 265 <!ENTITY udisks2-version "2.1.8"> <!-- stable lt .90 micro version -->
Note:
See TracChangeset
for help on using the changeset viewer.