diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-06 15:21:54 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-06 15:24:26 +0200 |
commit | 5c5bd76f314924402c8a6d9323936cd187e20de5 (patch) | |
tree | 3f56a1ba8a2a88c2d8c22fed21591db7226ede93 /gnu/packages/vpn.scm | |
parent | 0bcf20e9491ae122942e8b210469ff4cd772a134 (diff) | |
download | guix-5c5bd76f314924402c8a6d9323936cd187e20de5.tar.gz |
gnu: openconnect: Add a comment about the gnutls version.
* gnu/packages/vpn.scm (openconnect): Add said comment. * gnu/packages/tls.scm (gnutls): Add backlink to optimise SEO.
Diffstat (limited to 'gnu/packages/vpn.scm')
-rw-r--r-- | gnu/packages/vpn.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm index 0f0157806c..5c38ac71e8 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm @@ -259,6 +259,8 @@ the user specifically asks to proxy, so the @dfn{VPN} interface no longer (build-system gnu-build-system) (propagated-inputs `(("libxml2" ,libxml2) + ;; XXX ‘DTLS is insecure in GnuTLS v3.6.3 through v3.6.12.’ + ;; See <https://gitlab.com/gnutls/gnutls/-/issues/960>. ("gnutls" ,gnutls-3.6.13) ("zlib" ,zlib))) (inputs |