Changeset 2e81579


Ignore:
Timestamp:
03/23/2010 05:49:13 PM (14 years ago)
Author:
Randy McMurchy <randy@…>
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:
4dcc31a
Parents:
f419c73
Message:

Updated to GnuTLS-2.8.6

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rf419c73 r2e81579  
    7777<!-- The ca-bundle-version should be updated to match nss version -->
    7878<!ENTITY ca-bundle-version            "3.12.5">
    79 <!ENTITY gnutls-version               "2.8.5">
     79<!ENTITY gnutls-version               "2.8.6">
    8080<!ENTITY cracklib-version             "2.8.15">
    8181<!ENTITY linux-pam-version            "1.1.1">
  • introduction/welcome/changelog.xml

    rf419c73 r2e81579  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to GnuTLS-2.8.6.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to libtasn1-2.5.</para>
    4952        </listitem>
  • postlfs/security/gnutls.xml

    rf419c73 r2e81579  
    77  <!ENTITY gnutls-download-http "http://mirrors.kernel.org/gnu/gnutls/gnutls-&gnutls-version;.tar.bz2">
    88  <!ENTITY gnutls-download-ftp  "ftp://ftp.gnutls.org/pub/gnutls/gnutls-&gnutls-version;.tar.bz2">
    9   <!ENTITY gnutls-md5sum        "e3b2788b79bfc82acbe717e3c54d4e92">
    10   <!ENTITY gnutls-size          "6 MB">
    11   <!ENTITY gnutls-buildsize     "90 MB">
    12   <!ENTITY gnutls-time          "0.9 SBU">
     9  <!ENTITY gnutls-md5sum        "eb0a6d7d3cb9ac684d971c14f9f6d3ba">
     10  <!ENTITY gnutls-size          "6.4 MB">
     11  <!ENTITY gnutls-buildsize     "96 MB">
     12  <!ENTITY gnutls-time          "1.0 SBU (additional 1.2 SBU to run the test suite)">
    1313]>
    1414
     
    7979    <bridgehead renderas="sect4">Optional</bridgehead>
    8080    <para role="optional"><xref linkend="gtk-doc"/>,
    81     <ulink url="http://www.gnu.org/software/gnutls/download.html">OpenCDK</ulink>,
    8281    <xref linkend="guile"/>,
    8382    <xref linkend="libtasn1"/>,
     
    8584    <ulink url="http://valgrind.org/">Valgrind</ulink> (used during the test suite)</para>
    8685
    87     <bridgehead renderas="sect4">Optional Debugging Libraries</bridgehead>
     86    <!-- <bridgehead renderas="sect4">Optional Debugging Libraries</bridgehead>
    8887    <para role="optional"><ulink url="http://dmalloc.com/">Dmalloc</ulink> and
    89     <ulink url="http://perens.com/FreeSoftware/ElectricFence/">Electric Fence</ulink></para>
     88    <ulink url="http://perens.com/FreeSoftware/ElectricFence/">Electric Fence</ulink></para> -->
    9089
    9190    <para condition="html" role="usernotes">User Notes:
     
    109108
    110109<screen role="root"><userinput>make install &amp;&amp;
    111 
    112 install -v -m755 -d /usr/share/doc/gnutls-&gnutls-version;/reference &amp;&amp;
    113 install -v -m644    doc/reference/html/* \
    114                     /usr/share/doc/gnutls-&gnutls-version;/reference &amp;&amp;
    115 install -v -m644    doc/*.{html,png,eps,pdf,ps} \
     110install -v -m755 -d /usr/share/doc/gnutls-&gnutls-version; &amp;&amp;
     111install -v -m644    doc/*.{html,png,eps,pdf,ps} doc/cyclo/*.html \
     112                    /usr/share/doc/gnutls-&gnutls-version; &amp;&amp;
     113cp -v -R            doc/credentials \
    116114                    /usr/share/doc/gnutls-&gnutls-version;</userinput></screen>
     115
     116    <para>If you did not pass the <option>--enable-gtk-doc</option> parameter
     117    to the <command>configure</command> script, install the API documentation
     118    using the following command as the
     119    <systemitem class="username">root</systemitem> user:</para>
     120
     121<screen role="root"><userinput>make -C doc/reference install-data-local</userinput></screen>
    117122
    118123  </sect2>
     
    121126    <title>Command Explanations</title>
    122127
    123     <para><option>--with-included-libtasn1</option>: This option forces
     128    <!-- There is no need to add this switch. Why would anyone not want to
     129         use the system-installed copy instead of the mini-tasn included
     130         inthe gnutls sources?
     131    <para><option>-with-included-libtasn1</option>: This option forces
    124132    the use of the shipped version of <application>libtasn1</application>,
    125133    instead of the system's installed version.</para>
     134    -->
     135
     136    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     137    href="../../xincludes/gtk-doc-rebuild.xml"/>
    126138
    127139  </sect2>
     
    140152        <seg>libgnutls.{so,a}, libgnutls-extra.{so,a},
    141153        libgnutls-openssl.{so,a}, and libgnutlsxx.{so,a}</seg>
    142         <seg>/usr/include/gnutls and
    143         /usr/share/doc/gnutls-&gnutls-version;</seg>
     154        <seg>/usr/include/gnutls,
     155        /usr/share/doc/gnutls-&gnutls-version;, and
     156        /usr/share/gtk-doc/html/gnutls</seg>
    144157      </seglistitem>
    145158    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.