Author: xry111
Date: Thu Mar 11 20:08:21 2021
New Revision: 24360

Log:
update to gnutls-3.7.1

Modified:
   trunk/BOOK/packages.ent
   trunk/BOOK/postlfs/security/gnutls.xml

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Thu Mar 11 19:15:11 2021        (r24359)
+++ trunk/BOOK/packages.ent     Thu Mar 11 20:08:21 2021        (r24360)
@@ -12,7 +12,7 @@
 <!ENTITY cyrus-sasl-version           "2.1.27">
 <!ENTITY gnupg2-version               "2.2.27">
 <!ENTITY firewalld-version            "0.8.1">
-<!ENTITY gnutls-version               "3.7.0">
+<!ENTITY gnutls-version               "3.7.1">
 <!ENTITY gpgme-version                "1.15.1">
 <!ENTITY haveged-version              "1.9.14">
 <!ENTITY iptables-version             "1.8.7">

Modified: trunk/BOOK/postlfs/security/gnutls.xml
==============================================================================
--- trunk/BOOK/postlfs/security/gnutls.xml      Thu Mar 11 19:15:11 2021        
(r24359)
+++ trunk/BOOK/postlfs/security/gnutls.xml      Thu Mar 11 20:08:21 2021        
(r24360)
@@ -7,7 +7,7 @@
   <!ENTITY gnutls-download-http 
"&gnupg-http;/gnutls/v3.7/gnutls-&gnutls-version;.tar.xz">
   <!ENTITY gnutls-download-ftp  
"&gnupg-ftp;/gnutls/v3.7/gnutls-&gnutls-version;.tar.xz">
   <!ENTITY gnutls-download-ftp  " ">
-  <!ENTITY gnutls-md5sum        "1123a7bcc2fafd703e5a811bc1beb179">
+  <!ENTITY gnutls-md5sum        "278e1f50d79cd13727733adbf01fde8f">
   <!ENTITY gnutls-size          "5.8 MB">
   <!ENTITY gnutls-buildsize     "163 MB (add 112 MB for tests)">
   <!ENTITY gnutls-time          "0.9 SBU (using parallelism=4; add 7.7 SBU for 
tests)">
@@ -145,17 +145,12 @@
 <screen><userinput>./configure --prefix=/usr \
             --docdir=/usr/share/doc/gnutls-&gnutls-version; \
             --disable-guile \
+            --disable-rpath \
             --with-default-trust-store-pkcs11="pkcs11:" &amp;&amp;
 make</userinput></screen>
 
     <para>
-      To test the results, issue: <command>make check</command>.  If a prior
-      version of <application>GnuTLS</application> (or the same version but
-      without all of the recommended dependencies) has been installed, some
-      tests may fail. If <filename>/usr/lib/libgnutls.so</filename> and the
-      target of that symlink are moved or renamed so that they cannot be found,
-      all tests should pass and the install procedure will restore
-      <filename>libgnutls.so</filename> and the versioned library it points to.
+      To test the results, issue: <command>make check</command>.
     </para>
 
     <para>
@@ -194,6 +189,13 @@
     </para>
 
     <para>
+      <parameter>--disable-rpath</parameter>: This switch prevents building
+      GnuTLS utilities and tests with hardcoded runtime library search path.
+      Hardcoded rpath is unneeded for BLFS, and it causes test failures if
+      an old version of GnuTLS is installed.
+    </para>
+
+    <para>
       
<option>--with-default-trust-store-file=/etc/pki/tls/certs/ca-bundle.crt</option>:
       This switch tells <command>configure</command> where to find the
       legacy CA certificate bundle and to use it instead of PKCS #11 module
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to