mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Update to linux-4.12.2. Fixes #4113.
Update to expat-2.2.2. Fixes #4112. Update to systemd-234. Fixes #4111. Postpone systemd test suite until BLFS. Fixes #4107. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11270 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
67ce2a201a
commit
ba91030766
@ -42,6 +42,28 @@
|
|||||||
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
||||||
appropriate for the entry or if needed the entire day's listitem.
|
appropriate for the entry or if needed the entire day's listitem.
|
||||||
-->
|
-->
|
||||||
|
<listitem>
|
||||||
|
<para>2017-07-18</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[dj] - Update to linux-4.12.2. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;4113">#4113</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>[dj] - Update to expat-2.2.2. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;4112">#4112</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem revision="systemd">
|
||||||
|
<para>[dj] - Update to systemd-234. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;4111">#4111</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>[dj] - Postpone systemd test suite until BLFS. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;4107">#4107</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2017-07-13</para>
|
<para>2017-07-13</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -40,31 +40,12 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of systemd</title>
|
<title>Installation of systemd</title>
|
||||||
|
|
||||||
<para>First, fix a build error when using Util-Linux built in
|
<para>First, disable two tests that always fail:</para>
|
||||||
Chapter 5:</para>
|
|
||||||
|
|
||||||
<screen><userinput remap="pre">sed -i "s:blkid/::" $(grep -rl "blkid/blkid.h")</userinput></screen>
|
|
||||||
|
|
||||||
<!-- Not needed as of 231. -renodr
|
|
||||||
<para>Fix a potential security issue with framebuffer devices:</para>
|
|
||||||
|
|
||||||
<screen><userinput remap="pre">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 remap="pre">sed -e 's@test/udev-test.pl @@' \
|
<screen><userinput remap="pre">sed -e 's@test/udev-test.pl @@' \
|
||||||
-e 's@test-copy$(EXEEXT) @@' \
|
-e 's@test-copy$(EXEEXT) @@' \
|
||||||
-i Makefile.in</userinput></screen>
|
-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
|
<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
|
built in Chapter 5, to disable LTO by default, and to build without
|
||||||
xlstproc:</para>
|
xlstproc:</para>
|
||||||
@ -191,7 +172,7 @@ EOF</userinput></screen>
|
|||||||
<screen><userinput remap="make">make</userinput></screen>
|
<screen><userinput remap="make">make</userinput></screen>
|
||||||
|
|
||||||
<para>This package has a test suite, but it can only be run after the
|
<para>This package has a test suite, but it can only be run after the
|
||||||
package has been installed.</para>
|
package has been reinstalled in BLFS.</para>
|
||||||
|
|
||||||
<para>Install the package:</para>
|
<para>Install the package:</para>
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
<!ENTITY version "SVN-20170713">
|
<!ENTITY version "SVN-20170718">
|
||||||
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
||||||
Change to x.y for release but not -rc releases -->
|
Change to x.y for release but not -rc releases -->
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
||||||
|
|
||||||
<!ENTITY versiond "20170713-systemd">
|
<!ENTITY versiond "20170718-systemd">
|
||||||
<!ENTITY short-versiond "systemd">
|
<!ENTITY short-versiond "systemd">
|
||||||
<!ENTITY generic-versiond "systemd">
|
<!ENTITY generic-versiond "systemd">
|
||||||
|
|
||||||
<!ENTITY releasedate "July 13, 2017">
|
<!ENTITY releasedate "July 18, 2017">
|
||||||
|
|
||||||
<!ENTITY copyrightdate "1999-2017"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2017"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "8.1">
|
<!ENTITY milestone "8.1">
|
||||||
|
18
packages.ent
18
packages.ent
@ -152,10 +152,10 @@
|
|||||||
<!ENTITY eudev-ch6-du "78 MB">
|
<!ENTITY eudev-ch6-du "78 MB">
|
||||||
<!ENTITY eudev-ch6-sbu "0.2 SBU">
|
<!ENTITY eudev-ch6-sbu "0.2 SBU">
|
||||||
|
|
||||||
<!ENTITY expat-version "2.2.1">
|
<!ENTITY expat-version "2.2.2">
|
||||||
<!ENTITY expat-size "396 KB">
|
<!ENTITY expat-size "404 KB">
|
||||||
<!ENTITY expat-url "&sourceforge;expat/expat-&expat-version;.tar.bz2">
|
<!ENTITY expat-url "&sourceforge;expat/expat-&expat-version;.tar.bz2">
|
||||||
<!ENTITY expat-md5 "d9c3baeab58774cefc2f04faf29f2cf8">
|
<!ENTITY expat-md5 "1ede9a41223c78528b8c5d23e69a2667">
|
||||||
<!ENTITY expat-home "http://expat.sourceforge.net/">
|
<!ENTITY expat-home "http://expat.sourceforge.net/">
|
||||||
<!ENTITY expat-ch6-du "6.1 MB">
|
<!ENTITY expat-ch6-du "6.1 MB">
|
||||||
<!ENTITY expat-ch6-sbu "less than 0.1 SBU">
|
<!ENTITY expat-ch6-sbu "less than 0.1 SBU">
|
||||||
@ -401,12 +401,12 @@
|
|||||||
|
|
||||||
<!ENTITY linux-major-version "4">
|
<!ENTITY linux-major-version "4">
|
||||||
<!ENTITY linux-minor-version "12">
|
<!ENTITY linux-minor-version "12">
|
||||||
<!ENTITY linux-patch-version "1">
|
<!ENTITY linux-patch-version "2">
|
||||||
<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
|
<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
|
||||||
<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
|
<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
|
||||||
<!ENTITY linux-size "96,876 KB">
|
<!ENTITY linux-size "96,872 KB">
|
||||||
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
|
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
|
||||||
<!ENTITY linux-md5 "56d9b0c0b35aac08c01da2db5046ef2f">
|
<!ENTITY linux-md5 "a61922df59b3ff54fcf418d2b8a0ab70">
|
||||||
<!ENTITY linux-home "http://www.kernel.org/">
|
<!ENTITY linux-home "http://www.kernel.org/">
|
||||||
<!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
|
<!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
|
||||||
allnoconfig extended for a hopefully-bootable build on desktop machine,
|
allnoconfig extended for a hopefully-bootable build on desktop machine,
|
||||||
@ -559,10 +559,10 @@
|
|||||||
<!ENTITY sysklogd-ch6-du "0.6 MB">
|
<!ENTITY sysklogd-ch6-du "0.6 MB">
|
||||||
<!ENTITY sysklogd-ch6-sbu "less than 0.1 SBU">
|
<!ENTITY sysklogd-ch6-sbu "less than 0.1 SBU">
|
||||||
|
|
||||||
<!ENTITY systemd-version "233">
|
<!ENTITY systemd-version "234">
|
||||||
<!ENTITY systemd-size "3,948 KB">
|
<!ENTITY systemd-size "4,072 KB">
|
||||||
<!ENTITY systemd-url "http://anduin.linuxfromscratch.org/sources/other/systemd/systemd-&systemd-version;.tar.xz">
|
<!ENTITY systemd-url "http://anduin.linuxfromscratch.org/sources/other/systemd/systemd-&systemd-version;.tar.xz">
|
||||||
<!ENTITY systemd-md5 "8d95734fdfcd13855746f143de1e3c86">
|
<!ENTITY systemd-md5 "157b51f03bf367c15d870111ef9255a1">
|
||||||
<!ENTITY systemd-home "http://www.freedesktop.org/wiki/Software/systemd/">
|
<!ENTITY systemd-home "http://www.freedesktop.org/wiki/Software/systemd/">
|
||||||
<!ENTITY systemd-ch6-du "507 MB">
|
<!ENTITY systemd-ch6-du "507 MB">
|
||||||
<!ENTITY systemd-ch6-sbu "7.4 SBU">
|
<!ENTITY systemd-ch6-sbu "7.4 SBU">
|
||||||
|
Loading…
Reference in New Issue
Block a user