Changeset ba91030
- Timestamp:
- 07/18/2017 01:41:04 AM (6 years ago)
- Branches:
- 10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 8.1, 8.1-rc1, 8.1-rc2, 8.2, 8.2-rc1, 8.3, 8.3-rc1, 8.3-rc2, 8.4, 8.4-rc1, 9.0, 9.0-rc1, 9.1, 9.1-rc1, arm, cross-chap5, ml-11.0, multilib, old-trunk, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- 20483d8
- Parents:
- 67ce2a2
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r67ce2a2 rba91030 44 44 --> 45 45 <listitem> 46 <para>2017-07-18</para> 47 <itemizedlist> 48 <listitem> 49 <para>[dj] - Update to linux-4.12.2. Fixes 50 <ulink url="&lfs-ticket-root;4113">#4113</ulink>.</para> 51 </listitem> 52 <listitem> 53 <para>[dj] - Update to expat-2.2.2. Fixes 54 <ulink url="&lfs-ticket-root;4112">#4112</ulink>.</para> 55 </listitem> 56 <listitem revision="systemd"> 57 <para>[dj] - Update to systemd-234. Fixes 58 <ulink url="&lfs-ticket-root;4111">#4111</ulink>.</para> 59 </listitem> 60 <listitem> 61 <para>[dj] - Postpone systemd test suite until BLFS. Fixes 62 <ulink url="&lfs-ticket-root;4107">#4107</ulink>.</para> 63 </listitem> 64 </itemizedlist> 65 </listitem> 66 67 <listitem> 46 68 <para>2017-07-13</para> 47 69 <itemizedlist> -
chapter06/systemd.xml
r67ce2a2 rba91030 41 41 <title>Installation of systemd</title> 42 42 43 <para>First, fix a build error when using Util-Linux built in 44 Chapter 5:</para> 45 46 <screen><userinput remap="pre">sed -i "s:blkid/::" $(grep -rl "blkid/blkid.h")</userinput></screen> 47 48 <!-- Not needed as of 231. -renodr 49 <para>Fix a potential security issue with framebuffer devices:</para> 50 51 <screen><userinput remap="pre">sed -e 's@DRI and frame buffer@DRI@' \ 52 -e '/SUBSYSTEM==\"graphics\", KERNEL==\"fb\*\"/d' \ 53 -i src/login/70-uaccess.rules</userinput></screen> 54 --> 55 56 <para>Disable two tests that always fail:</para> 43 <para>First, disable two tests that always fail:</para> 57 44 58 45 <screen><userinput remap="pre">sed -e 's@test/udev-test.pl @@' \ 59 46 -e 's@test-copy$(EXEEXT) @@' \ 60 47 -i Makefile.in</userinput></screen> 61 62 <!-- Not needed as of 232... anyone notice a pattern here? -renodr63 <para>Apply a patch to fix a security issue:</para>64 65 <screen><userinput remap="pre">patch -Np1 -i ../systemd-231-security_fix-1.patch</userinput></screen>66 -->67 48 68 49 <para>Create a file to allow systemd to build when using Util-Linux … … 192 173 193 174 <para>This package has a test suite, but it can only be run after the 194 package has been installed.</para>175 package has been reinstalled in BLFS.</para> 195 176 196 177 <para>Install the package:</para> -
general.ent
r67ce2a2 rba91030 1 <!ENTITY version "SVN-2017071 3">1 <!ENTITY version "SVN-20170718"> 2 2 <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; 3 3 Change to x.y for release but not -rc releases --> 4 4 <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> 5 5 6 <!ENTITY versiond "2017071 3-systemd">6 <!ENTITY versiond "20170718-systemd"> 7 7 <!ENTITY short-versiond "systemd"> 8 8 <!ENTITY generic-versiond "systemd"> 9 9 10 <!ENTITY releasedate "July 1 3, 2017">10 <!ENTITY releasedate "July 18, 2017"> 11 11 12 12 <!ENTITY copyrightdate "1999-2017"><!-- jhalfs needs a literal dash, not – --> -
packages.ent
r67ce2a2 rba91030 153 153 <!ENTITY eudev-ch6-sbu "0.2 SBU"> 154 154 155 <!ENTITY expat-version "2.2. 1">156 <!ENTITY expat-size " 396KB">155 <!ENTITY expat-version "2.2.2"> 156 <!ENTITY expat-size "404 KB"> 157 157 <!ENTITY expat-url "&sourceforge;expat/expat-&expat-version;.tar.bz2"> 158 <!ENTITY expat-md5 " d9c3baeab58774cefc2f04faf29f2cf8">158 <!ENTITY expat-md5 "1ede9a41223c78528b8c5d23e69a2667"> 159 159 <!ENTITY expat-home "http://expat.sourceforge.net/"> 160 160 <!ENTITY expat-ch6-du "6.1 MB"> … … 402 402 <!ENTITY linux-major-version "4"> 403 403 <!ENTITY linux-minor-version "12"> 404 <!ENTITY linux-patch-version " 1">404 <!ENTITY linux-patch-version "2"> 405 405 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">--> 406 406 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> 407 <!ENTITY linux-size "96,87 6KB">407 <!ENTITY linux-size "96,872 KB"> 408 408 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> 409 <!ENTITY linux-md5 " 56d9b0c0b35aac08c01da2db5046ef2f">409 <!ENTITY linux-md5 "a61922df59b3ff54fcf418d2b8a0ab70"> 410 410 <!ENTITY linux-home "http://www.kernel.org/"> 411 411 <!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is … … 560 560 <!ENTITY sysklogd-ch6-sbu "less than 0.1 SBU"> 561 561 562 <!ENTITY systemd-version "23 3">563 <!ENTITY systemd-size " 3,948KB">562 <!ENTITY systemd-version "234"> 563 <!ENTITY systemd-size "4,072 KB"> 564 564 <!ENTITY systemd-url "http://anduin.linuxfromscratch.org/sources/other/systemd/systemd-&systemd-version;.tar.xz"> 565 <!ENTITY systemd-md5 " 8d95734fdfcd13855746f143de1e3c86">565 <!ENTITY systemd-md5 "157b51f03bf367c15d870111ef9255a1"> 566 566 <!ENTITY systemd-home "http://www.freedesktop.org/wiki/Software/systemd/"> 567 567 <!ENTITY systemd-ch6-du "507 MB">
Note:
See TracChangeset
for help on using the changeset viewer.