Update to linux-4.7.2.

Update to dbus-1.10.10. 



git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11110 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2016-08-24 17:33:20 +00:00
parent f5451ce61c
commit f5b18de019
4 changed files with 21 additions and 7 deletions

View File

@ -42,6 +42,20 @@
<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>2016-08-22</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to linux-4.7.2. Fixes
<ulink url="&lfs-ticket-root;3972">#3972</ulink>.</para>
</listitem>
<listitem revision="systemd">
<para>[bdubbs] - Update to dbus-1.10.10. Fixes
<ulink url="&lfs-ticket-root;3967">#3967</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem> <listitem>
<para>2016-08-22</para> <para>2016-08-22</para>
<itemizedlist> <itemizedlist>

View File

@ -222,7 +222,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<screen><userinput remap="install">systemd-machine-id-setup</userinput></screen> <screen><userinput remap="install">systemd-machine-id-setup</userinput></screen>
<para>Fix a broken symlink created by the systemd installation process:</para> <para>Fix a broken symlink created by the systemd installation process:</para>
<screen><userinput remap="install">rm -v /etc/resolv.conf <screen><userinput remap="install">rm -fv /etc/resolv.conf
ln -s ../lib/systemd/resolv.conf /etc/resolv.conf</userinput></screen> ln -s ../lib/systemd/resolv.conf /etc/resolv.conf</userinput></screen>
<para>Since the testsuite largely depends on the host system kernel <para>Since the testsuite largely depends on the host system kernel

View File

@ -1,13 +1,13 @@
<!ENTITY version "SVN-20160822"> <!ENTITY version "SVN-20160824">
<!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 "20160212-systemd"> <!ENTITY versiond "20160214-systemd">
<!ENTITY short-versiond "systemd"> <!ENTITY short-versiond "systemd">
<!ENTITY generic-versiond "systemd"> <!ENTITY generic-versiond "systemd">
<!ENTITY releasedate "August 22, 2016"> <!ENTITY releasedate "August 24, 2016">
<!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not &ndash; --> <!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.10"> <!ENTITY milestone "7.10">

View File

@ -391,12 +391,12 @@
<!ENTITY linux-major-version "4"> <!ENTITY linux-major-version "4">
<!ENTITY linux-minor-version "7"> <!ENTITY linux-minor-version "7">
<!ENTITY linux-patch-version "1"> <!ENTITY linux-patch-version "2">
<!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-version "&linux-major-version;.&linux-minor-version;">--> <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
<!ENTITY linux-size "88,281 KB"> <!ENTITY linux-size "88,290 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 "764e9cc14e43bddef944381b1fe32574"> <!ENTITY linux-md5 "ae493473d074185205a54bc8ad49c3b4">
<!ENTITY linux-home "http://www.kernel.org/"> <!ENTITY linux-home "http://www.kernel.org/">
<!-- measured for 3.9.0 / gcc-4.8.0 on x86_64 : minimum is <!-- measured for 3.9.0 / gcc-4.8.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,