Changeset 0fb548d


Ignore:
Timestamp:
Sep 10, 2006, 10:23:26 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
64eda1b
Parents:
6e9e1d7
Message:

Update inetutils with patch to fix the telnet 255.255.255.255 issue

Location:
BOOK
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/inetutils.xml

    r6e9e1d7 r0fb548d  
    3535
    3636<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>
    3743
    3844    <para os="a">Prepare Inetutils for compilation:</para>
  • BOOK/final-system/multilib/inetutils.xml

    r6e9e1d7 r0fb548d  
    3737    href="../common/inetutils.xml"
    3838    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'])"/>
    3947
    4048    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/materials/common/patches.xml

    r6e9e1d7 r0fb548d  
    164164
    165165    <varlistentry>
     166      <term>Inetutils Fixes Patch - <token>&inetutils-fixes-patch-size;</token>:</term>
     167      <listitem>
     168        <para>Download: <ulink
     169        url="&patches-root;&inetutils-fixes-patch;"/></para>
     170        <para>MD5 sum: <literal>&inetutils-fixes-patch-md5;</literal></para>
     171      </listitem>
     172    </varlistentry>
     173
     174    <varlistentry>
    166175      <term>Inetutils GCC 4.x Fixes Patch - <token>&inetutils-gcc4_fixes-patch-size;</token>:</term>
    167176      <listitem>
  • BOOK/patches.ent

    r6e9e1d7 r0fb548d  
    7777<!ENTITY inetutils-gcc4_fixes-patch-size "4.1 KB">
    7878
     79<!ENTITY inetutils-fixes-patch "inetutils-&inetutils-version;-fixes-1.patch">
     80<!ENTITY inetutils-fixes-patch-md5 "a33267b7a4e0d303a6f8dfeafde7bd8e">
     81<!ENTITY inetutils-fixes-patch-size "4 KB">
     82
    7983<!ENTITY inetutils-man_pages-patch "inetutils-&inetutils-version;-no_server_man_pages-1.patch">
    8084<!ENTITY inetutils-man_pages-patch-md5 "eb477f532bc6d26e7025fcfc4452511d">
Note: See TracChangeset for help on using the changeset viewer.