Changeset 8fd7d60 in clfs-sysroot


Ignore:
Timestamp:
Sep 15, 2006, 5:16:16 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
d232e67
Parents:
58bc8d5
Message:

Update inetutils with patch to fix the telnet 255.255.255.255 issue

Location:
BOOK
Files:
3 edited

Legend:

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

    r58bc8d5 r8fd7d60  
    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
     39    will only send to 255.255.255.255. This was due to change in the way glibc
     40    handles 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="s1">The following set of seds prevent binaries from being installed as root</para>
  • BOOK/materials/common/patches.xml

    r58bc8d5 r8fd7d60  
    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

    r58bc8d5 r8fd7d60  
    7474<!ENTITY inetutils-gcc4_fixes-patch-size "4.1 KB">
    7575
     76<!ENTITY inetutils-fixes-patch "inetutils-&inetutils-version;-fixes-1.patch">
     77<!ENTITY inetutils-fixes-patch-md5 "a33267b7a4e0d303a6f8dfeafde7bd8e">
     78<!ENTITY inetutils-fixes-patch-size "4 KB">
     79
    7680<!ENTITY inetutils-man_pages-patch "inetutils-&inetutils-version;-no_server_man_pages-1.patch">
    7781<!ENTITY inetutils-man_pages-patch-md5 "eb477f532bc6d26e7025fcfc4452511d">
Note: See TracChangeset for help on using the changeset viewer.