guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: gnutls-dane: Inherit from newer GnuTLS.


From: guix-commits
Subject: 02/03: gnu: gnutls-dane: Inherit from newer GnuTLS.
Date: Thu, 3 Dec 2020 15:58:18 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 7177411c34be42aa1c539f462f0de191c74a5913
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Dec 3 17:01:18 2020 +0100

    gnu: gnutls-dane: Inherit from newer GnuTLS.
    
    Fixes <https://bugs.gnu.org/44914>.
    
    * gnu/packages/tls.scm (gnutls/dane): Inherit from GNUTLS/FIXED instead of
    GNUTLS.
---
 gnu/packages/tls.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 3b68142..28c6d8c 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -287,7 +287,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
+  (package/inherit gnutls/fixed
     (name "gnutls-dane")
     (inputs `(("unbound" ,unbound)
               ,@(package-inputs gnutls)))))



reply via email to

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