소스 검색

Upgrade to Ncurses-5.7. Fixes #2276.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8765 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 16 년 전
부모
커밋
d0e13a81ac
6개의 변경된 파일11개의 추가작업 그리고 23개의 파일을 삭제
  1. 3 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 5
      patches.ent

+ 3 - 0
chapter01/changelog.xml

@@ -40,6 +40,9 @@
     <listitem>
       <para>2008-12-06</para>
       <itemizedlist>
+        <listitem>
+          <para>[matthew] - Upgraded to Ncurses-5.7. Fixes #2276.</para>
+        </listitem>
         <listitem>
           <para>[matthew] - Upgraded to Module-Init-Tools-3.5. Fixes #2245.
           </para>

+ 5 - 2
chapter01/whatsnew.xml

@@ -140,9 +140,9 @@
     <!-- <listitem>
       <para>MPFR &mpfr-version;</para>
     </listitem> -->
-    <!--<listitem>
+    <listitem>
       <para>Ncurses &ncurses-version;</para>
-    </listitem>-->
+    </listitem>
     <!--<listitem>
       <para>Patch &patch-version;</para>
     </listitem>-->
@@ -236,6 +236,9 @@
     <listitem>
       <para>module-init-tools-3.4.1-manpages-1.patch</para>
     </listitem>
+    <listitem>
+      <para>ncurses-5.6-coverity_fixes-1.patch</para>
+    </listitem>
 
   </itemizedlist>
 

+ 0 - 8
chapter03/patches.xml

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

+ 0 - 5
chapter06/ncurses.xml

@@ -51,11 +51,6 @@
 <screen><userinput>bzcat ../&ncurses-rollup-patch; | patch -Np1</userinput></screen>
     -->
 
-    <para>Apply the following patch to fix a number of issues uncovered by the
-    static code analysis tool, Coverity:</para>
-
-<screen><userinput remap="pre">patch -Np1 -i ../&ncurses-coverity-patch;</userinput></screen>
-
     <para>Prepare Ncurses for compilation:</para>
 
 <screen><userinput remap="configure">./configure --prefix=/usr --with-shared --without-debug --enable-widec</userinput></screen>

+ 3 - 3
packages.ent

@@ -388,11 +388,11 @@
 <!ENTITY mpfr-ch6-du "39.4 MB testsuite included">
 <!ENTITY mpfr-ch6-sbu "1.2 SBU testsuite included">
 
-<!ENTITY ncurses-version "5.6">
+<!ENTITY ncurses-version "5.7">
 <!-- <!ENTITY ncurses-date "20050319"> -->
-<!ENTITY ncurses-size "2,346 KB">
+<!ENTITY ncurses-size "2,388 KB">
 <!ENTITY ncurses-url "ftp://ftp.gnu.org/gnu/ncurses/ncurses-&ncurses-version;.tar.gz">
-<!ENTITY ncurses-md5 "b6593abe1089d6aab1551c105c9300e3">
+<!ENTITY ncurses-md5 "cce05daf61a64501ef6cd8da1f727ec6">
 <!ENTITY ncurses-home "http://www.gnu.org/software/ncurses/">
 <!ENTITY ncurses-ch5-du "30 MB">
 <!ENTITY ncurses-ch5-sbu "0.7 SBU">

+ 0 - 5
patches.ent

@@ -93,11 +93,6 @@
 <!ENTITY mktemp-tempfile-patch-size "3.5 KB"> -->
 
 
-<!ENTITY ncurses-coverity-patch "ncurses-&ncurses-version;-coverity_fixes-1.patch">
-<!ENTITY ncurses-coverity-patch-md5 "aa2fa9d0e89bbfdb4ce7e0e6b4b46670">
-<!ENTITY ncurses-coverity-patch-size "16.8 KB">
-
-
 <!ENTITY perl-consolidated-patch "perl-&perl-version;-consolidated-1.patch">
 <!ENTITY perl-consolidated-patch-md5 "d1bcffb5d671bd659f7ca5c451a0c752">
 <!ENTITY perl-consolidated-patch-size "7.1 KB">