diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-02-01 22:46:10 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-02-01 22:46:10 +0000 |
commit | 8ece31c5b242ee38bd3307f7d68d9dd2181c123f (patch) | |
tree | d111e80213ef77ecd39c082fc546e3d863eacba1 | |
parent | b4f82782cdf407db2576ccf80510d7234c6c2cbe (diff) |
Upgrade to IPRoute2-2.6.28. Fixes #2324.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8792 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | packages.ent | 6 |
3 files changed, 9 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index e96f83498..2a1e19adc 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2009-02-01</para> <itemizedlist> <listitem> + <para>[matthew] - Upgraded to IPRoute2-2.6.28. Fixes + <ulink url="&lfs-ticket-root;2324">#2324</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Upgraded to Inetutils-1.6. Fixes <ulink url="&lfs-ticket-root;2308">#2308</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 176c6afde..b57c40601 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -101,9 +101,9 @@ <listitem> <para>Inetutils &inetutils-version;</para> </listitem> - <!--<listitem> + <listitem> <para>IPRoute2 &iproute2-version;</para> - </listitem>--> + </listitem> <listitem> <para>Kbd &kbd-version;</para> </listitem> diff --git a/packages.ent b/packages.ent index 997f6d081..e0ac27080 100644 --- a/packages.ent +++ b/packages.ent @@ -269,10 +269,10 @@ <!ENTITY inetutils-ch6-du "12 MB"> <!ENTITY inetutils-ch6-sbu "0.3 SBU"> -<!ENTITY iproute2-version "2.6.26"> -<!ENTITY iproute2-size "359 KB"> +<!ENTITY iproute2-version "2.6.28"> +<!ENTITY iproute2-size "357 KB"> <!ENTITY iproute2-url "http://developer.osdl.org/dev/iproute2/download/iproute2-&iproute2-version;.tar.bz2"> -<!ENTITY iproute2-md5 "7d221e735cba05709341cd46401c4ecd"> +<!ENTITY iproute2-md5 "595f9b17320f69e8d30d2fa80f1bca14"> <!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"> |