Browse Source

Bump dbus to 1.8.8.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10754 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Krejzi 11 years ago
parent
commit
2ba4e3008d
4 changed files with 15 additions and 16 deletions
  1. 9 0
      chapter01/changelog.xml
  2. 1 11
      chapter06/gcc.xml
  3. 2 2
      general.ent
  4. 3 3
      packages.ent

+ 9 - 0
chapter01/changelog.xml

@@ -35,6 +35,15 @@
       </itemizedlist>
     </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>

+ 1 - 11
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>
 

+ 2 - 2
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}]" -->

+ 3 - 3
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">