Changeset 7901

Show
Ignore:
Timestamp:
01/31/07 11:18:35 (1 year ago)
Author:
matthew
Message:

Upgrade to NCurses-5.6. Fixes #1940.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter01/changelog.xml

    r7900 r7901  
    4141      <itemizedlist> 
    4242        <listitem> 
     43          <para>[matthew] - Upgrade to Ncurses-5.6. Fixes 
     44          <ulink url="&lfs-ticket-root;1940">#1940</ulink></para> 
     45        </listitem> 
     46        <listitem> 
    4347          <para>[matthew] - Upgrade to Linux-2.6.19.2. Fixes 
    4448          <ulink url="&lfs-ticket-root;1928">#1928</ulink></para> 
  • trunk/BOOK/chapter01/whatsnew.xml

    r7900 r7901  
    134134      <para>Module-Init-Tools &module-init-tools-version;</para> 
    135135    </listitem--> 
    136     <!--<listitem> 
     136    <listitem> 
    137137      <para>Ncurses &ncurses-version;</para> 
    138     </listitem>--> 
     138    </listitem> 
    139139    <!--<listitem> 
    140140      <para>Patch &patch-version;</para> 
     
    250250    </listitem> 
    251251    <listitem> 
     252      <para>ncurses-5.5-fixes-1.patch</para> 
     253    </listitem> 
     254    <listitem> 
    252255      <para>readline-5.1-fixes-3.patch</para> 
    253256    </listitem> 
  • trunk/BOOK/chapter03/patches.xml

    r7900 r7901  
    164164 
    165165    <varlistentry> 
    166       <term>Ncurses Fixes Patch - <token>&ncurses-fixes-patch-size;</token>:</term> 
    167       <listitem> 
    168         <para>Download: <ulink url="&patches-root;&ncurses-fixes-patch;"/></para> 
    169         <para>MD5 sum: <literal>&ncurses-fixes-patch-md5;</literal></para> 
    170       </listitem> 
    171     </varlistentry> 
    172  
    173     <varlistentry> 
    174166      <term>Perl Libc Patch - <token>&perl-libc-patch-size;</token>:</term> 
    175167      <listitem> 
  • trunk/BOOK/chapter06/ncurses.xml

    r7612 r7901  
    4545<screen><userinput>bzcat ../&ncurses-rollup-patch; | patch -Np1</userinput></screen> 
    4646    --> 
    47  
    48     <para>Since the release of Ncurses-&ncurses-version;, a memory leak and some 
    49     display bugs were found and fixed upstream. Apply those fixes:</para> 
    50  
    51 <screen><userinput>patch -Np1 -i ../&ncurses-fixes-patch;</userinput></screen> 
    5247 
    5348    <para>Prepare Ncurses for compilation:</para> 
  • trunk/BOOK/packages.ent

    r7900 r7901  
    366366<!ENTITY module-init-tools-ch6-sbu "less than 0.1 SBU"> 
    367367 
    368 <!ENTITY ncurses-version "5.5"> 
     368<!ENTITY ncurses-version "5.6"> 
    369369<!-- <!ENTITY ncurses-date "20050319"> --> 
    370 <!ENTITY ncurses-size "2,260 KB"> 
     370<!ENTITY ncurses-size "2,346 KB"> 
    371371<!ENTITY ncurses-url "ftp://invisible-island.net/ncurses/ncurses-&ncurses-version;.tar.gz"> 
    372 <!ENTITY ncurses-md5 "e73c1ac10b4bfc46db43b2ddfd6244ef"> 
     372<!ENTITY ncurses-md5 "b6593abe1089d6aab1551c105c9300e3"> 
    373373<!ENTITY ncurses-home "http://dickey.his.com/ncurses/"> 
    374374<!ENTITY ncurses-ch5-du "30 MB"> 
  • trunk/BOOK/patches.ent

    r7900 r7901  
    8686<!ENTITY module-init-modprobe-patch-size "1.2 KB"> 
    8787 
    88 <!ENTITY ncurses-fixes-patch "ncurses-&ncurses-version;-fixes-1.patch"> 
    89 <!ENTITY ncurses-fixes-patch-md5 "0e033185008f21578c6e4c7249f92cbb"> 
    90 <!ENTITY ncurses-fixes-patch-size "8.2 KB"> 
    91  
    9288<!ENTITY perl-libc-patch "perl-&perl-version;-libc-2.patch"> 
    9389<!ENTITY perl-libc-patch-md5 "3bf8aef1fb6eb6110405e699e4141f99">