guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: gnutls: Update to 3.8.3 [security fixe


From: guix-commits
Subject: branch core-updates updated: gnu: gnutls: Update to 3.8.3 [security fixes].
Date: Sun, 21 Jan 2024 15:58:53 -0500

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

podiki pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new b93eb3f591 gnu: gnutls: Update to 3.8.3 [security fixes].
b93eb3f591 is described below

commit b93eb3f591c721e1bf91a1e7b0e627cc284afb31
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Sun Jan 21 15:57:13 2024 -0500

    gnu: gnutls: Update to 3.8.3 [security fixes].
    
    Fixes CVE-2024-0553 and CVE-2024-0567.  Based on commit
    856b4a603ac5100be03d9c9bbd8f00dce030a79e (from master).
    
    * gnu/packages/tls.scm (gnutls): Update to 3.8.3.
    
    Co-authored-by: Jack Hill <jackhill@jackhill.us>
    Change-Id: I055ab00724f82ed41b21337d8b4d56acfd64fccf
---
 gnu/packages/tls.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 426398114f..b79929aea0 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -199,7 +199,7 @@ living in the same process.")
 (define-public gnutls
   (package
     (name "gnutls")
-    (version "3.8.2")
+    (version "3.8.3")
     (source (origin
               (method url-fetch)
               ;; Note: Releases are no longer on ftp.gnu.org since the
@@ -210,7 +210,7 @@ living in the same process.")
               (patches (search-patches "gnutls-skip-trust-store-test.patch"))
               (sha256
                (base32
-                "0xzgmp1ck5ifvdki4jg29r278w2p1m3a0qz38g99v6zsdw0yarg7"))))
+                "0ghpyhhfa3nsraph6dws50jb3dc8g2cfl7dizdnyrm179fawakzp"))))
     (build-system gnu-build-system)
     (arguments
      (list #:tests? (not (or (%current-target-system)



reply via email to

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