Changeset 946ca2d
- Timestamp:
- Sep 10, 2006, 10:26:49 AM (18 years ago)
- Children:
- 104bdba9
- Parents:
- 52e16a9
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/common/inetutils.xml
r52e16a9 r946ca2d 35 35 36 36 <screen os="p4"><userinput>patch -Np1 -i ../&inetutils-gcc4_fixes-patch;</userinput></screen> 37 38 <para os="p5">This patch addresses an issue where telnet on certain machines will 39 only send to 255.255.255.255. This was due to change in the way glibc handles 40 inet_addr. Apply the following patch to correct this issue:</para> 41 42 <screen os="p6"><userinput>patch -Np1 -i ../&inetutils-fixes-patch;</userinput></screen> 37 43 38 44 <para os="a">Prepare Inetutils for compilation:</para> -
final-system/multilib/inetutils.xml
r52e16a9 r946ca2d 37 37 href="../common/inetutils.xml" 38 38 xpointer="xpointer(//*[@os='p4'])"/> 39 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 41 href="../common/inetutils.xml" 42 xpointer="xpointer(//*[@os='p5'])"/> 43 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 45 href="../common/inetutils.xml" 46 xpointer="xpointer(//*[@os='p6'])"/> 39 47 40 48 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
introduction/common/changelog.xml
r52e16a9 r946ca2d 38 38 39 39 <listitem> 40 <para>September 10, 2006</para> 41 <itemizedlist> 42 <listitem> 43 <para>[jim] - Added a patch to fix Inetutils. Telnet on 64 bit systems will fail, it will 44 attempt to connect to 255.255.255.255 instead of the ip address entered. This was due to a 45 change in glibc's handling of inet_addr, was long now is u_int32_t.</para> 46 </listitem> 47 </itemizedlist> 48 </listitem> 49 50 <listitem> 40 51 <para>September 9, 2006</para> 41 52 <itemizedlist> -
materials/common/patches.xml
r52e16a9 r946ca2d 155 155 156 156 <varlistentry> 157 <term>Inetutils Fixes Patch - <token>&inetutils-fixes-patch-size;</token>:</term> 158 <listitem> 159 <para>Download: <ulink 160 url="&patches-root;&inetutils-fixes-patch;"/></para> 161 <para>MD5 sum: <literal>&inetutils-fixes-patch-md5;</literal></para> 162 </listitem> 163 </varlistentry> 164 165 <varlistentry> 157 166 <term>Inetutils GCC 4.x Fixes Patch - <token>&inetutils-gcc4_fixes-patch-size;</token>:</term> 158 167 <listitem> -
patches.ent
r52e16a9 r946ca2d 73 73 <!ENTITY inetutils-gcc4_fixes-patch-size "4.1 KB"> 74 74 75 <!ENTITY inetutils-fixes-patch "inetutils-&inetutils-version;-fixes-1.patch"> 76 <!ENTITY inetutils-fixes-patch-md5 "a33267b7a4e0d303a6f8dfeafde7bd8e"> 77 <!ENTITY inetutils-fixes-patch-size "4 KB"> 78 75 79 <!ENTITY inetutils-man_pages-patch "inetutils-&inetutils-version;-no_server_man_pages-1.patch"> 76 80 <!ENTITY inetutils-man_pages-patch-md5 "eb477f532bc6d26e7025fcfc4452511d">
Note:
See TracChangeset
for help on using the changeset viewer.