Changeset d0e13a8


Ignore:
Timestamp:
12/07/2008 11:42:15 AM (15 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
1fa8f62
Parents:
93ae5d3
Message:

Upgrade to Ncurses-5.7. Fixes #2276.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8765 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r93ae5d3 rd0e13a8  
    4141      <para>2008-12-06</para>
    4242      <itemizedlist>
     43        <listitem>
     44          <para>[matthew] - Upgraded to Ncurses-5.7. Fixes #2276.</para>
     45        </listitem>
    4346        <listitem>
    4447          <para>[matthew] - Upgraded to Module-Init-Tools-3.5. Fixes #2245.
  • chapter01/whatsnew.xml

    r93ae5d3 rd0e13a8  
    141141      <para>MPFR &mpfr-version;</para>
    142142    </listitem> -->
    143     <!--<listitem>
     143    <listitem>
    144144      <para>Ncurses &ncurses-version;</para>
    145     </listitem>-->
     145    </listitem>
    146146    <!--<listitem>
    147147      <para>Patch &patch-version;</para>
     
    237237      <para>module-init-tools-3.4.1-manpages-1.patch</para>
    238238    </listitem>
     239    <listitem>
     240      <para>ncurses-5.6-coverity_fixes-1.patch</para>
     241    </listitem>
    239242
    240243  </itemizedlist>
  • chapter03/patches.xml

    r93ae5d3 rd0e13a8  
    171171    </varlistentry>
    172172
    173     <varlistentry>
    174       <term>Ncurses Coverity Patch - <token>&ncurses-coverity-patch-size;</token>:</term>
    175       <listitem>
    176         <para>Download: <ulink url="&patches-root;&ncurses-coverity-patch;"/></para>
    177         <para>MD5 sum: <literal>&ncurses-coverity-patch-md5;</literal></para>
    178       </listitem>
    179     </varlistentry>
    180 
    181173    <!-- <varlistentry>
    182174      <term>Perl Libc Patch - <token>&perl-libc-patch-size;</token>:</term>
  • chapter06/ncurses.xml

    r93ae5d3 rd0e13a8  
    5151<screen><userinput>bzcat ../&ncurses-rollup-patch; | patch -Np1</userinput></screen>
    5252    -->
    53 
    54     <para>Apply the following patch to fix a number of issues uncovered by the
    55     static code analysis tool, Coverity:</para>
    56 
    57 <screen><userinput remap="pre">patch -Np1 -i ../&ncurses-coverity-patch;</userinput></screen>
    5853
    5954    <para>Prepare Ncurses for compilation:</para>
  • packages.ent

    r93ae5d3 rd0e13a8  
    389389<!ENTITY mpfr-ch6-sbu "1.2 SBU testsuite included">
    390390
    391 <!ENTITY ncurses-version "5.6">
     391<!ENTITY ncurses-version "5.7">
    392392<!-- <!ENTITY ncurses-date "20050319"> -->
    393 <!ENTITY ncurses-size "2,346 KB">
     393<!ENTITY ncurses-size "2,388 KB">
    394394<!ENTITY ncurses-url "ftp://ftp.gnu.org/gnu/ncurses/ncurses-&ncurses-version;.tar.gz">
    395 <!ENTITY ncurses-md5 "b6593abe1089d6aab1551c105c9300e3">
     395<!ENTITY ncurses-md5 "cce05daf61a64501ef6cd8da1f727ec6">
    396396<!ENTITY ncurses-home "http://www.gnu.org/software/ncurses/">
    397397<!ENTITY ncurses-ch5-du "30 MB">
  • patches.ent

    r93ae5d3 rd0e13a8  
    9494
    9595
    96 <!ENTITY ncurses-coverity-patch "ncurses-&ncurses-version;-coverity_fixes-1.patch">
    97 <!ENTITY ncurses-coverity-patch-md5 "aa2fa9d0e89bbfdb4ce7e0e6b4b46670">
    98 <!ENTITY ncurses-coverity-patch-size "16.8 KB">
    99 
    100 
    10196<!ENTITY perl-consolidated-patch "perl-&perl-version;-consolidated-1.patch">
    10297<!ENTITY perl-consolidated-patch-md5 "d1bcffb5d671bd659f7ca5c451a0c752">
Note: See TracChangeset for help on using the changeset viewer.