Updated dependency on GnuTLS, now >= 3.4.4
authorRick van Rein <rick@openfortress.nl>
Mon, 4 Jan 2016 14:42:18 +0000 (14:42 +0000)
committerRick van Rein <rick@openfortress.nl>
Mon, 4 Jan 2016 14:42:18 +0000 (14:42 +0000)
INSTALL
configure.ac

diff --git a/INSTALL b/INSTALL
index 27f8c9d..bdfa8a9 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -10,7 +10,7 @@ Dependencies
 
 Runtime dependencies are:
 
- * libgnutls >= 3.2.21 for TLS handling (that implies libnettle-2.7)
+ * libgnutls >= 3.4.4 for TLS handling (that implies libnettle-2.7)
  * p11-kit >= 0.22.1 for PKCS #11 URI handling
  * libdb >= 4.0 for key->value lookup with BerkeleyDB transactions/replication
  * libtasn1 for parsing of BER and DER data structures
index 1879909..ff5faef 100644 (file)
@@ -15,7 +15,7 @@ PKG_PROG_PKG_CONFIG
 
 PKG_CHECK_MODULES(
         [GNUTLS],
-        [gnutls >= 3.2.21],
+        [gnutls >= 3.4.4],
         [],
         AC_MSG_ERROR([GnuTLS version 3.2.21 or later is missing])
 )