diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-05-04 22:29:26 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-05-04 22:29:26 +0000 |
commit | 00c1c0876d26b8a44a3a286de398fa8771bedae7 (patch) | |
tree | cd358fcaf9d20411c6486e65415e76599467b9f3 | |
parent | aca25d4bc9c42f3074f55ed9ac8ebb8a3f609e30 (diff) |
Upgrade to DBus-1.6.10.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10265 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | packages.ent | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5c23a80ff..486cd776a 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,9 @@ <para>2013-05-04</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to DBus-1.6.10.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to IPRoute2-3.9.0. Fixes <ulink url="&lfs-ticket-root;3339">#3339</ulink>.</para> </listitem> diff --git a/packages.ent b/packages.ent index 770e61b9b..6428175c8 100644 --- a/packages.ent +++ b/packages.ent @@ -102,10 +102,10 @@ <!ENTITY coreutils-ch6-du "116 MB"> <!ENTITY coreutils-ch6-sbu "3.4 SBU"> -<!ENTITY dbus-version "1.6.8"> -<!ENTITY dbus-size "1,884 KB"> +<!ENTITY dbus-version "1.6.10"> +<!ENTITY dbus-size "1,885 KB"> <!ENTITY dbus-url "http://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.gz"> -<!ENTITY dbus-md5 "3bf059c7dd5eda5f539a1b7cfe7a14a2"> +<!ENTITY dbus-md5 "de4970c20629aeb958a12132415b3630"> <!ENTITY dbus-home "http://www.freedesktop.org/wiki/Software/dbus"> <!ENTITY dbus-ch6-du "35 MB"> <!ENTITY dbus-ch6-sbu "less than 0.4 SBU"> |