diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-03-01 21:52:20 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-03-01 21:52:20 +0000 |
commit | 8014db9c0f25698c35ba936daf21e6b81e5cfa70 (patch) | |
tree | 9af0d505d1ae81b9def716ff5b3fdb6a2c2ea820 | |
parent | 5763d72871477b60587a38be3e27b768b1406d15 (diff) |
Upgrade to IPRoute2-2.6.33. Fixes #2592.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9215 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 0b5e0c542..52f7e64c7 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2010-03-01</para> <itemizedlist> <listitem> + <para>[matthew] Upgrade to IPRoute2-2.6.33. Fixes + <ulink url="&lfs-ticket-root;2592">#2592</ulink>.</para> + </listitem> + <listitem> <para>[matthew] Upgrade to Linux-2.6.33. Fixes <ulink url="&lfs-ticket-root;2587">#2587</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 41a21e662..859756ac8 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -103,9 +103,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 f455bf507..f000a0b2e 100644 --- a/packages.ent +++ b/packages.ent @@ -262,10 +262,10 @@ <!ENTITY inetutils-ch6-du "17 MB"> <!ENTITY inetutils-ch6-sbu "0.4 SBU"> -<!ENTITY iproute2-version "2.6.31"> -<!ENTITY iproute2-size "364 KB"> +<!ENTITY iproute2-version "2.6.33"> +<!ENTITY iproute2-size "366 KB"> <!ENTITY iproute2-url "http://developer.osdl.org/dev/iproute2/download/iproute2-&iproute2-version;.tar.bz2"> -<!ENTITY iproute2-md5 "230f35282a95451622f3e8394f9cd80a"> +<!ENTITY iproute2-md5 "b371fca3fcb5e436e69a7c2111d84a3c"> <!ENTITY iproute2-home "http://linux-net.osdl.org/index.php/Iproute2"> <!ENTITY iproute2-ch6-du "5.7 MB"> <!ENTITY iproute2-ch6-sbu "0.2 SBU"> |