aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrejzi <krejzi@linuxfromscratch.org>2014-09-17 12:02:12 +0000
committerKrejzi <krejzi@linuxfromscratch.org>2014-09-17 12:02:12 +0000
commit2ba4e3008da353377c38b9bce6aad7acd903907c (patch)
tree7177f07be5a72712de4b1acd840820ee0f895f50
parent4d7df0410403f3b46b92d2e8a6e9ecfd50bbe75f (diff)
Bump dbus to 1.8.8.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10754 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml9
-rw-r--r--chapter06/gcc.xml12
-rw-r--r--general.ent4
-rw-r--r--packages.ent6
4 files changed, 15 insertions, 16 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 186c211b0..d587f3544 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -36,6 +36,15 @@
</listitem>
-->
<listitem>
+ <para>2014-09-17</para>
+ <itemizedlist>
+ <listitem>
+ <para>[krejzi] - Updated to dbus-1.8.8.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2014-09-09</para>
<itemizedlist>
<listitem>
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index bc9810109..24abde4fa 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -46,21 +46,11 @@
<screen><userinput remap="pre">sed -i 's/if \((code.*))\)/if (\1 \&amp;\&amp; \!DEBUG_INSN_P (insn))/' gcc/sched-deps.c</userinput></screen>
- <para>First fix a problem identified upstream that causes some
+ <para>Now fix another problem identified upstream that causes some
programs to fail:</para>
<screen><userinput remap="pre">patch -Np1 -i ../&gcc-upstream-patch;</userinput></screen>
-<!--
- <para>As in <xref linkend="ch-tools-gcc-pass2"/>, apply the following
- <command>sed</command> to force the build to use the
- <option>-fomit-frame-pointer</option> compiler flag in order to ensure
- consistent compiler builds:</para>
-
-<screen><userinput remap="pre">case `uname -m` in
- i?86) sed -i 's/^T_CFLAGS =$/&amp; -fomit-frame-pointer/' gcc/Makefile.in ;;
-esac</userinput></screen>
--->
<para>The GCC documentation recommends building GCC outside of the source
directory in a dedicated build directory:</para>
diff --git a/general.ent b/general.ent
index 8f34163c9..f124c1658 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
-<!ENTITY version "20140910-systemd">
+<!ENTITY version "20140917-systemd">
<!ENTITY short-version "systemd"> <!-- Used in dbus chapter, change to x.y for release -->
-<!ENTITY releasedate "September 10, 2014">
+<!ENTITY releasedate "September 17, 2014">
<!ENTITY copyrightdate "1999-2014"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.6">
<!ENTITY generic-version "systemd"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
diff --git a/packages.ent b/packages.ent
index 23aff750d..92c67c165 100644
--- a/packages.ent
+++ b/packages.ent
@@ -105,10 +105,10 @@
<!ENTITY coreutils-ch6-du "161 MB">
<!ENTITY coreutils-ch6-sbu "2.4 SBU">
-<!ENTITY dbus-version "1.8.6">
-<!ENTITY dbus-size "1,820 KB">
+<!ENTITY dbus-version "1.8.8">
+<!ENTITY dbus-size "1,824 KB">
<!ENTITY dbus-url "http://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.gz">
-<!ENTITY dbus-md5 "6a08ba555d340e9dfe2d623b83c0eea8">
+<!ENTITY dbus-md5 "b9f4a18ee3faa1e07c04aa1d83239c43">
<!ENTITY dbus-home "http://www.freedesktop.org/wiki/Software/dbus">
<!ENTITY dbus-ch6-du "42 MB">
<!ENTITY dbus-ch6-sbu "0.5 SBU">