guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: Remove traces of gnutls/fixed.


From: guix-commits
Subject: 01/03: gnu: Remove traces of gnutls/fixed.
Date: Tue, 8 Dec 2020 05:44:45 -0500 (EST)

efraim pushed a commit to branch ungrafting
in repository guix.

commit 1486c7173c30cfd5a08a8aa0fd14c8faba747f84
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Dec 8 12:39:49 2020 +0200

    gnu: Remove traces of gnutls/fixed.
    
    * gnu/packages/tls.scm (gnutls/dane): Inherit from gnutls.
    * gnu/packages/vpn.scm (openconnect)[propagated-inputs]: Remove
    gnutls/fixed, add gnutls.
---
 gnu/packages/tls.scm | 2 +-
 gnu/packages/vpn.scm | 4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index c83f5fa..d604ad3 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -268,7 +268,7 @@ required structures.")
   ;; Authentication of Named Entities.  This is required for GNS functionality
   ;; by GNUnet and gnURL.  This is done in an extra package definition
   ;; to have the choice between GnuTLS with Dane and without Dane.
-  (package/inherit gnutls/fixed
+  (package/inherit gnutls
     (name "gnutls-dane")
     (inputs `(("unbound" ,unbound)
               ,@(package-inputs gnutls)))))
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 04c34c3..2763fba 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -263,9 +263,7 @@ 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/fixed)
+      ("gnutls" ,gnutls)
       ("zlib" ,zlib)))
    (inputs
     `(("lz4" ,lz4)



reply via email to

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