diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-12-21 20:01:04 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-12-21 20:01:04 +0000 |
commit | 796bacf4805d55c37c13e65dc19394d2c1614984 (patch) | |
tree | 795c65b556fb6a073434408e015464d9f61cf763 | |
parent | 7110af22304ff65e27f68eba3433a23bc3427b3b (diff) |
Upgrade to Inetutils-1.7. Fixes #2533.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9136 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 8 | ||||
-rw-r--r-- | chapter03/patches.xml | 8 | ||||
-rw-r--r-- | chapter06/inetutils.xml | 23 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | packages.ent | 6 | ||||
-rw-r--r-- | patches.ent | 5 |
7 files changed, 33 insertions, 31 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index f09a50219..ed7c3af3c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -38,6 +38,16 @@ --> <listitem> + <para>2009-12-21</para> + <itemizedlist> + <listitem> + <para>[matthew] Upgrade to Inetutils-1.7. Fixes + <ulink url="&lfs-ticket-root;2533">#2533</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2009-12-16</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 8713b93d2..2e1a1a53e 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -100,9 +100,9 @@ <!--<listitem> <para>IANA-Etc &iana-etc-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>Inetutils &inetutils-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>IPRoute2 &iproute2-version;</para> </listitem>--> @@ -244,6 +244,10 @@ </listitem> <listitem> + <para>inetutils-1.6-no_server_man_pages-1.patch</para> + </listitem> + + <listitem> <para>patch-2.5.9-fixes-1.patch</para> </listitem> </itemizedlist> diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 272b5a3a2..8bc7ab7dc 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -131,14 +131,6 @@ </varlistentry> <varlistentry> - <term>Inetutils No-Server-Man-Pages Patch - <token>&inetutils-man_pages-patch-size;</token>:</term> - <listitem> - <para>Download: <ulink url="&patches-root;&inetutils-man_pages-patch;"/></para> - <para>MD5 sum: <literal>&inetutils-man_pages-patch-md5;</literal></para> - </listitem> - </varlistentry> - - <varlistentry> <term>Kbd Backspace/Delete Fix Patch - <token>&kbd-backspace-patch-size;</token>:</term> <listitem> <para>Download: <ulink url="&patches-root;&kbd-backspace-patch;"/></para> diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml index 79a7484d3..484c7c922 100644 --- a/chapter06/inetutils.xml +++ b/chapter06/inetutils.xml @@ -40,15 +40,6 @@ <sect2 role="installation"> <title>Installation of Inetutils</title> - <para>Not all programs that come with Inetutils will be installed. - However, the Inetutils build system will insist on installing all the - man pages anyway. The following patch will correct this - situation:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&inetutils-man_pages-patch;</userinput></screen> - -<para>Prepare Inetutils for compilation:</para> - <screen><userinput remap="configure">./configure --prefix=/usr --libexecdir=/usr/sbin \ --localstatedir=/var --disable-ifconfig \ --disable-logger --disable-syslogd --disable-whois \ @@ -73,7 +64,7 @@ <para>This option prevents Inetutils from installing the <command>logger</command> program, which is used by scripts to pass messages to the System Log Daemon. Do not install it because - Util-linux installs a better version later.</para> + Util-linux installed a version earlier.</para> </listitem> </varlistentry> @@ -132,7 +123,7 @@ mv -v /usr/bin/traceroute /sbin</userinput></screen> <segtitle>Installed programs</segtitle> <seglistitem> - <seg>ftp, hostname, ping, ping6, rcp, rlogin, rsh, talk, telnet, + <seg>ftp, hostname, ping, ping6, rcp, rexec, rlogin, rsh, talk, telnet, tftp, and traceroute</seg> </seglistitem> </segmentedlist> @@ -193,6 +184,16 @@ mv -v /usr/bin/traceroute /sbin</userinput></screen> </listitem> </varlistentry> + <varlistentry id="rexec"> + <term><command>rexec</command></term> + <listitem> + <para>executes commands on a remote host</para> + <indexterm zone="ch-system-inetutils rexec"> + <primary sortas="b-rexec">rexec</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="rlogin"> <term><command>rlogin</command></term> <listitem> diff --git a/general.ent b/general.ent index 0ea1e308e..5a707d9ea 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-20091216"> -<!ENTITY releasedate "December 16, 2009"> +<!ENTITY version "SVN-20091221"> +<!ENTITY releasedate "December 21, 2009"> <!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.0"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/packages.ent b/packages.ent index 99396fb1b..73caebe81 100644 --- a/packages.ent +++ b/packages.ent @@ -253,10 +253,10 @@ <!ENTITY iana-etc-ch6-du "2.3 MB"> <!ENTITY iana-etc-ch6-sbu "less than 0.1 SBU"> -<!ENTITY inetutils-version "1.6"> -<!ENTITY inetutils-size "1,636 KB"> +<!ENTITY inetutils-version "1.7"> +<!ENTITY inetutils-size "1,861 KB"> <!ENTITY inetutils-url "&gnu;inetutils/inetutils-&inetutils-version;.tar.gz"> -<!ENTITY inetutils-md5 "23cc24bc77751bf77d50a07a7395f9b3"> +<!ENTITY inetutils-md5 "a1d5a01b0ab8a7e596ac4cff0cce7129"> <!ENTITY inetutils-home "&gnu-software;inetutils/"> <!ENTITY inetutils-ch6-du "17 MB"> <!ENTITY inetutils-ch6-sbu "0.4 SBU"> diff --git a/patches.ent b/patches.ent index 25e0775e2..fb7109e1e 100644 --- a/patches.ent +++ b/patches.ent @@ -69,11 +69,6 @@ <!ENTITY gzip-zdiff-patch-size "17.5 KB"> -<!ENTITY inetutils-man_pages-patch "inetutils-&inetutils-version;-no_server_man_pages-1.patch"> -<!ENTITY inetutils-man_pages-patch-md5 "fffe02c2f93fec7911e57393fd927a9d"> -<!ENTITY inetutils-man_pages-patch-size "5.4 KB"> - - <!ENTITY kbd-backspace-patch "kbd-&kbd-version;-backspace-1.patch"> <!ENTITY kbd-backspace-patch-md5 "f75cca16a38da6caa7d52151f7136895"> <!ENTITY kbd-backspace-patch-size "12 KB"> |