Changeset 29f710e


Ignore:
Timestamp:
03/16/2016 03:09:02 AM (8 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
ae6b6b8
Parents:
34122fa4
Message:

gnutls-3.4.10

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r34122fa4 r29f710e  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[ken] - Update to gnutls-3.4.10. Fixes
     51          <ulink url="&blfs-ticket-root;7500">#7500</ulink>.</para>
     52        </listitem>
     53        <listitem>
    5054          <para>[ken] - Update to libdrm-2.4.67. Fixes
    5155          <ulink url="&blfs-ticket-root;7512">#7512</ulink>.</para>
  • packages.ent

    r34122fa4 r29f710e  
    1414<!ENTITY cyrus-sasl-version           "2.1.26">
    1515<!ENTITY gnupg2-version               "2.1.11">
    16 <!ENTITY gnutls-version               "3.4.9">
     16<!ENTITY gnutls-version               "3.4.10">
    1717<!ENTITY gpgme-version                "1.6.0">
    1818<!ENTITY haveged-version              "1.9.1">
  • postlfs/security/gnutls.xml

    r34122fa4 r29f710e  
    77  <!ENTITY gnutls-download-http " ">
    88  <!ENTITY gnutls-download-ftp  "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/gnutls-&gnutls-version;.tar.xz">
    9   <!ENTITY gnutls-md5sum        "1b3b6d55d0e2b6d01a54f53129f1da9b">
     9  <!ENTITY gnutls-md5sum        "fe9a0dc5adf205122f01a3e7dac5f8dd">
    1010  <!ENTITY gnutls-size          "6.4 MB">
    11   <!ENTITY gnutls-buildsize     "129 MB (144 MB, with tests)">
    12   <!ENTITY gnutls-time          "0.8 SBU (3.8 SBU, with tests)">
     11  <!ENTITY gnutls-buildsize     "129 MB (plus 2MB for docs, plus 15 MB for tests)">
     12  <!ENTITY gnutls-time          "0.8 SBU (plus 5.7 SBU for the tests)">
    1313]>
    1414
     
    143143    <para>
    144144      To test the results, issue: <command>make check</command>.  If a prior
    145       version of <application>GnuTLS</application> has been installed, some
    146       tests may fail. If <filename>/usr/lib/libgnutls.so</filename> is removed,
    147       all tests should pass and the install procedure restores
    148       <filename>libgnutls.so</filename>.
     145      version of <application>GnuTLS</application> (or the same version but
     146      without all the recommended dependencies) has been installed, some
     147      tests may fail. If <filename>/usr/lib/libgnutls.so</filename> and the
     148      target of that symlink are moved or renamed so that they cannot be found,
     149      all tests should pass and the install procedure will restore
     150      <filename>libgnutls.so</filename> and the versioned library it points to.
    149151    </para>
    150152
Note: See TracChangeset for help on using the changeset viewer.