Ignore:
Timestamp:
04/26/2015 07:14:06 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5d5234b
Parents:
3776752
Message:

Update to p11-kit-0.23.1.
Update to nettle-3.1.1.
Update to gnutls-3.4.0.
emacs-24.5: code broken with gnutls-3.4 and later.
samba-4.2.1: fix some code when building with gnutls-3.4 and later.
neon-0.30.1: fix some code when building with gnutls-3.4 and later.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/gnutls.xml

    r3776752 rb9abcb5  
    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        "7f4465f8c564cf9cb8f5cb38b909f7ca">
    10   <!ENTITY gnutls-size          "6 MB">
    11   <!ENTITY gnutls-buildsize     "112 MB (additional 11 MB for tests and 3 MB for documentation)">
    12   <!ENTITY gnutls-time          "0.8 SBU (additional 2 SBU for tests)">
     8  <!ENTITY gnutls-download-ftp  "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/gnutls-&gnutls-version;.tar.xz">
     9  <!ENTITY gnutls-md5sum        "aa015c2666b031044edfb01b01980d84">
     10  <!ENTITY gnutls-size          "6.2 MB">
     11  <!ENTITY gnutls-buildsize     "124 MB (with built in API documentation; additional 15 MB for tests)">
     12  <!ENTITY gnutls-time          "0.8 SBU (additional 2.6 SBU for tests)">
    1313]>
    1414
     
    105105    <bridgehead renderas="sect4">Optional</bridgehead>
    106106    <para role="optional">
     107      <xref linkend="doxygen"/>,
    107108      <xref linkend="gtk-doc"/>,
    108109      <xref linkend="guile"/>,
    109110      <xref linkend="libidn"/>,
    110111      <xref linkend="p11-kit"/>,
     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),
     
    134136    </para>
    135137
    136 <screen><userinput>./configure --prefix=/usr \
     138<screen><userinput>sed -e '/FUNCS=/ s/-d/&amp;|uniq/'    \
     139    -e '/get_x509_crt/ {n;d}'     \
     140    -e '/get_x509_key/ {n;d}'     \
     141    -e '/get_verify_flags/ {n;d}' \
     142    -i doc/manpages/Makefile      &amp;&amp;
     143
     144./configure --prefix=/usr \
    137145            --with-default-trust-store-file=/etc/ssl/ca-bundle.crt &amp;&amp;
    138146make</userinput></screen>
     
    150158
    151159    <para>
    152       If you did not pass the <option>--enable-gtk-doc</option> parameter
    153       to the <command>configure</command> script, you can install the API documentation
    154       to the <filename class="directory">/usr/share/gtk-doc/html/gnutls</filename>
    155       directory using the following command as the
     160      If you did not pass the <option>--enable-gtk-doc</option> parameter to
     161      the <command>configure</command> script, you can install the API
     162      documentation to the <filename
     163      class="directory">/usr/share/gtk-doc/html/gnutls</filename> directory
     164      using the following command as the
    156165      <systemitem class="username">root</systemitem> user:
    157166    </para>
     
    163172  <sect2 role="commands">
    164173    <title>Command Explanations</title>
     174
     175    <para>
     176      <command>sed -e ... -i doc/manpages/Makefile</command>:
     177      This command removes some duplicate lines and fixes the doc Makefile.
     178    </para>
    165179
    166180    <para>
     
    172186    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    173187      href="../../xincludes/gtk-doc-rebuild.xml"/>
     188
     189    <para>
     190      <option>--enable-openssl-compatibility</option>:
     191      Use this switch if you wish building the OpenSSL compatibility library.
     192    </para>
    174193
    175194  </sect2>
Note: See TracChangeset for help on using the changeset viewer.