Changeset 2bfc338


Ignore:
Timestamp:
05/26/2018 06:14:39 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b037ef4
Parents:
f8a3ecb
Message:

Minor fixes re libidn/2 users: wget only uses libidn2 - the configure message mentions + libunicode, but it works with just libunistring - and change libidn2 link on whois from external to internal.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20171 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rf8a3ecb r2bfc338  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "25">                   <!-- Always 2 digits -->
     3<!ENTITY day          "26">                   <!-- Always 2 digits -->
    44<!ENTITY month        "05">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "May 25th, &year;">
     9<!ENTITY releasedate  "May 26th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    rf8a3ecb r2bfc338  
    4242    </listitem>
    4343-->
     44   <listitem>
     45      <para>May 26th, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Wget can use libidn2, not libidn.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
    4452
    4553   <listitem>
  • networking/netprogs/wget.xml

    rf8a3ecb r2bfc338  
    8484      <xref linkend="gnutls"/>,
    8585      <xref linkend="gpgme"/>,
    86       <xref linkend="libidn"/>,
     86      <xref linkend="libidn2"/>,
    8787      <xref linkend="pcre"/>,
    8888      <xref linkend="python2"/> (built with ssl; for the test suite),
  • networking/netutils/whois.xml

    rf8a3ecb r2bfc338  
    6666    <para role="optional">
    6767      <xref linkend="libidn"/> or
    68       <ulink url="https://www.gnu.org/software/libidn/#libidn2">libidn2</ulink>
     68      <xref linkend="libidn2"/>
    6969    </para>
    7070
Note: See TracChangeset for help on using the changeset viewer.