Changeset 2ba4e30


Ignore:
Timestamp:
09/17/2014 12:02:12 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
095bffc, 415d4ca
Parents:
4d7df041
Message:

Bump dbus to 1.8.8.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10754 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r4d7df041 r2ba4e30  
    3636    </listitem>
    3737-->
     38    <listitem>
     39      <para>2014-09-17</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[krejzi] - Updated to dbus-1.8.8.</para>
     43        </listitem>
     44      </itemizedlist>
     45    </listitem>
     46
    3847    <listitem>
    3948      <para>2014-09-09</para>
  • chapter06/gcc.xml

    r4d7df041 r2ba4e30  
    4747
    4848
    49     <para>First fix a problem identified upstream that causes some
     49    <para>Now fix another problem identified upstream that causes some
    5050    programs to fail:</para>
    5151
    5252<screen><userinput remap="pre">patch -Np1 -i ../&gcc-upstream-patch;</userinput></screen>
    5353
    54 <!--
    55     <para>As in <xref linkend="ch-tools-gcc-pass2"/>, apply the following
    56     <command>sed</command> to force the build to use the
    57     <option>-fomit-frame-pointer</option> compiler flag in order to ensure
    58     consistent compiler builds:</para>
    59 
    60 <screen><userinput remap="pre">case `uname -m` in
    61   i?86) sed -i 's/^T_CFLAGS =$/&amp; -fomit-frame-pointer/' gcc/Makefile.in ;;
    62 esac</userinput></screen>
    63 -->
    6454    <para>The GCC documentation recommends building GCC outside of the source
    6555    directory in a dedicated build directory:</para>
  • general.ent

    r4d7df041 r2ba4e30  
    1 <!ENTITY version         "20140910-systemd">
     1<!ENTITY version         "20140917-systemd">
    22<!ENTITY short-version   "systemd">  <!-- Used in dbus chapter, change to x.y for release -->
    3 <!ENTITY releasedate     "September 10, 2014">
     3<!ENTITY releasedate     "September 17, 2014">
    44<!ENTITY copyrightdate   "1999-2014"><!-- jhalfs needs a literal dash, not &ndash; -->
    55<!ENTITY milestone       "7.6">
  • packages.ent

    r4d7df041 r2ba4e30  
    106106<!ENTITY coreutils-ch6-sbu "2.4 SBU">
    107107
    108 <!ENTITY dbus-version "1.8.6">
    109 <!ENTITY dbus-size "1,820 KB">
     108<!ENTITY dbus-version "1.8.8">
     109<!ENTITY dbus-size "1,824 KB">
    110110<!ENTITY dbus-url "http://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.gz">
    111 <!ENTITY dbus-md5 "6a08ba555d340e9dfe2d623b83c0eea8">
     111<!ENTITY dbus-md5 "b9f4a18ee3faa1e07c04aa1d83239c43">
    112112<!ENTITY dbus-home "http://www.freedesktop.org/wiki/Software/dbus">
    113113<!ENTITY dbus-ch6-du "42 MB">
Note: See TracChangeset for help on using the changeset viewer.