diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-08-08 08:45:45 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-08-08 08:45:45 +0000 |
commit | f1d2b69cdb17dd61c51417d64752ff486bb58051 (patch) | |
tree | 3890137a8c08909cfc520f03cbe49090e1b81de0 | |
parent | 8320e26f720f50ea2198663726fdff9de9584b51 (diff) |
Upgrade to IPRoute2-2.6.35. Fixes #2731.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9352 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | packages.ent | 10 |
2 files changed, 9 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 22f44f354..8fa6ee189 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2010-08-08</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to IPRoute2-2.6.35. Fixes + <ulink url="&lfs-ticket-root;2731">#2731</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to Glibc-2.12.1. Fixes <ulink url="&lfs-ticket-root;2730">#2730</ulink>.</para> </listitem> diff --git a/packages.ent b/packages.ent index 79467b419..10dd668bc 100644 --- a/packages.ent +++ b/packages.ent @@ -265,11 +265,11 @@ <!ENTITY inetutils-ch6-du "17 MB"> <!ENTITY inetutils-ch6-sbu "0.4 SBU"> -<!ENTITY iproute2-version "2.6.34"> -<!ENTITY iproute2-size "376 KB"> -<!ENTITY iproute2-url "http://developer.osdl.org/dev/iproute2/download/iproute2-&iproute2-version;.tar.bz2"> -<!ENTITY iproute2-md5 "5c5742bdac05a1688f266512e685b83c"> -<!ENTITY iproute2-home "http://linux-net.osdl.org/index.php/Iproute2"> +<!ENTITY iproute2-version "2.6.35"> +<!ENTITY iproute2-size "378 KB"> +<!ENTITY iproute2-url "http://devresources.linuxfoundation.org/dev/iproute2/download/iproute2-&iproute2-version;.tar.bz2"> +<!ENTITY iproute2-md5 "b0f281b3124bf04669e18f5fe16d4934"> +<!ENTITY iproute2-home "http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2"> <!ENTITY iproute2-ch6-du "5.7 MB"> <!ENTITY iproute2-ch6-sbu "0.2 SBU"> |