Browse Source

Upgrade to NCurses-5.6. Fixes #1940.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7901 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 18 years ago
parent
commit
3dab9f9c67
6 changed files with 12 additions and 22 deletions
  1. 4 0
      chapter01/changelog.xml
  2. 5 2
      chapter01/whatsnew.xml
  3. 0 8
      chapter03/patches.xml
  4. 0 5
      chapter06/ncurses.xml
  5. 3 3
      packages.ent
  6. 0 4
      patches.ent

+ 4 - 0
chapter01/changelog.xml

@@ -39,6 +39,10 @@
     <listitem>
       <para>2007-01-31</para>
       <itemizedlist>
+        <listitem>
+          <para>[matthew] - Upgrade to Ncurses-5.6. Fixes
+          <ulink url="&lfs-ticket-root;1940">#1940</ulink></para>
+        </listitem>
         <listitem>
           <para>[matthew] - Upgrade to Linux-2.6.19.2. Fixes
           <ulink url="&lfs-ticket-root;1928">#1928</ulink></para>

+ 5 - 2
chapter01/whatsnew.xml

@@ -133,9 +133,9 @@
     <!--<listitem>
       <para>Module-Init-Tools &module-init-tools-version;</para>
     </listitem-->
-    <!--<listitem>
+    <listitem>
       <para>Ncurses &ncurses-version;</para>
-    </listitem>-->
+    </listitem>
     <!--<listitem>
       <para>Patch &patch-version;</para>
     </listitem>-->
@@ -248,6 +248,9 @@
     <listitem>
       <para>Linux-libc-headers 2.6.12.0</para>
     </listitem>
+    <listitem>
+      <para>ncurses-5.5-fixes-1.patch</para>
+    </listitem>
     <listitem>
       <para>readline-5.1-fixes-3.patch</para>
     </listitem>

+ 0 - 8
chapter03/patches.xml

@@ -162,14 +162,6 @@
       </listitem>
     </varlistentry>
 
-    <varlistentry>
-      <term>Ncurses Fixes Patch - <token>&ncurses-fixes-patch-size;</token>:</term>
-      <listitem>
-        <para>Download: <ulink url="&patches-root;&ncurses-fixes-patch;"/></para>
-        <para>MD5 sum: <literal>&ncurses-fixes-patch-md5;</literal></para>
-      </listitem>
-    </varlistentry>
-
     <varlistentry>
       <term>Perl Libc Patch - <token>&perl-libc-patch-size;</token>:</term>
       <listitem>

+ 0 - 5
chapter06/ncurses.xml

@@ -45,11 +45,6 @@
 <screen><userinput>bzcat ../&ncurses-rollup-patch; | patch -Np1</userinput></screen>
     -->
 
-    <para>Since the release of Ncurses-&ncurses-version;, a memory leak and some
-    display bugs were found and fixed upstream. Apply those fixes:</para>
-
-<screen><userinput>patch -Np1 -i ../&ncurses-fixes-patch;</userinput></screen>
-
     <para>Prepare Ncurses for compilation:</para>
 
 <screen><userinput>./configure --prefix=/usr --with-shared --without-debug --enable-widec</userinput></screen>

+ 3 - 3
packages.ent

@@ -365,11 +365,11 @@
 <!ENTITY module-init-tools-ch6-du "7 MB">
 <!ENTITY module-init-tools-ch6-sbu "less than 0.1 SBU">
 
-<!ENTITY ncurses-version "5.5">
+<!ENTITY ncurses-version "5.6">
 <!-- <!ENTITY ncurses-date "20050319"> -->
-<!ENTITY ncurses-size "2,260 KB">
+<!ENTITY ncurses-size "2,346 KB">
 <!ENTITY ncurses-url "ftp://invisible-island.net/ncurses/ncurses-&ncurses-version;.tar.gz">
-<!ENTITY ncurses-md5 "e73c1ac10b4bfc46db43b2ddfd6244ef">
+<!ENTITY ncurses-md5 "b6593abe1089d6aab1551c105c9300e3">
 <!ENTITY ncurses-home "http://dickey.his.com/ncurses/">
 <!ENTITY ncurses-ch5-du "30 MB">
 <!ENTITY ncurses-ch5-sbu "0.7 SBU">

+ 0 - 4
patches.ent

@@ -85,10 +85,6 @@
 <!ENTITY module-init-modprobe-patch-md5 "f1e452fdf3b8d7ef60148125e390c3e8">
 <!ENTITY module-init-modprobe-patch-size "1.2 KB">
 
-<!ENTITY ncurses-fixes-patch "ncurses-&ncurses-version;-fixes-1.patch">
-<!ENTITY ncurses-fixes-patch-md5 "0e033185008f21578c6e4c7249f92cbb">
-<!ENTITY ncurses-fixes-patch-size "8.2 KB">
-
 <!ENTITY perl-libc-patch "perl-&perl-version;-libc-2.patch">
 <!ENTITY perl-libc-patch-md5 "3bf8aef1fb6eb6110405e699e4141f99">
 <!ENTITY perl-libc-patch-size "1.1 KB">