aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2011-03-30 20:27:03 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2011-03-30 20:27:03 +0000
commitd404149923180a73cf807e9f33a2c3d95e0d5e3b (patch)
tree55b292737310ce823e285b1a190de825d255b8f7
parent8aad43851e5620aca6ffff1e9bf94a64a60ca410 (diff)
Upgrade to IPRoute2-2.6.38. Fixes #2849.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9494 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter01/whatsnew.xml4
-rw-r--r--chapter06/iproute2.xml5
-rw-r--r--packages.ent6
4 files changed, 9 insertions, 10 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 63403ef8a..11987b2cf 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -40,6 +40,10 @@
<para>2011-03-30</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Upgrade to IPRoute2-2.6.38. Fixes
+ <ulink url="&lfs-ticket-root;2849">#2849</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Upgrade to GCC-4.6.0. Fixes
<ulink url="&lfs-ticket-root;2848">#2848</ulink>.</para>
</listitem>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index 65bde1784..6ee8fa0db 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -106,9 +106,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/chapter06/iproute2.xml b/chapter06/iproute2.xml
index 12b2a1c23..050b682bc 100644
--- a/chapter06/iproute2.xml
+++ b/chapter06/iproute2.xml
@@ -51,11 +51,6 @@
<screen><userinput>sed -i '/^TARGETS/s@arpd@@g' misc/Makefile</userinput></screen>
- <para>Fix a bug that causes the <command>ip route get</command> command to
- not produce any output:</para>
-
-<screen><userinput remap="pre">sed -i '1289i\\tfilter.cloned = 2;' ip/iproute.c</userinput></screen>
-
<para>Compile the package:</para>
<screen><userinput remap="make">make DESTDIR=</userinput></screen>
diff --git a/packages.ent b/packages.ent
index 363566e50..6e0628206 100644
--- a/packages.ent
+++ b/packages.ent
@@ -265,10 +265,10 @@
<!ENTITY inetutils-ch6-du "17 MB">
<!ENTITY inetutils-ch6-sbu "0.4 SBU">
-<!ENTITY iproute2-version "2.6.37">
-<!ENTITY iproute2-size "380 KB">
+<!ENTITY iproute2-version "2.6.38">
+<!ENTITY iproute2-size "381 KB">
<!ENTITY iproute2-url "http://devresources.linuxfoundation.org/dev/iproute2/download/iproute2-&iproute2-version;.tar.bz2">
-<!ENTITY iproute2-md5 "9774ff9d74ebd301bf56bd8d74473786">
+<!ENTITY iproute2-md5 "a243bfea837e71824b7ca26c3bb45fa8">
<!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">