Ignore:
Timestamp:
04/30/2024 05:42:03 PM (5 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, 12.2-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.2, xry111/multilib
Children:
7210854
Parents:
ba1a9cf
Message:

PAckage updates and a security fix.

Add security fix to glibc.
Update to linux-6.8.8.
Update to ncurses-6.5.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/ncurses.xml

    rba1a9cf rd0ca5ead  
    5151            --with-cxx-shared       \
    5252            --enable-pc-files       \
    53             --enable-widec          \
    5453            --with-pkg-config-libdir=/usr/lib/pkgconfig</userinput></screen>
    5554
     55      <!--  - -enable-widec this is now the default -->
    5656    <variablelist>
    5757      <title>The meaning of the new configure options:</title>
     
    9595        </listitem>
    9696      </varlistentry>
    97 
    98       <varlistentry>
    99         <term><parameter>--enable-widec</parameter></term>
     97<!--
     98      <varlistentry>
     99        <term><parameter>- -enable-widec</parameter></term>
    100100        <listitem>
    101101          <para>This switch causes wide-character libraries (e.g., <filename
     
    109109        </listitem>
    110110      </varlistentry>
    111 
     111-->
    112112    </variablelist>
    113113
     
    128128
    129129    <para>The installation of this package will overwrite
    130     <filename class="libraryfile">libncursesw.so.&ncurses-release;</filename>
     130    <filename class="libraryfile">libncursesw.so.&ncurses-version;</filename>
    131131    in-place.  It may crash the shell process which is using code and data
    132132    from the library file.  Install the package with
     
    138138
    139139<screen><userinput remap="install">make DESTDIR=$PWD/dest install
    140 install -vm755 dest/usr/lib/libncursesw.so.&ncurses-release; /usr/lib
    141 rm -v  dest/usr/lib/libncursesw.so.&ncurses-release;
     140install -vm755 dest/usr/lib/libncursesw.so.&ncurses-version; /usr/lib
     141rm -v  dest/usr/lib/libncursesw.so.&ncurses-version;
    142142sed -e 's/^#if.*XOPEN.*$/#if 1/' \
    143143    -i dest/usr/include/curses.h
Note: See TracChangeset for help on using the changeset viewer.