[glib-networking/mcatanzaro/gnutls3.6: 1/2] Require GnuTLS 3.6.5
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking/mcatanzaro/gnutls3.6: 1/2] Require GnuTLS 3.6.5
- Date: Thu, 14 Nov 2019 17:05:19 +0000 (UTC)
commit a859ba3b2a77f959d4a4e05d5edf3653eeb1c7ad
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sat Oct 26 15:36:44 2019 -0500
Require GnuTLS 3.6.5
This is the first stable version of GnuTLS 3.6.
Fixes #100
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 4c60691..eaef0a9 100644
--- a/meson.build
+++ b/meson.build
@@ -75,7 +75,7 @@ gsettings_desktop_schemas_dep = dependency('gsettings-desktop-schemas', required
backends = []
# *** Checks for GnuTLS ***
-gnutls_dep = dependency('gnutls', version: '>= 3.4.6', required: get_option('gnutls'))
+gnutls_dep = dependency('gnutls', version: '>= 3.6.5', required: get_option('gnutls'))
if gnutls_dep.found()
backends += ['gnutls']
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]