aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2014-04-28 09:26:21 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2014-04-28 09:26:21 +0000
commitfd8ef110375ad49b202e62cf6f10ed3ab38b5781 (patch)
tree70d936657569b7daadad2563a146d5f40328fdaf
parentbf1971976f6f61642db66b5ef0a0f8b3586ca9b2 (diff)
Update to Linux-3.14.2
Misc changes to dbus text and a new instruction. Some additional minor tweaks. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10555 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml20
-rw-r--r--chapter06/dbus.xml7
-rw-r--r--general.ent5
-rw-r--r--packages.ent4
4 files changed, 26 insertions, 10 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 30450050e..87ebf4f47 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -36,7 +36,17 @@
</listitem>
-->
<listitem>
- <para>2014-03-25</para>
+ <para>2014-04-28</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Update to linux-3.14.2. Fixes
+ <ulink url="&lfs-ticket-root;3559">#3559</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
+ <para>2014-04-25</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Remove unneeded symlink in gcc-pass1. Fixes
@@ -50,7 +60,7 @@
</listitem>
<listitem>
- <para>2014-03-24</para>
+ <para>2014-04-24</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to gcc-4.9. Fixes
@@ -60,7 +70,7 @@
</listitem>
<listitem>
- <para>2014-03-23</para>
+ <para>2014-04-23</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to man-pages-3.65. Fixes
@@ -70,7 +80,7 @@
</listitem>
<listitem>
- <para>2014-03-22</para>
+ <para>2014-04-22</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Removed unneeded groff symlinks. Fixes
@@ -93,7 +103,7 @@
</listitem>
<listitem>
- <para>2014-03-21</para>
+ <para>2014-04-21</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Rewrote and reorganized Chapter 7.
diff --git a/chapter06/dbus.xml b/chapter06/dbus.xml
index 476baf41d..9ed4e5b6b 100644
--- a/chapter06/dbus.xml
+++ b/chapter06/dbus.xml
@@ -74,7 +74,7 @@
<para>This package does come with a testsuite, but it requires several
packages that are not included in LFS. Instructions for running the
testsuite can be found in the BLFS book at
- <ulink url="&blfs-root;/view/svn/general/dbus.html"/>.</para>
+ <ulink url="&blfs-root;/view/&short-version;/general/dbus.html"/>.</para>
<para>Install the package:</para>
@@ -93,6 +93,11 @@ ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.so</useri
<screen><userinput remap="install">ln -sv /etc/machine-id /var/lib/dbus</userinput></screen>
+ <para>Finally, generate a D-Bus UUID to avoid possible warnings
+ when building some packages in BLFS:</para>
+
+<screen><userinput remap="install">dbus-uuidgen --ensure</userinput></screen>
+
</sect2>
<sect2 id="contents-dbus" role="content">
diff --git a/general.ent b/general.ent
index 6b67806ab..643ab93af 100644
--- a/general.ent
+++ b/general.ent
@@ -1,5 +1,6 @@
-<!ENTITY version "SVN-20140425">
-<!ENTITY releasedate "April 25, 2014">
+<!ENTITY version "SVN-20140428">
+<!ENTITY short-version "svn"> <!-- Used in dbus chapter, change to x.y for release -->
+<!ENTITY releasedate "April 28, 2014">
<!ENTITY copyrightdate "1999-2014"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "8.0">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
diff --git a/packages.ent b/packages.ent
index 48dad8b42..275c0a23e 100644
--- a/packages.ent
+++ b/packages.ent
@@ -396,12 +396,12 @@
<!ENTITY linux-major-version "3">
<!ENTITY linux-minor-version "14">
-<!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;"> -->
<!ENTITY linux-size "76,563 KB">
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
-<!ENTITY linux-md5 "f53082540eed294f486a43fc67646ed2">
+<!ENTITY linux-md5 "28b68cde77997ddafab3c4e16cefae7d">
<!ENTITY linux-home "http://www.kernel.org/">
<!-- measured for 3.9.0 / gcc-4.8.0 on x86_64 : minimum is
allnoconfig extended for a hopefully-bootable build on desktop machine,