Changeset 9b43114


Ignore:
Timestamp:
03/12/2021 04:08:21 AM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
0e0d505
Parents:
a1836490
Message:

update to gnutls-3.7.1

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • packages.ent

    ra1836490 r9b43114  
    1313<!ENTITY gnupg2-version               "2.2.27">
    1414<!ENTITY firewalld-version            "0.8.1">
    15 <!ENTITY gnutls-version               "3.7.0">
     15<!ENTITY gnutls-version               "3.7.1">
    1616<!ENTITY gpgme-version                "1.15.1">
    1717<!ENTITY haveged-version              "1.9.14">
  • postlfs/security/gnutls.xml

    ra1836490 r9b43114  
    88  <!ENTITY gnutls-download-ftp  "&gnupg-ftp;/gnutls/v3.7/gnutls-&gnutls-version;.tar.xz">
    99  <!ENTITY gnutls-download-ftp  " ">
    10   <!ENTITY gnutls-md5sum        "1123a7bcc2fafd703e5a811bc1beb179">
     10  <!ENTITY gnutls-md5sum        "278e1f50d79cd13727733adbf01fde8f">
    1111  <!ENTITY gnutls-size          "5.8 MB">
    1212  <!ENTITY gnutls-buildsize     "163 MB (add 112 MB for tests)">
     
    146146            --docdir=/usr/share/doc/gnutls-&gnutls-version; \
    147147            --disable-guile \
     148            --disable-rpath \
    148149            --with-default-trust-store-pkcs11="pkcs11:" &amp;&amp;
    149150make</userinput></screen>
    150151
    151152    <para>
    152       To test the results, issue: <command>make check</command>.  If a prior
    153       version of <application>GnuTLS</application> (or the same version but
    154       without all of the recommended dependencies) has been installed, some
    155       tests may fail. If <filename>/usr/lib/libgnutls.so</filename> and the
    156       target of that symlink are moved or renamed so that they cannot be found,
    157       all tests should pass and the install procedure will restore
    158       <filename>libgnutls.so</filename> and the versioned library it points to.
     153      To test the results, issue: <command>make check</command>.
    159154    </para>
    160155
     
    192187      <parameter>--disable-guile</parameter>: This switch disables GUILE support,
    193188      since GnuTLS does not support Guile-2.2.x yet.
     189    </para>
     190
     191    <para>
     192      <parameter>--disable-rpath</parameter>: This switch prevents building
     193      GnuTLS utilities and tests with hardcoded runtime library search path.
     194      Hardcoded rpath is unneeded for BLFS, and it causes test failures if
     195      an old version of GnuTLS is installed.
    194196    </para>
    195197
Note: See TracChangeset for help on using the changeset viewer.