Changeset 4412abb2


Ignore:
Timestamp:
03/29/2017 05:05:14 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 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:
10dd522f
Parents:
e5345a05
Message:

Added libidn2 as an optional external dependency of GnuTLS

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

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

    re5345a05 r4412abb2  
    4343-->
    4444    <listitem>
     45      <para>March 29th, 2017</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Added libidn2 as an optional external dependency
     49          of GnuTLS. Fixes
     50          <ulink url="&blfs-ticket-root;9043">#9043</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4556      <para>March 26th, 2017</para>
    4657      <itemizedlist>
  • postlfs/security/gnutls.xml

    re5345a05 r4412abb2  
    110110      <xref linkend="gtk-doc"/>,
    111111      <xref linkend="guile"/>,
    112       <xref linkend="libidn"/>,
     112      <xref linkend="libidn"/> or
     113      <ulink url="https://www.gnu.org/software/libidn/libidn2/manual/libidn2.html">libidn2</ulink>,
    113114      <xref linkend="net-tools"/> (used during the test suite),
    114115      <xref linkend="texlive"/> or <xref linkend="tl-installer"/>,
     
    116117      <xref linkend="valgrind"/> (used during the test suite),
    117118      <ulink url="http://ftp.gnu.org/gnu/autogen/">autogen</ulink>,
    118       <ulink url="https://cmocka.org/">cmocka</ulink>,
    119       <ulink url="http://ftp.debian.org/debian/pool/main/d/datefudge/">datefudge</ulink> (used during the test suite), and
     119      <ulink url="https://cmocka.org/">cmocka</ulink> and
     120      <ulink url="http://ftp.debian.org/debian/pool/main/d/datefudge/">datefudge</ulink> (used during the test suite if the DANE library is built), and
    120121      <ulink url="http://sourceforge.net/projects/trousers/files/trousers/">Trousers</ulink> (Trusted Platform Module support)
    121122    </para>
Note: See TracChangeset for help on using the changeset viewer.