Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/gnutls.xml

    rae0944a3 r3d8d0049  
    88  <!ENTITY gnutls-download-ftp  "&gnupg-ftp;/gnutls/v3.7/gnutls-&gnutls-version;.tar.xz">
    99  <!ENTITY gnutls-download-ftp  " ">
    10   <!ENTITY gnutls-md5sum        "1123a7bcc2fafd703e5a811bc1beb179">
     10  <!ENTITY gnutls-md5sum        "95c32a1af583ecfcb280648874c0fbd9">
    1111  <!ENTITY gnutls-size          "5.8 MB">
    12   <!ENTITY gnutls-buildsize     "163 MB (add 112 MB for tests)">
    13   <!ENTITY gnutls-time          "0.9 SBU (using parallelism=4; add 7.7 SBU for tests)">
     12  <!ENTITY gnutls-buildsize     "139 MB (add 112 MB for tests)">
     13  <!ENTITY gnutls-time          "0.9 SBU (add 2.9 SBU for tests; both using parallelism=4)">
    1414]>
    1515
     
    1818
    1919  <sect1info>
    20     <othername>$LastChangedBy$</othername>
    2120    <date>$Date$</date>
    2221  </sect1info>
     
    5554    </para>
    5655
    57     &lfs10_checked;
     56    &lfs110a_checked;
    5857
    5958    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    120119      <ulink url="&gnu-http;/autogen/">autogen</ulink>,
    121120      <ulink url="https://cmocka.org/">cmocka</ulink> and
    122       <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
     121      <ulink url="https://ftp.debian.org/debian/pool/main/d/datefudge/">datefudge</ulink> (used during the test suite if the DANE library is built), and
    123122      <ulink url="&sourceforge-dl;/trousers/">Trousers</ulink> (Trusted Platform Module support)
    124123    </para>
     
    146145            --docdir=/usr/share/doc/gnutls-&gnutls-version; \
    147146            --disable-guile \
     147            --disable-rpath \
    148148            --with-default-trust-store-pkcs11="pkcs11:" &amp;&amp;
    149149make</userinput></screen>
    150150
    151151    <para>
    152       To test the results, issue: <command>make check</command>.  If a prior
    153       version of <application>GnuTLS</application> (or the same version but
    154       without all of the recommended dependencies) has been installed, some
    155       tests may fail. If <filename>/usr/lib/libgnutls.so</filename> and the
    156       target of that symlink are moved or renamed so that they cannot be found,
    157       all tests should pass and the install procedure will restore
    158       <filename>libgnutls.so</filename> and the versioned library it points to.
     152      To test the results, issue: <command>make check</command>.
    159153    </para>
    160154
     
    192186      <parameter>--disable-guile</parameter>: This switch disables GUILE support,
    193187      since GnuTLS does not support Guile-2.2.x yet.
     188    </para>
     189
     190    <para>
     191      <parameter>--disable-rpath</parameter>: This switch prevents building
     192      GnuTLS utilities and tests with hardcoded runtime library search path.
     193      Hardcoded rpath is unneeded for BLFS, and it causes test failures if
     194      an old version of GnuTLS is installed.
    194195    </para>
    195196
     
    259260          <para>
    260261            is used to generate X.509 certificates, certificate requests,
    261             and private keys.
     262            and private keys
    262263          </para>
    263264          <indexterm zone="gnutls certtool">
     
    272273          <para>
    273274            is a tool used to generate and check DNS resource records
    274             for the DANE protocol.
     275            for the DANE protocol
    275276          </para>
    276277          <indexterm zone="gnutls danetool">
     
    285286          <para>
    286287            is a simple client program to set up a TLS connection to some
    287             other computer.
     288            other computer
    288289          </para>
    289290          <indexterm zone="gnutls gnutls-cli">
     
    298299          <para>
    299300            is a simple client program to set up a TLS connection to some
    300             other computer and produces very verbose progress results.
     301            other computer and produces very verbose progress results
    301302          </para>
    302303          <indexterm zone="gnutls gnutls-cli-debug">
     
    311312          <para>
    312313            is a simple server program that listens to incoming TLS
    313             connections.
     314            connections
    314315          </para>
    315316          <indexterm zone="gnutls gnutls-serv">
     
    324325          <para>
    325326            is a program that can parse and print information about OCSP
    326             requests/responses, generate requests and verify responses.
     327            requests/responses, generate requests and verify responses
    327328          </para>
    328329          <indexterm zone="gnutls ocsptool">
     
    337338          <para>
    338339            is a program that allows handling data from PKCS #11 smart cards
    339             and security modules.
     340            and security modules
    340341          </para>
    341342          <indexterm zone="gnutls p11tool">
     
    349350        <listitem>
    350351          <para>
    351             is a simple program that generates random keys for use with TLS-PSK.
     352            is a simple program that generates random keys for use with TLS-PSK
    352353          </para>
    353354          <indexterm zone="gnutls psktool">
     
    362363          <para>
    363364            is a simple program that emulates the programs in the Stanford
    364             SRP (Secure Remote Password) libraries using GnuTLS.
     365            SRP (Secure Remote Password) libraries using GnuTLS
    365366          </para>
    366367          <indexterm zone="gnutls srptool">
     
    374375        <listitem>
    375376          <para>
    376             contains the core API functions and X.509 certificate API functions.
     377            contains the core API functions and X.509 certificate API functions
    377378          </para>
    378379          <indexterm zone="gnutls libgnutls">
Note: See TracChangeset for help on using the changeset viewer.