guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: openconnect: Add a comment about the gnutls


From: guix-commits
Subject: branch master updated: gnu: openconnect: Add a comment about the gnutls version.
Date: Sat, 06 Jun 2020 09:24:51 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5c5bd76  gnu: openconnect: Add a comment about the gnutls version.
5c5bd76 is described below

commit 5c5bd76f314924402c8a6d9323936cd187e20de5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jun 6 15:21:54 2020 +0200

    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.
---
 gnu/packages/tls.scm | 1 +
 gnu/packages/vpn.scm | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index ec81b7b..8a644a3 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -165,6 +165,7 @@ living in the same process.")
 (define-public gnutls
   (package
     (name "gnutls")
+    ;; XXX Unversion openconnect's "gnutls" input when ungrafting.
     (replacement gnutls-3.6.13)
     (version "3.6.12")
     (source (origin
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 0f01578..5c38ac7 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]