Ignore:
Timestamp:
11/10/2011 10:12:32 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ee792ef
Parents:
27d9434
Message:

Update to gnutls-3.0.7.
Add nettle-2.4.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/gnutls.xml

    r27d9434 r0c6c35d  
    88  <!ENTITY gnutls-download-http " ">
    99  <!ENTITY gnutls-download-ftp  "ftp://ftp.gnutls.org/pub/gnutls/gnutls-&gnutls-version;.tar.xz">
    10   <!ENTITY gnutls-md5sum        "777823f5746ab80cd6f7f7b5fcb2f91b">
    11   <!ENTITY gnutls-size          "7.4 MB">
    12   <!ENTITY gnutls-buildsize     "100 MB">
    13   <!ENTITY gnutls-time          "1.3 SBU (additional 1.5 SBU to run the test suite)">
     10  <!ENTITY gnutls-md5sum        "840c96c75817c0f800a47805e275db7e">
     11  <!ENTITY gnutls-size          "4.1 MB">
     12  <!ENTITY gnutls-buildsize     "120 MB">
     13  <!ENTITY gnutls-time          "1.6 SBU (including the test suite)">
    1414]>
    1515
     
    7676
    7777    <bridgehead renderas="sect4">Required</bridgehead>
    78     <para role="required"><xref linkend="libgcrypt"/></para>
     78    <para role="required"><xref linkend="nettle"/></para>
    7979
    8080    <bridgehead renderas="sect4">Optional</bridgehead>
    81     <para role="optional"><xref linkend="gtk-doc"/>,
    82     <xref linkend="guile"/>,
    83     <xref linkend="libtasn1"/>,
    84     <ulink url="http://webscripts.softpedia.com/script/Development-Scripts-js/C-C-Library/libcfg--26570.html">libcfg+</ulink>, and
    85     <ulink url="http://valgrind.org/">Valgrind</ulink> (used during the test suite)</para>
     81    <para role="optional">
     82      <xref linkend="gtk-doc"/>,
     83      <xref linkend="guile"/>,
     84      <xref linkend="libtasn1"/>,
     85      <ulink url="http://p11-glue.freedesktop.org/p11-kit.html">p11-kit</ulink>,
     86      <ulink url="http://platon.sk/projects/main_page.php?project_id=3">libcfg+</ulink>,
     87      <ulink url="http://gaa.sourceforge.net/">GAA Argument Analyzer</ulink>,
     88      <ulink url="http://webscripts.softpedia.com/script/Development-Scripts-js/C-C-Library/libcfg--26570.html">libcfg+</ulink>, and
     89      <ulink url="http://valgrind.org/">Valgrind</ulink> (used during the test suite)</para>
    8690
    8791    <para>Note that if you do not install <xref linkend="libtasn1"/>, an older
    8892    version shipped in the <application>GnuTLS</application> tarball will be
    8993    used instead.</para>
    90 
    91     <!-- <bridgehead renderas="sect4">Optional Debugging Libraries</bridgehead>
    92     <para role="optional"><ulink url="http://dmalloc.com/">Dmalloc</ulink> and
    93     <ulink url="http://perens.com/FreeSoftware/ElectricFence/">Electric Fence</ulink></para> -->
    9494
    9595    <para condition="html" role="usernotes">User Notes:
     
    121121    <para>If you did not pass the <option>--enable-gtk-doc</option> parameter
    122122    to the <command>configure</command> script, install the API documentation
    123     using the following command as the
    124     <systemitem class="username">root</systemitem> user:</para>
     123    to the <filename
     124    class='directory'>/usr/share/gtk-doc/html/gnutls</filename> directory using
     125    the following command as the <systemitem class="username">root</systemitem>
     126    user:</para>
    125127
    126128<screen role="root"><userinput>make -C doc/reference install-data-local</userinput></screen>
     
    145147
    146148      <seglistitem>
    147         <seg>certtool, gnutls-cli, gnutls-cli-debug, gnutls-serv,
     149        <seg>certtool, crywrap, gnutls-cli, gnutls-cli-debug, gnutls-serv,
    148150        psktool, and srptool</seg>
    149151        <seg>libgnutls.{so,a}, libgnutls-extra.{so,a},
     
    171173      </varlistentry>
    172174
     175      <varlistentry id="crywrap">
     176        <term><command>crywrap</command></term>
     177        <listitem>
     178          <para>is a simple wrapper that waits for TLS/SSL connections, and
     179          proxies them to an unencrypted location.</para>
     180          <indexterm zone="gnutls crywrap">
     181            <primary sortas="b-crywrap">crywrap</primary>
     182          </indexterm>
     183        </listitem>
     184      </varlistentry>
     185
    173186      <varlistentry id="gnutls-cli">
    174187        <term><command>gnutls-cli</command></term>
Note: See TracChangeset for help on using the changeset viewer.