Ignore:
Timestamp:
04/13/2021 09:31:15 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
kde5-14269
Parents:
1ec0251
git-author:
Krejzi <krejzi@…> (09/13/2014 05:36:06 PM)
git-committer:
Xi Ruoyao <xry111@…> (04/13/2021 09:31:15 PM)
Message:

Begin manually (while modifying stuff) merging trunk and systemd branches since revision 14087.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/gnutls.xml

    r1ec0251 r64135787  
    77  <!ENTITY gnutls-download-http " ">
    88  <!ENTITY gnutls-download-ftp  "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/gnutls-&gnutls-version;.tar.xz">
    9   <!ENTITY gnutls-md5sum        "84264c7d3f5fad14b7990a4e71aa340e">
     9  <!ENTITY gnutls-md5sum        "a7a73cfa883cd106d70b15300552a5b5">
    1010  <!ENTITY gnutls-size          "5.8 MB">
    1111  <!ENTITY gnutls-buildsize     "122 MB (additional 8 MB for the tests)">
    12   <!ENTITY gnutls-time          "0.9 SBU (additional 1.9 SBU for the tests)">
     12  <!ENTITY gnutls-time          "0.9 SBU (additional 1.8 SBU for the tests)">
    1313]>
    1414
     
    9999    <bridgehead renderas="sect4">Recommended</bridgehead>
    100100    <para role="recommended">
    101       <xref linkend="cacerts"/>,
    102       <xref linkend="libtasn1"/>, and
    103       <xref linkend="p11-kit"/>
     101      <xref linkend="cacerts"/> and
     102      <xref linkend="libtasn1"/>
    104103    </para>
    105104
     
    109108      <xref linkend="guile"/>,
    110109      <xref linkend="libidn"/>,
     110      <xref linkend="p11-kit"/>,
    111111      <xref linkend="unbound"/> (to build the DANE library),
    112112      <xref linkend="valgrind"/> (used during the test suite),
     
    129129    <title>Installation of GnuTLS</title>
    130130
     131    <para><!-- Only for 3.3.7, remove for next versions -->
     132      First fix a bug in one of the libraries:
     133    </para>
     134
     135<screen><userinput>sed -i -e '201 i#ifdef ENABLE_PKCS11' \
     136       -e '213 i#endif'               \
     137       lib/gnutls_privkey.c</userinput></screen>
     138
    131139    <para>
    132140      Install <application>GnuTLS</application> by running the
     
    162170  <sect2 role="commands">
    163171    <title>Command Explanations</title>
    164 
    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>
    170172
    171173    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.