diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-10-29 21:36:04 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-10-29 21:36:04 +0000 |
commit | 4ec50c846108cc83df4a5feac8baeb0f411dedcc (patch) | |
tree | c6840955f58866f043b208928c090467c3ae9719 | |
parent | 99f99e54a84c93b8045626606be0ec6bb84066f6 (diff) |
Upgrade to IPRoute2-2.6.23. Fixes #2091.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8414 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | chapter06/iproute2.xml | 5 | ||||
-rw-r--r-- | packages.ent | 8 |
4 files changed, 10 insertions, 11 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 242864436..9ee0a7f0a 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2007-10-24</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to IPRoute2-2.6.23. Fixes + <ulink url="&lfs-ticket-root;2091">#2091</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to Glibc-2.7. Fixes <ulink url="&lfs-ticket-root;2095">#2095</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 0f9dcf41f..a027ea819 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -104,9 +104,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 872d8c38c..692e9943b 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -41,11 +41,6 @@ <sect2 role="installation"> <title>Installation of IPRoute2</title> - <para>The installation of two manual pages is broken and results in - dangling symlinks. Fix this with the following command:</para> - -<screen><userinput remap="pre">sed -i -e '/tc-bfifo.8/d' -e '/tc-pfifo.8/s/pbfifo/bfifo/' Makefile</userinput></screen> - <para>Compile the package:</para> <screen><userinput remap="make">make SBINDIR=/sbin</userinput></screen> diff --git a/packages.ent b/packages.ent index d11881611..4fc3dabf1 100644 --- a/packages.ent +++ b/packages.ent @@ -257,10 +257,10 @@ <!ENTITY inetutils-ch6-du "8.9 MB"> <!ENTITY inetutils-ch6-sbu "0.2 SBU"> -<!ENTITY iproute2-version "2.6.20-070313"> -<!ENTITY iproute2-size "394 KB"> -<!ENTITY iproute2-url "http://developer.osdl.org/dev/iproute2/download/iproute2-&iproute2-version;.tar.gz"> -<!ENTITY iproute2-md5 "7bc5883aadf740761fa2dd70b661e8cc"> +<!ENTITY iproute2-version "2.6.23"> +<!ENTITY iproute2-size "334 KB"> +<!ENTITY iproute2-url "http://developer.osdl.org/dev/iproute2/download/iproute2-&iproute2-version;.tar.bz2"> +<!ENTITY iproute2-md5 "2e59da739ef19990408cf0a5cb0cae3e"> <!ENTITY iproute2-home "http://linux-net.osdl.org/index.php/Iproute2"> <!ENTITY iproute2-ch6-du "4.8 MB"> <!ENTITY iproute2-ch6-sbu "0.2 SBU"> |