Ignore:
Timestamp:
05/19/2019 04:54:33 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
215c728b
Parents:
853ae3e5
Message:

Merge to HEAD 21602.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/gnutls.xml

    r853ae3e5 re7d893b  
    66
    77  <!ENTITY gnutls-download-http "&gnupg-http;/gnutls/v3.6/gnutls-&gnutls-version;.tar.xz">
    8   <!-- Something is wrong with ftp server and it confuses curl when currency runs it -->
    9   <!-- <!ENTITY gnutls-download-ftp  "&gnupg-ftp;/gnutls/v3.6/gnutls-&gnutls-version;.tar.xz"> -->
     8  <!ENTITY gnutls-download-ftp  "&gnupg-ftp;/gnutls/v3.6/gnutls-&gnutls-version;.tar.xz">
    109  <!ENTITY gnutls-download-ftp  " ">
    11   <!ENTITY gnutls-md5sum        "30c5b63686edcd260d87d8fb8a06977f">
    12   <!ENTITY gnutls-size          "7.9 MB">
    13   <!ENTITY gnutls-buildsize     "145 MB (add 94 MB for tests)">
    14   <!ENTITY gnutls-time          "0.6 SBU (using parallelism=4; add 6.7 SBU for tests)">
     10  <!ENTITY gnutls-md5sum        "92a8049e618afa60e2c852da1884c457">
     11  <!ENTITY gnutls-size          "7.8 MB">
     12  <!ENTITY gnutls-buildsize     "142 MB (add 99 MB for tests)">
     13  <!ENTITY gnutls-time          "0.6 SBU (using parallelism=4; add 7.7 SBU for tests)">
    1514]>
    1615
     
    4847
    4948    <para>
    50       <application>GnuTLS</application> provides support for TLS 1.2, TLS 1.1,
     49      <application>GnuTLS</application> provides support for TLS 1.3, TLS 1.2, TLS 1.1,
    5150      TLS 1.0, and SSL 3.0 protocols, TLS extensions, including server name and max
    5251      record size. Additionally, the library supports authentication using the
     
    138137    <title>Installation of GnuTLS</title>
    139138
     139    <!-- Remove this at 3.6.8 or 3.7.0 -->
     140    <note><para>
     141      The package tarball extracts into directory gnutls-3.6.7, instead of
     142      gnutls-&gnutls-version;.
     143    </para></note>
     144
    140145    <para>
    141146      Install <application>GnuTLS</application> by running the
     
    144149
    145150<screen><userinput>./configure --prefix=/usr \
     151            --docdir=/usr/share/doc/gnutls-&gnutls-version; \
    146152            --disable-guile \
    147153            --with-default-trust-store-pkcs11="pkcs11:" &amp;&amp;
     
    186192      switch tells gnutls to use the PKCS #11 trust store as the default trust.
    187193      Omit this switch if <xref linkend="p11-kit"/> is not installed.
     194    </para>
     195
     196    <para>
     197      <parameter>--disable-guile</parameter>: This switch disables GUILE support,
     198      since GnuTLS does not support Guile-2.2.x yet.
    188199    </para>
    189200
Note: See TracChangeset for help on using the changeset viewer.