guix-commits
[Top][All Lists]
Advanced

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

branch wip-ungrafting updated: gnu: GnuTLS: Absorb grafted replacement.


From: guix-commits
Subject: branch wip-ungrafting updated: gnu: GnuTLS: Absorb grafted replacement.
Date: Fri, 16 Apr 2021 17:21:21 -0400

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

lfam pushed a commit to branch wip-ungrafting
in repository guix.

The following commit(s) were added to refs/heads/wip-ungrafting by this push:
     new e12210d  gnu: GnuTLS: Absorb grafted replacement.
e12210d is described below

commit e12210dc92098d8581cea3007d57dbb6be16bb41
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Fri Apr 16 17:18:57 2021 -0400

    gnu: GnuTLS: Absorb grafted replacement.
    
    * gnu/packages/tls.scm (gnutls)[source]: Add 'gnutls-CVE-2021-20231.patch' 
and
    'gnutls-CVE-2021-20232.patch'.
    [replacement]: Remove field.
    (gnutls/fixed): Remove variable.
---
 gnu/packages/tls.scm | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 25dcdd7..fee6276 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -165,7 +165,6 @@ living in the same process.")
   (package
     (name "gnutls")
     (version "3.6.15")
-    (replacement gnutls/fixed)
     (source (origin
               (method url-fetch)
               ;; Note: Releases are no longer on ftp.gnu.org since the
@@ -174,7 +173,9 @@ living in the same process.")
                                   (version-major+minor version)
                                   "/gnutls-" version ".tar.xz"))
               (patches (search-patches "gnutls-skip-trust-store-test.patch"
-                                       "gnutls-cross.patch"))
+                                       "gnutls-cross.patch"
+                                       "gnutls-CVE-2021-20231.patch"
+                                       "gnutls-CVE-2021-20232.patch"))
               (sha256
                (base32
                 "0n0m93ymzd0q9hbknxc2ycanz49sqlkyyf73g9fk7n787llc7a0f"))))
@@ -257,15 +258,6 @@ required structures.")
     (properties '((ftp-server . "ftp.gnutls.org")
                   (ftp-directory . "/gcrypt/gnutls")))))
 
-(define gnutls/fixed
-  (package
-    (inherit gnutls)
-    (source (origin
-              (inherit (package-source gnutls))
-              (patches (append (search-patches "gnutls-CVE-2021-20231.patch"
-                                               "gnutls-CVE-2021-20232.patch")
-                               (origin-patches (package-source gnutls))))))))
-
 (define-public gnutls/guile-2.0
   ;; GnuTLS for Guile 2.0.
   (package/inherit gnutls



reply via email to

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