Ignore:
Timestamp:
08/01/2015 04:26:22 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
ad6910d
Parents:
4a83293
Message:

Import back into SVN from Github

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/gnutls.xml

    r4a83293 rac38e9dc  
    66
    77  <!ENTITY gnutls-download-http " ">
    8   <!ENTITY gnutls-download-ftp  "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/gnutls-&gnutls-version;.tar.xz">
    9   <!ENTITY gnutls-md5sum        "ff61b77e39d09f1140ab5a9cf52c58b6">
    10   <!ENTITY gnutls-size          "5.9 MB">
    11   <!ENTITY gnutls-buildsize     "106 MB (additional 8 MB for the tests)">
    12   <!ENTITY gnutls-time          "1.0 SBU (additional 2.2 SBU for the tests)">
     8  <!ENTITY gnutls-download-ftp  "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/gnutls-&gnutls-version;.tar.xz">
     9  <!ENTITY gnutls-md5sum        "4fb4a6253e09aa070e6c467cbb51ba33">
     10  <!ENTITY gnutls-size          "6.2 MB">
     11  <!ENTITY gnutls-buildsize     "128 MB (with built in API documentation; additional 16 MB for tests)">
     12  <!ENTITY gnutls-time          "0.8 SBU (additional 2.6 SBU for tests)">
    1313]>
    1414
     
    4646
    4747    <para>
    48       <application>GnuTLS</application> provides support for TLS 1.1, TLS
    49       1.0 and SSL 3.0 protocols, TLS extensions, including server name and max
     48      <application>GnuTLS</application> provides support for TLS 1.2, TLS 1.1,
     49      TLS 1.0, and SSL 3.0 protocols, TLS extensions, including server name and max
    5050      record size. Additionally, the library supports authentication using the
    5151      SRP protocol, X.509 certificates and OpenPGP keys, along with support for
     
    5454    </para>
    5555
    56     &lfs76_checked;
     56    &lfs77_checked;
    5757
    5858    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    100100    <para role="recommended">
    101101      <xref linkend="cacerts"/>,
    102       <xref linkend="libtasn1"/>, and
     102      <xref linkend="libtasn1"/> and
    103103      <xref linkend="p11-kit"/>
    104104    </para>
     
    106106    <bridgehead renderas="sect4">Optional</bridgehead>
    107107    <para role="optional">
     108      <xref linkend="doxygen"/>,
    108109      <xref linkend="gtk-doc"/>,
    109110      <xref linkend="guile"/>,
    110111      <xref linkend="libidn"/>,
     112      <xref linkend="texlive"/> or <xref linkend="tl-installer"/>,
    111113      <xref linkend="unbound"/> (to build the DANE library),
    112114      <xref linkend="valgrind"/> (used during the test suite),
     
    149151
    150152    <para>
    151       If you did not pass the <option>--enable-gtk-doc</option> parameter
    152       to the <command>configure</command> script, you can install the API documentation
    153       to the <filename class="directory">/usr/share/gtk-doc/html/gnutls</filename>
    154       directory using the following command as the
     153      If you did not pass the <option>--enable-gtk-doc</option> parameter to
     154      the <command>configure</command> script, you can install the API
     155      documentation to the <filename
     156      class="directory">/usr/share/gtk-doc/html/gnutls</filename> directory
     157      using the following command as the
    155158      <systemitem class="username">root</systemitem> user:
    156159    </para>
     
    163166    <title>Command Explanations</title>
    164167
    165     <para>
    166       <option>--without-p11-kit</option>: This switch disables
    167       PKCS#11 support. Use it if you have not installed
    168       <xref linkend="p11-kit"/>.
    169     </para>
    170 
    171168    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    172169      href="../../xincludes/gtk-doc-rebuild.xml"/>
     170
     171    <para>
     172      <option>--enable-openssl-compatibility</option>: Use this switch if you
     173      want to build the OpenSSL compatibility library.
     174    </para>
     175
     176    <para>
     177      <option>--without-p11-kit</option>: Use this switch if you have not
     178      installed <application>p11-kit</application>.
     179    </para>
    173180
    174181  </sect2>
     
    188195        </seg>
    189196        <seg>
    190           libgnutls.so, libgnutls-dane.so,
    191           libgnutls-openssl.so, libgnutlsxx.so, and
    192           guile-gnutls-v-2.so (<application>Guile</application> Module)
     197          libgnutls.so, libgnutls-dane.so, libgnutlsxx.so, and
     198          guile-gnutls-v-2.so (<application>Guile</application> Module
    193199        </seg>
    194200        <seg>
Note: See TracChangeset for help on using the changeset viewer.