Update to linux-4.8.8

Update to systemd-232

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11144 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Douglas R. Reno 2016-11-18 03:42:05 +00:00
parent a9fb13a3a7
commit 13c8b426ee
6 changed files with 65 additions and 22 deletions

View File

@ -42,6 +42,20 @@
<listitem revision="sysv"> or <listitem revision="systemd"> as
appropriate for the entry or if needed the entire day's listitem.
-->
<listitem>
<para>2016-11-17</para>
<itemizedlist>
<listitem>
<para>[renodr] - Update to Linux-4.8.8. Fixes
<ulink url="&lfs-ticket-root;4002">#4002</ulink>.</para>
</listitem>
<listitem revision="systemd">
<para>[renodr] - Update to systemd-232. Fixes
<ulink url="&lfs-ticket-root;4000">#4000</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2016-11-09</para>
<itemizedlist>

View File

@ -203,9 +203,9 @@
<!--<listitem revision="sysv">
<para>Sysklogd &sysklogd-version;</para>
</listitem>-->
<!--<listitem revision="systemd">
<listitem revision="systemd">
<para>Systemd &systemd-version;</para>
</listitem>-->
</listitem>
<!--<listitem revision="sysv">
<para>SysVinit &sysvinit-version;</para>
</listitem>-->

View File

@ -74,12 +74,14 @@ find dest/include \( -name .install -o -name ..install.cmd \) -delete
<seglistitem>
<seg>/usr/include/asm/*.h, /usr/include/asm-generic/*.h,
/usr/include/drm/*.h, /usr/include/linux/*.h, /usr/include/mtd/*.h,
/usr/include/rdma/*.h, /usr/include/scsi/*.h, /usr/include/sound/*.h,
/usr/include/video/*.h, and /usr/include/xen/*.h</seg>
/usr/include/drm/*.h, /usr/include/linux/*.h, /usr/include/misc/*.h,
/usr/include/mtd/*.h, /usr/include/rdma/*.h, /usr/include/scsi/*.h,
/usr/include/sound/*.h, /usr/include/video/*.h,
and /usr/include/xen/*.h</seg>
<seg>/usr/include/asm, /usr/include/asm-generic, /usr/include/drm,
/usr/include/linux, /usr/include/mtd, /usr/include/rdma,
/usr/include/scsi, /usr/include/sound, /usr/include/video, and /usr/include/xen</seg>
/usr/include/linux, /usr/include/misc, /usr/include/mtd,
/usr/include/rdma, /usr/include/scsi, /usr/include/sound,
/usr/include/video, and /usr/include/xen</seg>
</seglistitem>
</segmentedlist>

View File

@ -59,9 +59,11 @@
-e 's@test-copy$(EXEEXT) @@' \
-i Makefile.in</userinput></screen>
<!-- Not needed as of 232... anyone notice a pattern here? -renodr
<para>Apply a patch to fix a security issue:</para>
<screen><userinput remap="pre">patch -Np1 -i ../systemd-231-security_fix-1.patch</userinput></screen>
-->
<para>Create a file to allow systemd to build when using Util-Linux
built in Chapter 5, to disable LTO by default, and to build without
@ -193,9 +195,11 @@ EOF</userinput></screen>
<screen><userinput remap="install">make LD_LIBRARY_PATH=/tools/lib install</userinput></screen>
<!-- These get installed into /lib now by default.
<para>Move the NSS libraries to <filename class="directory">/lib</filename>:</para>
<screen><userinput remap="install">mv -v /usr/lib/libnss_{myhostname,mymachines,resolve}.so.2 /lib</userinput></screen>
-->
<para>Remove an unnecessary directory:</para>
@ -244,12 +248,14 @@ make LD_LIBRARY_PATH=/tools/lib -k check</userinput></screen>
reboot, runlevel, shutdown, systemctl, systemd-analyze,
systemd-ask-password, systemd-cat, systemd-cgls, systemd-cgtop,
systemd-delta, systemd-detect-virt, systemd-escape, systemd-hwdb,
systemd-inhibit, systemd-machine-id-setup, systemd-notify,
systemd-nspawn, systemd-path, systemd-resolve, systemd-run,
systemd-inhibit, systemd-machine-id-setup, systemd-mount,
systemd-notify, systemd-nspawn, systemd-path, systemd-resolve,
systemd-run, systemd-socket-activate,
systemd-stdio-bridge, systemd-tmpfiles, systemd-tty-ask-password-agent,
telinit, timedatectl, and udevadm</seg>
<seg>libnss_myhostname.so.2, libnss_mymachines.so.2,
libnss_resolve.so.2, libsystemd.so, libsystemd-shared-231.so,
libnss_resolve.so.2, libnss_systemd.so.2,
libsystemd.so, libsystemd-shared-231.so,
and libudev.so</seg>
<seg>/etc/binfmt.d, /etc/init.d, /etc/kernel, /etc/modules-load.d,
/etc/sysctl.d, /etc/systemd, /etc/tmpfiles.d, /etc/udev,
@ -574,6 +580,16 @@ make LD_LIBRARY_PATH=/tools/lib -k check</userinput></screen>
</listitem>
</varlistentry>
<varlistentry id="systemd-mount">
<term><command>systemd-mount</command></term>
<listitem>
<para>is a tool to temporarily mount or auto-mount a drive.</para>
<indexterm zone="ch-system-systemd systemd-mount">
<primary sortas="b-systemd-mount">systemd-mount</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="systemd-notify">
<term><command>systemd-notify</command></term>
<listitem>
@ -638,6 +654,17 @@ make LD_LIBRARY_PATH=/tools/lib -k check</userinput></screen>
</listitem>
</varlistentry> -->
<varlistentry id="systemd-socket-activate">
<term><command>systemd-socket-activate</command></term>
<listitem>
<para>is a tool to listen on socket devices and launch a process upon
connection.</para>
<indexterm zone="ch-system-systemd systemd-socket-activate">
<primary sortas="b-systemd-socket-activate">systemd-socket-activate</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="systemd-tmpfiles">
<term><command>systemd-tmpfiles</command></term>
<listitem>

View File

@ -1,13 +1,13 @@
<!ENTITY version "SVN-20161109">
<!ENTITY version "SVN-20161117">
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
Change to x.y for release but not -rc releases -->
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
<!ENTITY versiond "20161109-systemd">
<!ENTITY versiond "20161117-systemd">
<!ENTITY short-versiond "systemd">
<!ENTITY generic-versiond "systemd">
<!ENTITY releasedate "November 9, 2016">
<!ENTITY releasedate "November 17, 2016">
<!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.11">

View File

@ -391,12 +391,12 @@
<!ENTITY linux-major-version "4">
<!ENTITY linux-minor-version "8">
<!ENTITY linux-patch-version "6">
<!ENTITY linux-patch-version "8">
<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
<!ENTITY linux-size "89,815 KB">
<!ENTITY linux-size "89,824 KB">
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
<!ENTITY linux-md5 "b1f36e650857dd0d49b9a55b89d9d317">
<!ENTITY linux-md5 "48bd59bef11f5babf914df39e9b46dde">
<!ENTITY linux-home "http://www.kernel.org/">
<!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
allnoconfig extended for a hopefully-bootable build on desktop machine,
@ -406,7 +406,7 @@
<!ENTITY linux-headers-ch5-du "750 MB">
<!ENTITY linux-headers-ch5-sbu "less than 0.1 SBU">
<!ENTITY linux-headers-ch6-du "755 MB">
<!ENTITY linux-headers-ch6-du "764 MB">
<!ENTITY linux-headers-ch6-sbu "less than 0.1 SBU">
<!ENTITY m4-version "1.4.17">
@ -549,13 +549,13 @@
<!ENTITY sysklogd-ch6-du "0.6 MB">
<!ENTITY sysklogd-ch6-sbu "less than 0.1 SBU">
<!ENTITY systemd-version "231">
<!ENTITY systemd-size "3,840 KB">
<!ENTITY systemd-version "232">
<!ENTITY systemd-size "3,948 KB">
<!ENTITY systemd-url "http://anduin.linuxfromscratch.org/sources/other/systemd/systemd-&systemd-version;.tar.xz">
<!ENTITY systemd-md5 "2647855c8f9cdf824953f1091db2d2b2">
<!ENTITY systemd-md5 "281604885d5a87f0359244f6f84037cb">
<!ENTITY systemd-home "http://www.freedesktop.org/wiki/Software/systemd/">
<!ENTITY systemd-ch6-du "430 MB">
<!ENTITY systemd-ch6-sbu "6.7 SBU">
<!ENTITY systemd-ch6-du "411 MB">
<!ENTITY systemd-ch6-sbu "6.6 SBU">
<!ENTITY sysvinit-version "2.88dsf">
<!ENTITY sysvinit-size "108 KB">