Ignore:
Timestamp:
03/01/2013 12:31:35 PM (11 years ago)
Author:
Krejzi <krejzi@…>
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:
fdd7a91
Parents:
e520239f
Message:

GnuTLS 3.1.9.1, NSS 3.14.3, NSPR 4.9.5, P11-Kit 0.15.2, OpenSSL 1.0.1e.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/gnutls.xml

    re520239f r4c39aff  
    77  <!ENTITY gnutls-download-http " ">
    88  <!ENTITY gnutls-download-ftp  "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1/gnutls-&gnutls-version;.tar.xz">
    9   <!ENTITY gnutls-md5sum        "835a5d20def765cd49ad7274ff3e7493">
    10   <!ENTITY gnutls-size          "4.8 MB">
     9  <!ENTITY gnutls-md5sum        "0674032fe6de0d90d08eed81fcac2e1d">
     10  <!ENTITY gnutls-size          "4.9 MB">
    1111  <!ENTITY gnutls-buildsize     "130 MB">
    1212  <!ENTITY gnutls-time          "0.8 SBU (additional 3.0 SBU if running the testsuite)">
     
    9999    <bridgehead renderas="sect4">Recommended</bridgehead>
    100100    <para role="recommended">
     101      <xref linkend="cacerts"/> and
    101102      <xref linkend="libtasn1"/>
    102103    </para>
     
    132133    </para>
    133134
    134 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     135<screen><userinput>./configure --prefix=/usr    \
     136            --disable-static \
     137            --with-default-trust-store-file=/etc/ssl/ca-bundle.crt &amp;&amp;
    135138make</userinput></screen>
    136139
     
    161164    <title>Command Explanations</title>
    162165
     166    <para>
     167      <parameter>--with-default-trust-store-file=/etc/ssl/ca-bundle.crt</parameter>:
     168      This switch tells <command>configure</command> where to find the
     169      CA Certificates.
     170    </para>
     171
    163172    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    164173      href="../../xincludes/static-libraries.xml"/>
     
    180189        <seg>
    181190          certtool, crywrap, danetool, gnutls-cli, gnutls-cli-debug,
    182           gnutls-serv, ocsptool, p11tool, psktool, and srptool
     191          gnutls-serv, ocsptool, p11tool, psktool and srptool
    183192        </seg>
    184193        <seg>
    185           libgnutls.so, libgnutls-openssl.so, and libgnutlsxx.so
     194          libgnutls.so, libgnutls-openssl.so, libgnutls-xssl.so and
     195          libgnutlsxx.so
    186196        </seg>
    187197        <seg>
     
    223233      </varlistentry>
    224234
     235      <varlistentry id="danetool">
     236        <term><command>danetool</command></term>
     237        <listitem>
     238          <para>
     239            is a tool used to generate and check DNS resource records
     240            for the DANE protocol.
     241          </para>
     242          <indexterm zone="gnutls danetool">
     243            <primary sortas="b-danetool">danetool</primary>
     244          </indexterm>
     245        </listitem>
     246      </varlistentry>
     247
    225248      <varlistentry id="gnutls-cli">
    226249        <term><command>gnutls-cli</command></term>
Note: See TracChangeset for help on using the changeset viewer.