diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-05-10 11:57:55 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-05-10 11:57:55 +0000 |
commit | 66e3003a5556e82e956f40d6dc0259b416bc05f5 (patch) | |
tree | 4802a6e6f853de87479fa483dfd3b47614ec989b | |
parent | 9b57c6ce3ae0faa37d0bb6fef0733c27ef1eb8db (diff) |
Upgrade to IPRoute-2.6.29-1. Fixes #2375.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8860 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | packages.ent | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index c41f1c1f9..650f5bfe4 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2009-05-10</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to IPRoute2-2.6.29-1. Fixes + <ulink url="&lfs-ticket-root;2375">#2375</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to GMP-4.3.0. Fixes <ulink url="&lfs-ticket-root;2390">#2390</ulink>.</para> </listitem> diff --git a/packages.ent b/packages.ent index 6b8571ec8..812ef91ef 100644 --- a/packages.ent +++ b/packages.ent @@ -264,10 +264,10 @@ <!ENTITY inetutils-ch6-du "12 MB"> <!ENTITY inetutils-ch6-sbu "0.3 SBU"> -<!ENTITY iproute2-version "2.6.28"> -<!ENTITY iproute2-size "357 KB"> +<!ENTITY iproute2-version "2.6.29-1"> +<!ENTITY iproute2-size "359 KB"> <!ENTITY iproute2-url "http://developer.osdl.org/dev/iproute2/download/iproute2-&iproute2-version;.tar.bz2"> -<!ENTITY iproute2-md5 "595f9b17320f69e8d30d2fa80f1bca14"> +<!ENTITY iproute2-md5 "c1bc258a6c345905e79935ac7a3cc582"> <!ENTITY iproute2-home "http://linux-net.osdl.org/index.php/Iproute2"> <!ENTITY iproute2-ch6-du "5.6 MB"> <!ENTITY iproute2-ch6-sbu "0.2 SBU"> |